source
newtonian
common
riemann_solver.hpp
Go to the documentation of this file.
1
6
#ifndef RIEMANN_SOLVER_HPP
7
#define RIEMANN_SOLVER_HPP 1
8
9
#include "
hydrodynamic_variables.hpp
"
10
12
class
RiemannSolver
13
{
14
public
:
15
22
virtual
Conserved
operator()
23
(
Primitive
const
& left,
Primitive
const
& right,
double
velocity)
const
= 0;
24
25
virtual
~
RiemannSolver
(
void
);
26
};
27
28
#endif
Conserved
Set of conserved variables (extensive)
Definition:
hydrodynamic_variables.hpp:11
hydrodynamic_variables.hpp
Hydrodynamic variables.
RiemannSolver
Base class for Riemann solver.
Definition:
riemann_solver.hpp:12
Primitive
Primitive hydrodynamic variables.
Definition:
hydrodynamic_variables.hpp:61
Generated on Thu Jun 4 2020 18:12:15 by
1.8.13