riemann_solver.hpp
Go to the documentation of this file.
1 
6 #ifndef RIEMANN_SOLVER_HPP
7 #define RIEMANN_SOLVER_HPP 1
8 
10 
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
Set of conserved variables (extensive)
Hydrodynamic variables.
Base class for Riemann solver.
Primitive hydrodynamic variables.