Rigid wall boundary condition in 1d. More...
#include <rigid_wall_1d.hpp>
Public Member Functions | |
Extensive | operator() (const SimulationState1D &ss, const EquationOfState &eos, const RiemannSolver &rs, const vector< double > &vertex_velocity, const bool side) const |
Calculates the flux at the boundaries. More... | |
Rigid wall boundary condition in 1d.
Definition at line 12 of file rigid_wall_1d.hpp.
|
virtual |
Calculates the flux at the boundaries.
ss | Computational domain and hydro cells |
eos | Equation of state |
rs | Riemann solver |
vertex_velocity | Velocity of the vertex |
side | False for left boundary, true for right boundary |
Implements BoundaryConditions1D.
Definition at line 15 of file rigid_wall_1d.cpp.