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

Go to the source code of this file.

Classes

class  PorousFlowRelativePermeabilityBC
 Material to calculate Brooks-Corey relative permeability of an arbitrary phase given the effective saturation and exponent of that phase. More...
 

Functions

template<>
InputParameters validParams< PorousFlowRelativePermeabilityBC > ()
 

Function Documentation

◆ 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