27 pc_params.
set<Real>(
"m") = 0.5;
28 pc_params.
set<Real>(
"alpha") = 1.0e-4;
29 _fe_problem->addUserObject(
"PorousFlowCapillaryPressureVG",
"pc", pc_params);
33 _fe_problem->addUserObject(
"Water97FluidProperties",
"water_fp", water_params);
37 _fe_problem->addUserObject(
"CO2FluidProperties",
"ncg_fp", ncg_params);
41 uo_params.
set<UserObjectName>(
"water_fp") =
"water_fp";
42 uo_params.set<UserObjectName>(
"gas_fp") =
"ncg_fp";
43 uo_params.set<UserObjectName>(
"capillary_pressure") =
"pc";
44 _fe_problem->addUserObject(
"PorousFlowWaterNCG",
"fs", uo_params);
InputParameters getValidParams(const std::string &name) const
std::shared_ptr< FEProblem > _fe_problem
van Genuchten form of capillary pressure.
unsigned int getTemperatureIndex() const
unsigned int getPressureIndex() const
unsigned int getZIndex() const
const SinglePhaseFluidProperties * _water_fp
const PorousFlowWaterNCG * _fs
const PorousFlowCapillaryPressureVG * _pc
const SinglePhaseFluidProperties * _ncg_fp
Specialized class for water and a non-condensable gas (NCG) Includes dissolution of gas in liquid wat...
Common class for single phase fluid properties.
const T & getUserObject(const std::string ¶m_name, bool is_dependency=true) const