#include <PorousFlowWaterVaporTest.h>
Definition at line 17 of file PorousFlowWaterVaporTest.h.
◆ PorousFlowWaterVaporTest()
PorousFlowWaterVaporTest::PorousFlowWaterVaporTest |
( |
| ) |
|
|
inline |
◆ buildObjects()
void PorousFlowWaterVaporTest::buildObjects |
( |
| ) |
|
|
inlineprotected |
Definition at line 23 of file PorousFlowWaterVaporTest.h.
Referenced by PorousFlowWaterVaporTest().
27 pc_params.
set<
Real>(
"alpha") = 1.0e-4;
28 pc_params.
set<
Real>(
"pc_max") = 1.0e5;
29 _fe_problem->addUserObject(
"PorousFlowCapillaryPressureVG",
"pc", pc_params);
33 _fe_problem->addUserObject(
"Water97FluidProperties",
"water_fp", water_params);
37 uo_params.
set<UserObjectName>(
"water_fp") =
"water_fp";
38 uo_params.set<UserObjectName>(
"capillary_pressure") =
"pc";
39 _fe_problem->addUserObject(
"PorousFlowWaterVapor",
"fp", uo_params);
std::shared_ptr< FEProblem > _fe_problem
const PorousFlowCapillaryPressureVG * _pc
const PorousFlowWaterVapor * _fp
InputParameters getValidParams(const std::string &name) const
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Water (H2O) fluid properties as a function of pressure (Pa) and temperature (K) from IAPWS-IF97: Revi...
const Water97FluidProperties * _water_fp
van Genuchten form of capillary pressure.
Specialized class for water and vapor mixture using pressure and enthalpy.
◆ _fp
◆ _pc
◆ _water_fp
The documentation for this class was generated from the following file: