#include <PorousFlowFluidStateFlashTest.h>
◆ PorousFlowFluidStateFlashTest()
| PorousFlowFluidStateFlashTest::PorousFlowFluidStateFlashTest |
( |
| ) |
|
|
inline |
◆ buildObjects()
| void PorousFlowFluidStateFlashTest::buildObjects |
( |
| ) |
|
|
inlineprotected |
Definition at line 24 of file PorousFlowFluidStateFlashTest.h.
25 {
28 pc_params.
set<
Real>(
"alpha") = 0.1;
29 _fe_problem->addUserObject(
"PorousFlowCapillaryPressureVG",
"pc", pc_params);
31
33 _fe_problem->addUserObject(
"Water97FluidProperties",
"water_fp", water_params);
35
37 _fe_problem->addUserObject(
"CO2FluidProperties",
"ncg_fp", ncg_params);
39
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",
"fp", uo_params);
46 }
CO2 fluid properties Most thermophysical properties taken from: Span and Wagner, "A New Equation of S...
InputParameters getValidParams(const std::string &name) const
std::shared_ptr< FEProblem > _fe_problem
van Genuchten form of capillary pressure.
const Water97FluidProperties * _water_fp
const PorousFlowWaterNCG * _fp
const PorousFlowCapillaryPressureVG * _pc
const CO2FluidProperties * _ncg_fp
Specialized class for water and a non-condensable gas (NCG) Includes dissolution of gas in liquid wat...
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...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Referenced by PorousFlowFluidStateFlashTest().
◆ _fp
◆ _ncg_fp
◆ _pc
◆ _water_fp
The documentation for this class was generated from the following file: