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