www.mooseframework.org
Functions
PorousFlowRelativePermeabilityBC.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PorousFlowApp"  ,
PorousFlowRelativePermeabilityBC   
)

◆ validParams< PorousFlowRelativePermeabilityBC >()

template<>
InputParameters validParams< PorousFlowRelativePermeabilityBC > ( )

Definition at line 17 of file PorousFlowRelativePermeabilityBC.C.

18 {
19  InputParameters params = validParams<PorousFlowRelativePermeabilityBase>();
20  params.addRequiredParam<Real>("lambda", "The Brooks-Corey exponent of the phase");
21  params.addParam<bool>("nw_phase", false, "Set true if this is the non-wetting phase");
22  params.addClassDescription("Brooks-Corey relative permeability");
23  return params;
24 }
validParams< PorousFlowRelativePermeabilityBase >
InputParameters validParams< PorousFlowRelativePermeabilityBase >()
Definition: PorousFlowRelativePermeabilityBase.C:14