Exact Riemann solver for ideal gas. More...
#include <ersig.hpp>
Public Member Functions | |
ERSIG (double g, string const &vacuum_behaviour="throw exception") | |
Class constructor. More... | |
Conserved | operator() (Primitive const &left, Primitive const &right, double velocity) const |
Solve Riemann porblme. More... | |
ERSIG::ERSIG | ( | double | g, |
string const & | vacuum_behaviour = "throw exception" |
||
) |
|
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 564 of file ersig.cpp.