www.mooseframework.org
Classes | Functions
PorousFlow1PhaseP.h File Reference

Go to the source code of this file.

Classes

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...
 

Functions

template<>
InputParameters validParams< PorousFlow1PhaseP > ()
 

Function Documentation

◆ validParams< PorousFlow1PhaseP >()

template<>
InputParameters validParams< PorousFlow1PhaseP > ( )

Definition at line 17 of file PorousFlow1PhaseP.C.

18 {
19  InputParameters params = validParams<PorousFlowVariableBase>();
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");
26  return params;
27 }
validParams< PorousFlowVariableBase >
InputParameters validParams< PorousFlowVariableBase >()
Definition: PorousFlowVariableBase.C:14