Go to the source code of this file.
◆ registerMooseObject()
◆ 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");