outflow1d.hpp
Go to the documentation of this file.
1 
6 #ifndef OUTFLOW_1D_HPP
7 #define OUTFLOW_1D_HPP 1
8 
10 
13 {
14 public:
15 
16  Extensive operator()
17  (const SimulationState1D& ss,
18  const EquationOfState& eos,
19  const RiemannSolver& rs,
20  const vector<double>& vertex_veclocity,
21  const bool side) const;
22 };
23 
24 #endif // OUTFLOW_1D_HPP
Extensive variables.
Definition: extensive.hpp:18
Base class for boundary conditions.
Base class for Riemann solver.
Base class for equation of state.
Outflow boundary conditions.
Definition: outflow1d.hpp:12
Base class for boundary conditions.
Package for computational domain and hydro cells.