#include <SimpleFluidPropertiesTest.h>
Definition at line 15 of file SimpleFluidPropertiesTest.h.
◆ SimpleFluidPropertiesTest()
SimpleFluidPropertiesTest::SimpleFluidPropertiesTest |
( |
| ) |
|
|
inline |
◆ buildObjects()
void SimpleFluidPropertiesTest::buildObjects |
( |
| ) |
|
|
inlineprotected |
Definition at line 21 of file SimpleFluidPropertiesTest.h.
Referenced by SimpleFluidPropertiesTest().
24 _fe_problem->addUserObject(
"SimpleFluidProperties",
"fp", uo_params);
28 uo2_params.
set<
Real>(
"porepressure_coefficient") = 0.0;
29 _fe_problem->addUserObject(
"SimpleFluidProperties",
"fp2", uo2_params);
std::shared_ptr< FEProblem > _fe_problem
InputParameters getValidParams(const std::string &name) const
const SimpleFluidProperties * _fp2
Fluid properties of a simple, idealised fluid density=density0 * exp(P / bulk_modulus - thermal_expan...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const SimpleFluidProperties * _fp
◆ _fp
◆ _fp2
The documentation for this class was generated from the following file: