-
- Downloads
Merge branch 'disc_patch_x' into 'master'
Disc patch x Replaced disc patch potential in z with a disc patch potential in x. Added a 1D version of the disc patch test. Changed the GIZMO time step criterion (fixed a bug in the original criterion, and tried to make the criterion stricter to cope with the disc patch potential). Removed some gravity variables that were no longer used. Put the flux limiter in a separate file and made it configurable. See merge request !382
No related branches found
No related tags found
Showing
- examples/DiscPatch/HydroStatic/disc-patch-icc.yml 3 additions, 3 deletionsexamples/DiscPatch/HydroStatic/disc-patch-icc.yml
- examples/DiscPatch/HydroStatic/disc-patch.yml 3 additions, 3 deletionsexamples/DiscPatch/HydroStatic/disc-patch.yml
- examples/DiscPatch/HydroStatic/makeIC.py 55 additions, 60 deletionsexamples/DiscPatch/HydroStatic/makeIC.py
- examples/DiscPatch/HydroStatic/plotSolution.py 31 additions, 30 deletionsexamples/DiscPatch/HydroStatic/plotSolution.py
- examples/DiscPatch/HydroStatic/run.sh 18 additions, 0 deletionsexamples/DiscPatch/HydroStatic/run.sh
- examples/DiscPatch/HydroStatic_1D/disc-patch-icc.yml 46 additions, 0 deletionsexamples/DiscPatch/HydroStatic_1D/disc-patch-icc.yml
- examples/DiscPatch/HydroStatic_1D/makeIC.py 194 additions, 0 deletionsexamples/DiscPatch/HydroStatic_1D/makeIC.py
- examples/DiscPatch/HydroStatic_1D/plotSolution.py 121 additions, 0 deletionsexamples/DiscPatch/HydroStatic_1D/plotSolution.py
- examples/DiscPatch/HydroStatic_1D/run.sh 13 additions, 0 deletionsexamples/DiscPatch/HydroStatic_1D/run.sh
- src/Makefile.am 1 addition, 0 deletionssrc/Makefile.am
- src/const.h 3 additions, 0 deletionssrc/const.h
- src/hydro/Gizmo/hydro.h 24 additions, 25 deletionssrc/hydro/Gizmo/hydro.h
- src/hydro/Gizmo/hydro_debug.h 1 addition, 1 deletionsrc/hydro/Gizmo/hydro_debug.h
- src/hydro/Gizmo/hydro_flux_limiters.h 81 additions, 0 deletionssrc/hydro/Gizmo/hydro_flux_limiters.h
- src/hydro/Gizmo/hydro_gradients.h 0 additions, 37 deletionssrc/hydro/Gizmo/hydro_gradients.h
- src/hydro/Gizmo/hydro_gradients_gizmo.h 0 additions, 185 deletionssrc/hydro/Gizmo/hydro_gradients_gizmo.h
- src/hydro/Gizmo/hydro_iact.h 9 additions, 31 deletionssrc/hydro/Gizmo/hydro_iact.h
- src/hydro/Gizmo/hydro_io.h 6 additions, 3 deletionssrc/hydro/Gizmo/hydro_io.h
- src/hydro/Gizmo/hydro_part.h 5 additions, 10 deletionssrc/hydro/Gizmo/hydro_part.h
- src/potential/disc_patch/potential.h 70 additions, 70 deletionssrc/potential/disc_patch/potential.h
Loading
Please register or sign in to comment