-
- Downloads
Merge branch '2d_hydrodynamics' into 'master'
Hydrodynamics in 2D + New test cases This adds the ability to run SWIFT in 1D and 2D. There is a large number of hydrodynamics tests that only exist in 2D so we will now be able to run them. This implements #145. I have also renamed a few of the test-cases to specify the dimensionality of the problem. The Gresho-Chan vortex test-case can now be run and give the expected answer (provided the code is compiled with 2d hydro in const.h). The run.sh script runs the code, plots the solution and makes a movie out of everything. See merge request !216
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- examples/GreshoVortex/getGlass.sh 2 additions, 0 deletionsexamples/GreshoVortex/getGlass.sh
- examples/GreshoVortex/gresho.yml 35 additions, 0 deletionsexamples/GreshoVortex/gresho.yml
- examples/GreshoVortex/makeIC.py 61 additions, 71 deletionsexamples/GreshoVortex/makeIC.py
- examples/GreshoVortex/plotSolution.py 198 additions, 0 deletionsexamples/GreshoVortex/plotSolution.py
- examples/GreshoVortex/run.sh 19 additions, 0 deletionsexamples/GreshoVortex/run.sh
- examples/GreshoVortex/solution.py 0 additions, 69 deletionsexamples/GreshoVortex/solution.py
- examples/PerturbedBox_2D/makeIC.py 115 additions, 0 deletionsexamples/PerturbedBox_2D/makeIC.py
- examples/PerturbedBox_2D/perturbedPlane.yml 35 additions, 0 deletionsexamples/PerturbedBox_2D/perturbedPlane.yml
- examples/PerturbedBox_3D/makeIC.py 0 additions, 0 deletionsexamples/PerturbedBox_3D/makeIC.py
- examples/PerturbedBox_3D/perturbedBox.yml 0 additions, 0 deletionsexamples/PerturbedBox_3D/perturbedBox.yml
- examples/PerturbedBox_3D/run.sh 0 additions, 0 deletionsexamples/PerturbedBox_3D/run.sh
- examples/SedovBlast_3D/makeIC.py 0 additions, 0 deletionsexamples/SedovBlast_3D/makeIC.py
- examples/SedovBlast_3D/makeIC_fcc.py 0 additions, 0 deletionsexamples/SedovBlast_3D/makeIC_fcc.py
- examples/SedovBlast_3D/profile.py 0 additions, 0 deletionsexamples/SedovBlast_3D/profile.py
- examples/SedovBlast_3D/rdf.py 0 additions, 0 deletionsexamples/SedovBlast_3D/rdf.py
- examples/SedovBlast_3D/run.sh 0 additions, 0 deletionsexamples/SedovBlast_3D/run.sh
- examples/SedovBlast_3D/sedov.py 0 additions, 0 deletionsexamples/SedovBlast_3D/sedov.py
- examples/SedovBlast_3D/sedov.yml 0 additions, 0 deletionsexamples/SedovBlast_3D/sedov.yml
- examples/SedovBlast_3D/solution.py 0 additions, 0 deletionsexamples/SedovBlast_3D/solution.py
Loading
Please register or sign in to comment