#include <Water97FluidPropertiesTest.h>
◆ Water97FluidPropertiesTest()
| Water97FluidPropertiesTest::Water97FluidPropertiesTest |
( |
| ) |
|
|
inline |
◆ buildObjects()
| void Water97FluidPropertiesTest::buildObjects |
( |
| ) |
|
|
inlineprotected |
Definition at line 22 of file Water97FluidPropertiesTest.h.
23 {
25
26 uo_pars.
set<
Real>(
"T_initial_guess") = 298.15 * 1.01;
27 uo_pars.
set<
Real>(
"p_initial_guess") = 1.01e5 * 1.01;
28 _fe_problem->addUserObject(
"Water97FluidProperties",
"fp", uo_pars);
30
32 _fe_problem->addUserObject(
"Water97FluidProperties",
"ad_fp", ad_uo_pars);
34 }
InputParameters getValidParams(const std::string &name) const
std::shared_ptr< FEProblem > _fe_problem
Common class for single phase fluid properties.
const T & getUserObject(const std::string ¶m_name, bool is_dependency=true) const
const SinglePhaseFluidProperties * _ad_fp
const Water97FluidProperties * _fp
Water (H2O) fluid properties as a function of pressure (Pa) and temperature (K) from IAPWS-IF97: Revi...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Referenced by Water97FluidPropertiesTest().
◆ _ad_fp
◆ _fp
The documentation for this class was generated from the following file: