www.mooseframework.org
Functions
PorousFlow1PhaseP.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("PorousFlowApp", PorousFlow1PhaseP)
 
template<>
InputParameters validParams< PorousFlow1PhaseP > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PorousFlowApp"  ,
PorousFlow1PhaseP   
)

◆ 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