Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< PorousFlow2PhasePS >()
Definition at line 17 of file PorousFlow2PhasePS.C.
20 params.addRequiredCoupledVar(
"phase0_porepressure",
21 "Variable that is the porepressure of phase 0 (the liquid phase)");
22 params.addRequiredCoupledVar(
"phase1_saturation",
23 "Variable that is the saturation of phase 1 (the gas phase)");
24 params.addRequiredParam<UserObjectName>(
"capillary_pressure",
25 "Name of the UserObject defining the capillary pressure");
26 params.addClassDescription(
"This Material calculates the 2 porepressures and the 2 saturations "
27 "in a 2-phase situation, and derivatives of these with "
28 "respect to the PorousFlowVariables.");