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);
std::shared_ptr< FEProblem > _fe_problem
const SinglePhaseFluidProperties * _fp
InputParameters getValidParams(const std::string &name) const
Base class for fluid properties used with two-phase flow.
Common class for single phase fluid properties.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const TwoPhaseFluidProperties & buildTwoPhaseFluidProperties()
Ideal gas fluid properties Default parameters are for air at atmospheric pressure and temperature...
const SinglePhaseFluidProperties & buildObj(const std::string name="fp", bool allow_imperfect_jac=false)