Skip to content

Added equation of state check to Riemann solver.

Bert Vandenbroucke requested to merge eos_error_gizmo into master

The currently implemented Riemann solvers only work with an ideal gas equation of state. I have added a compile time check to riemann.h that throws an error if the selected equation of state is not EOS_IDEAL_GAS. This way, it is impossible to compile GIZMO_SPH with a wrong equation of state.

Merge request reports