www.mooseframework.org
Functions
PorousFlowRelativePermeabilityCorey.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PorousFlowApp"  ,
PorousFlowRelativePermeabilityCorey   
)

◆ validParams< PorousFlowRelativePermeabilityCorey >()

template<>
InputParameters validParams< PorousFlowRelativePermeabilityCorey > ( )

Definition at line 16 of file PorousFlowRelativePermeabilityCorey.C.

17 {
18  InputParameters params = validParams<PorousFlowRelativePermeabilityBase>();
19  params.addRequiredParam<Real>("n", "The Corey exponent of the phase.");
20  params.addClassDescription("This Material calculates relative permeability of the fluid phase, "
21  "using the simple Corey model ((S-S_res)/(1-sum(S_res)))^n");
22  return params;
23 }
validParams< PorousFlowRelativePermeabilityBase >
InputParameters validParams< PorousFlowRelativePermeabilityBase >()
Definition: PorousFlowRelativePermeabilityBase.C:14