-
- Downloads
Merge branch 'PressureEntropy_SPH' into 'master'
Implementation Pressure entropy SPH Here is a new flavour of SPH that works and gives better result than the default Gadget-2 scheme. The only change affecting the rest of the code is the addition of the condition in `engine_init_particles()` to create a second density loop over the particles for the special conversions that are required in this scheme. Other than that, it just fits in the rest of the framework. See merge request !252
Showing
- examples/SedovBlast_1D/sedov.yml 1 addition, 1 deletionexamples/SedovBlast_1D/sedov.yml
- src/Makefile.am 2 additions, 0 deletionssrc/Makefile.am
- src/adiabatic_index.h 2 additions, 2 deletionssrc/adiabatic_index.h
- src/const.h 1 addition, 0 deletionssrc/const.h
- src/debug.c 4 additions, 2 deletionssrc/debug.c
- src/debug.h 1 addition, 1 deletionsrc/debug.h
- src/engine.c 9 additions, 1 deletionsrc/engine.c
- src/hydro.h 4 additions, 0 deletionssrc/hydro.h
- src/hydro/PressureEntropy/hydro.h 483 additions, 0 deletionssrc/hydro/PressureEntropy/hydro.h
- src/hydro/PressureEntropy/hydro_debug.h 50 additions, 0 deletionssrc/hydro/PressureEntropy/hydro_debug.h
- src/hydro/PressureEntropy/hydro_iact.h 399 additions, 0 deletionssrc/hydro/PressureEntropy/hydro_iact.h
- src/hydro/PressureEntropy/hydro_io.h 145 additions, 0 deletionssrc/hydro/PressureEntropy/hydro_io.h
- src/hydro/PressureEntropy/hydro_part.h 143 additions, 0 deletionssrc/hydro/PressureEntropy/hydro_part.h
- src/hydro_io.h 2 additions, 0 deletionssrc/hydro_io.h
- src/part.h 7 additions, 0 deletionssrc/part.h
- tests/test125cells.c 2 additions, 0 deletionstests/test125cells.c
- tests/test27cells.c 13 additions, 10 deletionstests/test27cells.c
- tests/testInteractions.c 6 additions, 1 deletiontests/testInteractions.c
- tests/testPair.c 7 additions, 3 deletionstests/testPair.c
Loading
Please register or sign in to comment