-
- Downloads
Merge branch 'equation_of_state' into 'master'
Equation of state This implements @tt's suggestion (#195) to allow for changes in the equation of state of the gas. The transformation between thermodynamic variables are now all located in one single file. Users can supply a different set of transformations if they want to simulate a different kind of gas. The SPH schemes themselves remain unchanged. This is "simply" a harmless re-factoring of the code gathering common equations into a single file. It passes all the tests but you may want to cross-check things. Thanks! Branch can be removed. See merge request !215
No related branches found
No related tags found
Showing
- src/Makefile.am 1 addition, 0 deletionssrc/Makefile.am
- src/adiabatic_index.h 4 additions, 0 deletionssrc/adiabatic_index.h
- src/const.h 4 additions, 0 deletionssrc/const.h
- src/equation_of_state.h 197 additions, 0 deletionssrc/equation_of_state.h
- src/hydro/Default/hydro.h 80 additions, 48 deletionssrc/hydro/Default/hydro.h
- src/hydro/Default/hydro_iact.h 2 additions, 22 deletionssrc/hydro/Default/hydro_iact.h
- src/hydro/Gadget2/hydro.h 88 additions, 56 deletionssrc/hydro/Gadget2/hydro.h
- src/hydro/Minimal/hydro.h 88 additions, 52 deletionssrc/hydro/Minimal/hydro.h
- src/timestep.h 1 addition, 1 deletionsrc/timestep.h
src/equation_of_state.h
0 → 100644
Please register or sign in to comment