HLLC Riemann solver for an Eulerian grid.
More...
#include <hllc.hpp>
HLLC Riemann solver for an Eulerian grid.
Definition at line 13 of file hllc.hpp.
◆ Hllc()
Hllc::Hllc |
( |
bool |
massflux = true | ) |
|
|
explicit |
Class constructor.
- Parameters
-
massflux | Determines whether a correction for the mass flux should be applied |
Definition at line 95 of file hllc.cpp.
◆ operator()()
Solve Riemann porblme.
- Parameters
-
left | Primitive variables on the left side |
right | Primitive variables on the right side |
velocity | Velocity of the vertex |
- Returns
- Corrected fluxes
Implements RiemannSolver.
Definition at line 98 of file hllc.cpp.
The documentation for this class was generated from the following files: