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

Go to the source code of this file.

Classes

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

Functions

template<>
InputParameters validParams< PorousFlowRelativePermeabilityCorey > ()
 

Function Documentation

◆ 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