LagrangianHLLC Riemann solver for an Eulerian grid. More...
#include <LagrangianHLLC.hpp>


Public Member Functions | |
| LagrangianHLLC (EquationOfState const &eos, bool massflux=true, bool iter=false) | |
| Class constructor. More... | |
| Conserved | operator() (Primitive const &left, Primitive const &right, double velocity) const |
| Solve Riemann porblme. More... | |
Public Attributes | |
| double | energy |
| Energy. | |
LagrangianHLLC Riemann solver for an Eulerian grid.
Definition at line 14 of file LagrangianHLLC.hpp.
|
explicit |
Class constructor.
| massflux | Whether to apply correction for mass flux |
Definition at line 125 of file LagrangianHLLC.cpp.
|
virtual |
Solve Riemann porblme.
| left | Primitive variables on the left side |
| right | Primitive variables on the right side |
| velocity | Velocity of the vertex |
Implements RiemannSolver.
Definition at line 129 of file LagrangianHLLC.cpp.

1.8.13