A python code to simulate dilute gas with DSMC (Direct Simulation Monte Carlo)
Rayleigh Problem = gas between 2 plates (Alexander & Garcia, 1997)
- Sayan Adhikari, UiO, Norway. @sayanadhikari
- Rinku Mishra, CPP-IPR, India. @arra4723
Philip Mocz, Princeton Univeristy, @PMoc
More details: http://www.algarcia.org/Pubs/DSMC97.pdf
- make buildsystem
- python3 or higher
- git
First make a clone of the master branch using the following command
git clone https://github.com/sayanadhikari/DSMCPy.git
Then enter inside the DSMCPy directory
cd picsp
Now complile and built the DSMCPy code
make all
Upon successful compilation, run the code using following command
make run
Edit the input.ini and run the code again.