28 _speed_elem(getADMaterialProperty<
Real>(
NS::
speed)),
54 _SL = std::move(wave_speeds[0]);
55 _SM = std::move(wave_speeds[1]);
56 _SR = std::move(wave_speeds[2]);
virtual ADReal fluxBoundary()=0
static const std::string total_energy_density
virtual ADReal fluxElem()=0
flux functions on elem & from boundary
virtual ADReal computeQpResidual() override
const SinglePhaseFluidProperties & _fluid
fluid properties
static const std::string speed
virtual ADReal hllcBoundary()=0
static InputParameters validParams()
PCNSFVHLLCBC(const InputParameters ¶meters)
static const std::string density
virtual ADReal conservedVariableBoundary()=0
static const std::string fluid
virtual ADReal conservedVariableElem()=0
conserved variable of this equation from elem and boundary
DualNumber< Real, DNDerivativeType, true > ADReal
const ADMaterialProperty< RealVectorValue > & _vel_elem
static const std::string specific_internal_energy
static InputParameters validParams()
const ADMaterialProperty< Real > & _specific_internal_energy_elem
material properties on the elem side of the boundary
static const std::string porosity
ADRealVectorValue _vel_boundary
ADReal _specific_internal_energy_boundary
Real f(Real x)
Test function for Brents method.
ADRealVectorValue _normal
Common class for single phase fluid properties.
virtual ADReal hllcElem()=0
HLLC modifications to flux for elem & boundary, see Toro.
static std::array< ADReal, 3 > waveSpeed(const ADReal &rho_elem, const ADRealVectorValue &vel_elem, const ADReal &e_elem, Real eps_elem, const ADReal &rho_neighbor, const ADRealVectorValue &vel_neighbor, const ADReal &e_neighbor, Real eps_neighbor, const SinglePhaseFluidProperties &fluid, const ADRealVectorValue &normal)
helper function for computing wave speed
ADReal _normal_speed_boundary
these quantities must be computed in preComputeWaveSpeed
ADReal _SL
the wave speeds
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
ADReal _normal_speed_elem
speeds normal to the interface on the element side
static const std::string specific_total_enthalpy
const ADMaterialProperty< Real > & _rho_elem
static const std::string pressure
void mooseError(Args &&... args) const
static const std::string velocity
virtual void preComputeWaveSpeed()=0
this function is a call back for setting quantities for computing wave speed before calling the wave ...
const MaterialProperty< Real > & _eps_elem