Outflow boundary conditions. More...
#include <outflow1d.hpp>
Public Member Functions | |
Extensive | operator() (const SimulationState1D &ss, const EquationOfState &eos, const RiemannSolver &rs, const vector< double > &vertex_veclocity, const bool side) const |
Calculates the flux at the boundaries. More... | |
Outflow boundary conditions.
Definition at line 12 of file outflow1d.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 6 of file outflow1d.cpp.