Public Member Functions | List of all members
Hllc_SR Class Reference

HLLC Riemann solver for an Eulerian grid. More...

#include <Hllc_SR.hpp>

Inheritance diagram for Hllc_SR:
Inheritance graph
[legend]
Collaboration diagram for Hllc_SR:
Collaboration graph
[legend]

Public Member Functions

 Hllc_SR ()
 Class constructor.
 
Conserved operator() (Primitive const &left, Primitive const &right, double velocity) const
 Solve Riemann porblme. More...
 

Detailed Description

HLLC Riemann solver for an Eulerian grid.

Definition at line 12 of file Hllc_SR.hpp.

Member Function Documentation

◆ operator()()

Conserved Hllc_SR::operator() ( Primitive const &  left,
Primitive const &  right,
double  velocity 
) const
virtual

Solve Riemann porblme.

Parameters
leftPrimitive variables on the left side
rightPrimitive variables on the right side
velocityVelocity of the vertex
Returns
Corrected fluxes

Implements RiemannSolver.

Definition at line 132 of file Hllc_SR.cpp.

Here is the call graph for this function:

The documentation for this class was generated from the following files: