Go to the source code of this file.
|
| class | PorousFlow1PhaseFullySaturated |
| | Base material designed to calculate fluid phase porepressure and saturation for the single-phase situation assuming full saturation where porepressure is the nonlinear variable. More...
|
| |
◆ validParams< PorousFlow1PhaseFullySaturated >()
Definition at line 16 of file PorousFlow1PhaseFullySaturated.C.
19 params.addRequiredCoupledVar(
"porepressure",
20 "Variable that represents the porepressure of the single phase");
21 params.addClassDescription(
"This Material is used for the fully saturated single-phase situation "
22 "where porepressure is the primary variable");