Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 2.03 KB

README.md

File metadata and controls

54 lines (38 loc) · 2.03 KB

Documentation Status Codacy Badge CI

Lennard Jones simulation /w inertia moment effect

This repository aims to be convenient for solving molecular dynamics problems. Standard modeling tools have been implemented:

  • Lennard-Jones potential
  • Maxwell velocity distribution
  • Periodic boundary conditions.

The mechanism for constructing graphs of the researching quantities is also implemented. With the help of the above algorithms and formula for calculating the moment, influence on the motion of Brownian particles, caused by the moment of the inertia center is obtained.

Demonstration

https://www.youtube.com/watch?v=ffHDQtUgEuQ

Dependencies

  • SFML 2.0+ development headers and library
sudo apt-get install libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev libsfml-dev
  • C++11 compliant compiler
  • CMake build tool

Repository

Standard GitHub cloning, adding the recursive term for submodules.

git clone `https://github.com/SuldinVyacheslav/Inertia-MolecularDynamics.git`

Installation

$ cd Inertia-MolecularDynamics
$ mkdir build/ && cd build/
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make

License

Source code of this repository is released under the Apache-2.0 license