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