24 eos_pars.
set<Real>(
"gamma") = 2.35;
25 eos_pars.
set<Real>(
"q") = -1167e3;
26 eos_pars.
set<Real>(
"q_prime") = 0;
27 eos_pars.
set<Real>(
"p_inf") = 1.e9;
28 eos_pars.
set<Real>(
"cv") = 1816;
30 _fe_problem->addUserObject(
"StiffenedGasFluidProperties",
"fp", eos_pars);
InputParameters getValidParams(const std::string &name) const
static const std::string name_param
std::shared_ptr< FEProblem > _fe_problem
const StiffenedGasFluidProperties * _fp
StiffenedGasFluidPropertiesTest()
Stiffened gas fluid properties.
const T & getUserObject(const std::string ¶m_name, bool is_dependency=true) const