Go to the source code of this file.
|
class | PorousFlow1PhaseP |
| Base material designed to calculate fluid phase porepressure and saturation for the single-phase situation assuming constant effective saturation and porepressure as the nonlinear variable. More...
|
|
◆ validParams< PorousFlow1PhaseP >()
Definition at line 17 of file PorousFlow1PhaseP.C.
20 params.addRequiredCoupledVar(
"porepressure",
21 "Variable that represents the porepressure of the single phase");
22 params.addRequiredParam<UserObjectName>(
"capillary_pressure",
23 "Name of the UserObject defining the capillary pressure");
24 params.addClassDescription(
"This Material is used for the fully saturated single-phase situation "
25 "where porepressure is the primary variable");