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