Go to the source code of this file.
|
| class | PorousFlowWaterNCG |
| | Specialized class for water and a non-condensable gas (NCG) Includes dissolution of gas in liquid water phase using Henry's law. More...
|
| |
◆ validParams< PorousFlowWaterNCG >()
Definition at line 19 of file PorousFlowWaterNCG.C.
22 params.addRequiredParam<UserObjectName>(
"water_fp",
"The name of the user object for water");
23 params.addRequiredParam<UserObjectName>(
24 "gas_fp",
"The name of the user object for the non-condensable gas");
25 params.addClassDescription(
"Fluid state class for water and non-condensable gas");