19 MooseEnum momentum_component(
"x=0 y=1 z=2",
"x");
22 "The component of the momentum equation that this kernel applies to.");
23 params.
addClassDescription(
"Implements an implicit advective boundary flux for the momentum " 24 "equation for an HLLC discretization");
HLLC implicit boundary conditions.
virtual ADReal hllcElem() override
HLLC modifications to flux for elem & boundary, see Toro.
virtual ADReal conservedVariableElem() override
conserved variable of this equation from elem and boundary
virtual ADReal fluxElem() override
flux functions on elem & from boundary
static InputParameters validParams()
DualNumber< Real, DNDerivativeType, true > ADReal
HLLC implicit boundary conditions for the momentum conservation equation.
const ADMaterialProperty< RealVectorValue > & _vel_elem
const ADMaterialProperty< Real > & _rho_elem
CNSFVHLLCMomentumImplicitBC(const InputParameters ¶meters)
ADRealVectorValue _normal
const ADMaterialProperty< Real > & _pressure_elem
unsigned int _index
index x|y|z
ADReal _normal_speed_elem
speeds normal to the interface on the element side
registerADMooseObject("NavierStokesApp", CNSFVHLLCMomentumImplicitBC)
static InputParameters validParams()