6 #ifndef LAGRANGIANHLLC_HPP 7 #define LAGRANGIANHLLC_HPP 1 11 #include "../two_dimensional/computational_cell_2d.hpp" 18 const bool massflux_,iter_;
28 double velocity)
const;
34 #endif //LAGRANGIANHLLC_HPP Set of conserved variables (extensive)
LagrangianHLLC Riemann solver for an Eulerian grid.
Base class for Riemann solver.
Base class for Riemann solver.
Base class for equation of state.
Base class for equation of state.
Primitive hydrodynamic variables.
LagrangianHLLC(EquationOfState const &eos, bool massflux=true, bool iter=false)
Class constructor.