This is an SPH code for solving the 1D Sod Shock Tube problem.
-
Compile the code:
make
-
Navigate to the
bindirectory:cd ./bin -
Run the simulation:
sod.sph -i ../input/sod.in
You can use the Python script located in ./pyscript to read the output files.
To change the setup, edit the file located at:
./input/sod.in