26 pc_params.
set<Real>(
"m") = 0.5;
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);
InputParameters getValidParams(const std::string &name) const
std::shared_ptr< FEProblem > _fe_problem
van Genuchten form of capillary pressure.
const Water97FluidProperties * _water_fp
PorousFlowWaterVaporTest()
const PorousFlowCapillaryPressureVG * _pc
const PorousFlowWaterVapor * _fp
Specialized class for water and vapor mixture using pressure and enthalpy.
const T & getUserObject(const std::string ¶m_name, bool is_dependency=true) const
Water (H2O) fluid properties as a function of pressure (Pa) and temperature (K) from IAPWS-IF97: Revi...