23 bool allow_imperfect_jac =
false)
26 uo_pars.
set<Real>(
"molar_mass") = 0.028966206103678928;
27 uo_pars.
set<Real>(
"gamma") = 1.41;
28 uo_pars.
set<
bool>(
"allow_imperfect_jacobians") = allow_imperfect_jac;
37 const std::string class_name =
"StiffenedGasTwoPhaseFluidProperties";
38 const UserObjectName fp_2phase_name =
"fp_2phase";
40 _fe_problem->addUserObject(class_name, fp_2phase_name, params);
const SinglePhaseFluidProperties * _fp
const TwoPhaseFluidProperties & buildTwoPhaseFluidProperties()
const SinglePhaseFluidProperties & buildObj(const std::string name="fp", bool allow_imperfect_jac=false)
InputParameters getValidParams(const std::string &name) const
Ideal gas fluid properties Default parameters are for air at atmospheric pressure and temperature.
std::shared_ptr< FEProblem > _fe_problem
Common class for single phase fluid properties.
Base class for fluid properties used with two-phase flow.
const T & getUserObject(const std::string ¶m_name, bool is_dependency=true) const