Go to the source code of this file.
|
class | PorousFlowBrineCO2 |
| Specialized class for brine and CO2 including calculation of mutual solubility of the two fluids using a high-accuracy fugacity-based formulation. More...
|
|
◆ validParams< PorousFlowBrineCO2 >()
Definition at line 20 of file PorousFlowBrineCO2.C.
23 params.addRequiredParam<UserObjectName>(
"brine_fp",
"The name of the user object for brine");
24 params.addRequiredParam<UserObjectName>(
"co2_fp",
"The name of the user object for CO2");
25 params.addParam<
unsigned int>(
"salt_component", 2,
"The component number of salt");
26 params.addClassDescription(
"Fluid state class for brine and CO2");