23 "Implements the fluid energy flux portion of the free-flow HLLC discretization.");
29 _ht_elem(getADMaterialProperty<Real>(
nms::specific_total_enthalpy)),
30 _ht_neighbor(getNeighborADMaterialProperty<Real>(
nms::specific_total_enthalpy))
DualNumber< Real, DNDerivativeType, true > ADReal
registerADMooseObject("NavierStokesApp", CNSFVFluidEnergyHLLC)
Implements the advective flux in the conservation of fluid energy equation using a HLLC discretizatio...
virtual ADReal hllcNeighbor() override
virtual ADReal fluxElem() override
flux functions on elem & neighbor, i.e. standard left/right values of F
const ADMaterialProperty< Real > & _ht_neighbor
static InputParameters validParams()
virtual ADReal conservedVariableNeighbor() override
CNSFVFluidEnergyHLLC(const InputParameters ¶ms)
virtual ADReal hllcElem() override
HLLC modifications to flux for elem & neighbor, see Toro.
const ADMaterialProperty< Real > & _ht_elem
enthalpies left == elem, right == neighbor
virtual ADReal conservedVariableElem() override
virtual ADReal fluxNeighbor() override
const ADMaterialProperty< Real > & _pressure_elem
pressures left == elem, right == neighbor
ADReal _normal_speed_neighbor
const ADMaterialProperty< Real > & _rho_elem
densities left == elem, right == neighbor
const ADMaterialProperty< Real > & _rho_neighbor
const ADMaterialProperty< Real > & _rho_et_elem
const ADMaterialProperty< Real > & _rho_et_neighbor
ADReal _normal_speed_elem
speeds normal to the interface
const ADMaterialProperty< Real > & _pressure_neighbor
ADReal _SL
the wave speeds
Base class for HLLC inter-cell flux kernels.
static InputParameters validParams()