26 const ADReal &
A)
const override;
28 const ADReal &
A)
const override;
TestNumericalFlux3EqnBase()
Base class for testing numerical flux objects for the variable-area compressible Euler equations...
Base class for testing NumericalFlux1D objects.
virtual std::vector< ADReal > computeConservativeSolution(const std::vector< ADReal > &W, const ADReal &A) const override
Computes the conservative solution from the primitive solution.
virtual std::vector< ADReal > computeFluxFromPrimitive(const std::vector< ADReal > &W, const ADReal &A) const override
Computes the 1D flux vector from the primitive solution.
Common class for single phase fluid properties.
const SinglePhaseFluidProperties & _fp
Fluid properties user object.
const UserObjectName _fp_name
Fluid properties user object name.
const SinglePhaseFluidProperties & getFluidPropertiesObject()
Builds and gets the fluid properties user object.