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