Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.