www.mooseframework.org
Functions
PorousFlow1PhaseFullySaturated.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PorousFlowApp"  ,
PorousFlow1PhaseFullySaturated   
)

◆ validParams< PorousFlow1PhaseFullySaturated >()

template<>
InputParameters validParams< PorousFlow1PhaseFullySaturated > ( )

Definition at line 16 of file PorousFlow1PhaseFullySaturated.C.

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