19 MooseEnum momentum_component(
"x=0 y=1 z=2",
"x");
22 "The component of the momentum equation that this kernel applies to.");
24 "Adds the boundary momentum flux for HLLC when provided stagnation temperature and pressure");
Base class for the HLLC stagnation inlet boundary conditions.
ADReal _p_boundary
pressure on the boundary side
DualNumber< Real, DNDerivativeType, true > ADReal
const ADMaterialProperty< RealVectorValue > & _vel_elem
CNSFVHLLCMomentumStagnationInletBC(const InputParameters ¶meters)
const ADMaterialProperty< Real > & _rho_elem
virtual ADReal conservedVariableElem() override
conserved variable of this equation from elem and boundary
registerADMooseObject("NavierStokesApp", CNSFVHLLCMomentumStagnationInletBC)
virtual ADReal hllcBoundary() override
virtual ADReal hllcElem() override
HLLC modifications to flux for elem & boundary, see Toro.
ADRealVectorValue _normal
static InputParameters validParams()
HLLC stagnation inlet boundary conditions for the momentum conservation equation. ...
ADReal _normal_speed_boundary
these quantities must be computed in preComputeWaveSpeed
const ADMaterialProperty< Real > & _pressure_elem
virtual ADReal conservedVariableBoundary() override
static InputParameters validParams()
virtual ADReal fluxElem() override
flux functions on elem & from boundary
virtual ADReal fluxBoundary() override
ADReal _normal_speed_elem
speeds normal to the interface on the element side
ADRealVectorValue _vel_boundary
unsigned int _index
index x|y|z