Implements the advective flux in the conservation of mass equation using a HLLC discretization.
static InputParameters validParams()
virtual ADReal fluxElem() override
flux functions on elem & neighbor, i.e. standard left/right values of F
DualNumber< Real, DNDerivativeType, true > ADReal
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.
virtual ADReal conservedVariableNeighbor() override
virtual ADReal fluxNeighbor() override
CNSFVMassHLLC(const InputParameters ¶ms)
virtual ADReal conservedVariableElem() override