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

Go to the source code of this file.

Classes

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

Functions

template<>
InputParameters validParams< PorousFlow1PhaseFullySaturated > ()
 

Function Documentation

◆ 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