30 pc_params.
set<
Real>(
"alpha") = 1.0e-4;
31 _fe_problem->addUserObject(
"PorousFlowCapillaryPressureVG",
"pc", pc_params);
35 _fe_problem->addUserObject(
"BrineFluidProperties",
"brine_fp", brine_params);
39 _fe_problem->addUserObject(
"Water97FluidProperties",
"water_fp", water_params);
43 _fe_problem->addUserObject(
"CO2FluidProperties",
"co2_fp", co2_params);
47 uo_params.
set<UserObjectName>(
"brine_fp") =
"brine_fp";
48 uo_params.set<UserObjectName>(
"co2_fp") =
"co2_fp";
49 uo_params.set<UserObjectName>(
"capillary_pressure") =
"pc";
50 _fe_problem->addUserObject(
"PorousFlowBrineCO2",
"fs", uo_params);
std::shared_ptr< FEProblem > _fe_problem
const SinglePhaseFluidProperties * _co2_fp
unsigned int getXIndex() const
InputParameters getValidParams(const std::string &name) const
unsigned int getPressureIndex() const
Brine (NaCl in H2O) fluid properties as a function of pressure (Pa), temperature (K) and NaCl mass fr...
unsigned int getTemperatureIndex() const
const PorousFlowBrineCO2 * _fs
const PorousFlowCapillaryPressureVG * _pc
const Water97FluidProperties * _water_fp
Common class for single phase fluid properties.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const BrineFluidProperties * _brine_fp
Water (H2O) fluid properties as a function of pressure (Pa) and temperature (K) from IAPWS-IF97: Revi...
Specialized class for brine and CO2 including calculation of mutual solubility of the two fluids usin...
unsigned int getZIndex() const
van Genuchten form of capillary pressure.