HLLC Riemann solver for an Eulerian grid. More...
#include <Hllc_SR.hpp>
Public Member Functions | |
Hllc_SR () | |
Class constructor. | |
Conserved | operator() (Primitive const &left, Primitive const &right, double velocity) const |
Solve Riemann porblme. More... | |
HLLC Riemann solver for an Eulerian grid.
Definition at line 12 of file Hllc_SR.hpp.
|
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 132 of file Hllc_SR.cpp.