#include <PorousFlowWaterNCGTest.h>
Definition at line 18 of file PorousFlowWaterNCGTest.h.
◆ PorousFlowWaterNCGTest()
PorousFlowWaterNCGTest::PorousFlowWaterNCGTest |
( |
| ) |
|
|
inline |
◆ buildObjects()
void PorousFlowWaterNCGTest::buildObjects |
( |
| ) |
|
|
inlineprotected |
Definition at line 24 of file PorousFlowWaterNCGTest.h.
Referenced by PorousFlowWaterNCGTest().
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);
std::shared_ptr< FEProblem > _fe_problem
const PorousFlowCapillaryPressureVG * _pc
InputParameters getValidParams(const std::string &name) const
unsigned int getPressureIndex() const
const PorousFlowWaterNCG * _fs
unsigned int getTemperatureIndex() const
Common class for single phase fluid properties.
Specialized class for water and a non-condensable gas (NCG) Includes dissolution of gas in liquid wat...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const SinglePhaseFluidProperties * _water_fp
const SinglePhaseFluidProperties * _ncg_fp
unsigned int getZIndex() const
van Genuchten form of capillary pressure.
◆ _fs
◆ _ncg_fp
◆ _pc
◆ _pidx
unsigned int PorousFlowWaterNCGTest::_pidx |
|
protected |
◆ _Tidx
unsigned int PorousFlowWaterNCGTest::_Tidx |
|
protected |
◆ _water_fp
◆ _Zidx
unsigned int PorousFlowWaterNCGTest::_Zidx |
|
protected |
The documentation for this class was generated from the following file: