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