18 params.
addClassDescription(
"Implements the mass flux portion of the porous HLLC discretization.");
Implements the advective flux in the porous conservation of mass equation using a HLLC discretization...
const MaterialProperty< Real > & _eps_elem
porosities left == elem, right == neighbor
virtual ADReal fluxNeighbor() override
virtual ADReal conservedVariableElem() override
DualNumber< Real, DNDerivativeType, true > ADReal
virtual ADReal fluxElem() override
flux functions on elem & neighbor, i.e. standard left/right values of F
ADReal _normal_speed_neighbor
const ADMaterialProperty< Real > & _rho_elem
densities left == elem, right == neighbor
Base class for porous HLLC inter-cell flux kernels.
registerMooseObject("NavierStokesApp", PCNSFVMassHLLC)
static InputParameters validParams()
PCNSFVMassHLLC(const InputParameters ¶ms)
static InputParameters validParams()
virtual ADReal hllcElem() override
HLLC modifications to flux for elem & neighbor, see Toro.
const ADMaterialProperty< Real > & _rho_neighbor
virtual ADReal hllcNeighbor() override
const MaterialProperty< Real > & _eps_neighbor
virtual ADReal conservedVariableNeighbor() override
ADReal _normal_speed_elem
speeds normal to the interface