31 _SL = std::move(wave_speeds[0]);
32 _SM = std::move(wave_speeds[1]);
33 _SR = std::move(wave_speeds[2]);
static std::array< ADReal, 3 > waveSpeed(const HLLCData &hllc_data, const ADRealVectorValue &normal)
helper function for computing wave speed
HLLCData hllcData() const
virtual void preComputeWaveSpeed()=0
this function is a call back for setting quantities for computing wave speed before calling the wave ...
ADReal _SL
the wave speeds
virtual ADReal conservedVariableElem()=0
conserved variable of this equation from elem and boundary
static InputParameters validParams()
virtual ADReal hllcBoundary()=0
DualNumber< Real, DNDerivativeType, true > ADReal
virtual ADReal computeQpResidual() override
const ADMaterialProperty< RealVectorValue > & _vel_elem
virtual ADReal hllcElem()=0
HLLC modifications to flux for elem & boundary, see Toro.
const ADMaterialProperty< Real > & _rho_elem
static InputParameters validParams()
CNSFVHLLCBC(const InputParameters ¶meters)
Real f(Real x)
Test function for Brents method.
ADRealVectorValue _normal
ADReal _normal_speed_boundary
these quantities must be computed in preComputeWaveSpeed
virtual ADReal fluxElem()=0
flux functions on elem & from boundary
Base clase for HLLC boundary condition for Euler equation.
virtual ADReal conservedVariableBoundary()=0
void mooseError(Args &&... args) const
virtual ADReal fluxBoundary()=0
ADReal _normal_speed_elem
speeds normal to the interface on the element side