rigid_wall_1d.hpp
Go to the documentation of this file.
1 
6 #ifndef RIGID_WALL_1D_HPP
7 #define RIGID_WALL_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_velocity,
21  const bool side) const;
22 };
23 
24 #endif // RIGID_WALL_1D_HPP
Extensive variables.
Definition: extensive.hpp:18
Rigid wall boundary condition in 1d.
Base class for boundary conditions.
Base class for Riemann solver.
Base class for equation of state.
Base class for boundary conditions.
Package for computational domain and hydro cells.