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