Skip to content

Commit

Permalink
Update MD
Browse files Browse the repository at this point in the history
  • Loading branch information
g7fernandes authored Feb 13, 2020
1 parent 795bad5 commit d756664
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Or [Intel Fortran Compiler](https://software.intel.com/en-us/fortran-compilers)

If using GNU Fortran, install also the OpenMPI package
```
sudo apt-get install --reinstall openmpi-bin libopenmpi-dev # Ubuntu
sudo apt-get install openmpi-bin libopenmpi-dev # Ubuntu
sudo zypper in openmpi openmpi-devel # OpenSUSE
```
For the Python code it is necessary the pyevtk package to convert the csv files to vtk.
Expand All @@ -28,7 +28,14 @@ For the visualization, you can use Paraview or some program that reads VTK files

## Input and Output

s
The input needs a configuration file named settings.ini , which contains the physical properties and numerial parameters for the simulation, and files containing the positions of the molecules. Optionally a file containing the initial velocity of the particles can also be provided.

The output contains the position and velocities of the molecules. Optionally the angle of rotation of particles, and forces related to intermolecular interactions can also be extracted.

## Postprocessing

The program automatically converts the .csv results to VTK, so one may use this result to postprocess on paraview.
Some python scripts are provided to calculate concentration, distribution entropy, viscosity and other things. The theory behind these program is summarized at the Master Thesis that will be published soon.

## References

Expand All @@ -37,3 +44,8 @@ Jason R. Blevins ACM Fortran Forum 28(3), 2–7, 2009.
https://github.com/jannisteunissen/config_fortran
Numerical Simulation in Molecular Dynamics: Numerics, Algorithms, Parallelization, Applications, by Michael Griebel (Author), Stephan Knapek (Contributor), Gerhard Zumbusch (Contributor)

## Acknowledgments

The author to acknowledge the support of this work by FAPESP-Brazil under the grant number 2017/05643-8 and FAEPEX Unicamp.


0 comments on commit d756664

Please sign in to comment.