6 #ifndef HYDRODYNAMICS_HPP 7 #define HYDRODYNAMICS_HPP 1 11 #include "../../misc/universal_error.hpp" 41 #endif // HYDRODYNAMICS_HPP Set of conserved variables (extensive)
Primitive Conserved2Primitive(Conserved const &c, EquationOfState const &eos)
Calculates the primitive variables from the conserved.
Primitive CalcPrimitive(double density, double pressure, Vector2D const &velocity, EquationOfState const &eos)
Calculates the primitive variables.
Primitive make_eos_consistent(Primitive const &p, EquationOfState const &eos)
Takes a set of primitive variables that do not necessarily satisfy the equation of state...
Base class for equation of state.
Base class for equation of state.
Primitive hydrodynamic variables.