SpECTRE  v2024.04.12
NewtonianEuler::BoundaryConditions Namespace Reference

Boundary conditions for the Newtonian Euler hydrodynamics system. More...

Classes

class  BoundaryCondition
 The base class off of which all boundary conditions must inherit. More...
 
class  DemandOutgoingCharSpeeds
 A boundary condition that only verifies that all characteristic speeds are directed out of the domain; no boundary data is altered by this boundary condition. More...
 
class  DirichletAnalytic
 Sets Dirichlet boundary conditions using the analytic solution or analytic data. More...
 
class  Reflection
 Reflecting boundary conditions for Newtonian hydrodynamics. More...
 

Typedefs

template<size_t Dim>
using standard_boundary_conditions = tmpl::list< domain::BoundaryConditions::Periodic< BoundaryCondition< Dim > >, DemandOutgoingCharSpeeds< Dim >, DirichletAnalytic< Dim >, Reflection< Dim > >
 Typelist of standard BoundaryConditions.
 

Detailed Description

Boundary conditions for the Newtonian Euler hydrodynamics system.