#include <LinearFluidPropertiesTest.h>
Definition at line 15 of file LinearFluidPropertiesTest.h.
◆ LinearFluidPropertiesTest()
LinearFluidPropertiesTest::LinearFluidPropertiesTest |
( |
| ) |
|
|
inline |
◆ buildObjects()
void LinearFluidPropertiesTest::buildObjects |
( |
| ) |
|
|
inlineprotected |
Definition at line 21 of file LinearFluidPropertiesTest.h.
Referenced by LinearFluidPropertiesTest().
24 eos_pars.
set<
Real>(
"p_0") = 1e5;
25 eos_pars.
set<
Real>(
"rho_0") = 1000;
27 eos_pars.
set<
Real>(
"beta") = 123;
28 eos_pars.
set<
Real>(
"cv") = 1000;
29 eos_pars.
set<
Real>(
"e_0") = 1e6;
30 eos_pars.
set<
Real>(
"T_0") = 300;
33 eos_pars.
set<
Real>(
"Pr") = (1000 * 0.3) / 0.89;
34 _fe_problem->addUserObject(
"LinearFluidProperties",
"fp", eos_pars);
std::shared_ptr< FEProblem > _fe_problem
InputParameters getValidParams(const std::string &name) const
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const LinearFluidProperties * _fp
◆ _fp
The documentation for this class was generated from the following file: