17 _fp(getFluidPropertiesObject())
25 return FlowModel1PhaseUtils::computeConservativeSolutionVector<true>(W,
A,
_fp);
32 return FlowModel1PhaseUtils::computeFluxFromPrimitive<true>(W,
A,
_fp);
38 const std::string class_name =
"IdealGasFluidProperties";
40 params.
set<
Real>(
"gamma") = 1.4;
41 params.
set<
Real>(
"molar_mass") = 11.640243719999999;
std::shared_ptr< FEProblem > _fe_problem
TestNumericalFlux3EqnBase()
InputParameters getValidParams(const std::string &name) const
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.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const UserObjectName _fp_name
Fluid properties user object name.
const SinglePhaseFluidProperties & getFluidPropertiesObject()
Builds and gets the fluid properties user object.