ForceInCrystal is a software to investigate the behavior of a 2d hexagonal lattice of Brownian particles when one of them is submitted to an external force.
For compiling the source code, your compiler should support C++14 (both g++ and clang++ do).
The compilation was only tested on Linux. It should in theory also work on Windows and MacOS.
The command-line arguments to the program are explained when
using the --help
argument.
The code is documented using
Doxygen-compatible comments.
One can generate the html and latex documentation using doxygen Doxyfile
.
This program is free software and is released under GNU GPL. Feel free to contribute to the code!
- Boost is released under Boost Software License.
- SFML is released by Laurent Gomila under zlib/png licence.