Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glentner/ehrenfestmodel
A simulation code of the Ehrenfest model of diffusion, parallelized using OpenMP.
https://github.com/glentner/ehrenfestmodel
Last synced: 6 days ago
JSON representation
A simulation code of the Ehrenfest model of diffusion, parallelized using OpenMP.
- Host: GitHub
- URL: https://github.com/glentner/ehrenfestmodel
- Owner: glentner
- License: gpl-2.0
- Created: 2015-02-12T04:37:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-14T14:54:41.000Z (over 9 years ago)
- Last Synced: 2024-05-01T15:26:48.933Z (7 months ago)
- Language: C++
- Size: 1.85 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##Ehrenfest Model
This application performs a simple simulation of the Ehrenfest model of
diffusion for N particles in two containers.**Dependencies:**
The code is parallelized using OpenMP, so this should be available to
your compiler. Also, the -std=c++11 flag is used for the random number
generator. The Python module for visualizing the data output by the code
uses Numpy, Matplotlib and will require a latex installation to use the
'usetex=True' option.