32 virtual void calcFlux(
const std::vector<ADReal> & UL,
33 const std::vector<ADReal> & UR,
37 std::vector<ADReal> & FL,
38 std::vector<ADReal> & FR)
const override;
54 const std::vector<ADReal> & UR)
const;
static InputParameters validParams()
WaveSpeedFormulation
Type for how to compute left and right wave speeds.
DualNumber< Real, DNDerivativeType, true > ADReal
const SinglePhaseFluidProperties & _fp
fluid properties user object
Computes internal side flux for the 1-D, 1-phase, variable-area Euler equations using the HLLC approx...
virtual ADReal computeFlowArea(const std::vector< ADReal > &UL, const std::vector< ADReal > &UR) const
Computes the flow area that is used in the numerical flux.
const WaveSpeedFormulation _wave_speed_formulation
How to compute left and right wave speeds.
Common class for single phase fluid properties.
Base class for computing numerical fluxes for FlowModelSinglePhase.
ADNumericalFlux3EqnHLLC(const InputParameters ¶meters)
virtual void calcFlux(const std::vector< ADReal > &UL, const std::vector< ADReal > &UR, const RealVectorValue &nLR, const RealVectorValue &t1, const RealVectorValue &t2, std::vector< ADReal > &FL, std::vector< ADReal > &FR) const override
Calculates the 3D flux vectors given "left" and "right" states.
const InputParameters & parameters() const
virtual unsigned int getNumberOfRegions() const override
Returns the total possible number of regions.
Interface class for producing errors, warnings, or just quiet NaNs.