19 MooseEnum momentum_component(
"x=0 y=1 z=2");
23 "The component of the momentum equation that this kernel applies to.");
25 "Implements the momentum flux portion of the free-flow HLLC discretization.");
unsigned int _index
index x|y|z
registerADMooseObject("NavierStokesApp", CNSFVMomentumHLLC)
static InputParameters validParams()
ADReal _normal_speed_neighbor
virtual ADReal fluxElem() override
flux functions on elem & neighbor, i.e. standard left/right values of F
CNSFVMomentumHLLC(const InputParameters ¶ms)
static InputParameters validParams()
DualNumber< Real, DNDerivativeType, true > ADReal
virtual ADReal conservedVariableNeighbor() override
const ADMaterialProperty< Real > & _rho_neighbor
Base class for HLLC inter-cell flux kernels.
virtual ADReal hllcElem() override
HLLC modifications to flux for elem & neighbor, see Toro.
const ADMaterialProperty< RealVectorValue > & _vel_neighbor
virtual ADReal fluxNeighbor() override
virtual ADReal hllcNeighbor() override
Implements the advective flux and the pressure terms in the conservation of momentum equation using a...
ADReal _normal_speed_elem
speeds normal to the interface
const ADMaterialProperty< Real > & _pressure_neighbor
const ADMaterialProperty< Real > & _rho_elem
densities left == elem, right == neighbor
const ADMaterialProperty< Real > & _pressure_elem
pressures left == elem, right == neighbor
virtual ADReal conservedVariableElem() override
const ADMaterialProperty< RealVectorValue > & _vel_elem
velocities left == elem, right == neighbor