#include <StiffenedGasFluidPropertiesTest.h>
◆ StiffenedGasFluidPropertiesTest()
StiffenedGasFluidPropertiesTest::StiffenedGasFluidPropertiesTest |
( |
| ) |
|
|
inline |
◆ buildObjects()
void StiffenedGasFluidPropertiesTest::buildObjects |
( |
| ) |
|
|
inlineprotected |
Definition at line 21 of file StiffenedGasFluidPropertiesTest.h.
Referenced by StiffenedGasFluidPropertiesTest().
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;
29 eos_pars.
set<std::string>(
"_object_name") =
"name3";
30 _fe_problem->addUserObject(
"StiffenedGasFluidProperties",
"fp", eos_pars);
std::shared_ptr< FEProblem > _fe_problem
const StiffenedGasFluidProperties * _fp
InputParameters getValidParams(const std::string &name) const
Stiffened gas fluid properties.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
◆ _fp
The documentation for this class was generated from the following file: