Go to the documentation of this file.
19 params.addParam<Real>(
"kr", 1.0,
"Relative permeability");
20 params.addClassDescription(
21 "This class sets the relative permeability to a constant value (default = 1)");
26 const InputParameters & parameters)
const Real _relperm
Constant relative permeability.
virtual Real dRelativePermeability(Real seff) const override
Derivative of relative permeability with respect to effective saturation.
InputParameters validParams< PorousFlowRelativePermeabilityConst >()
Base class for PorousFlow relative permeability materials.
registerMooseObject("PorousFlowApp", PorousFlowRelativePermeabilityConst)
PorousFlowRelativePermeabilityConst(const InputParameters ¶meters)
virtual Real relativePermeability(Real seff) const override
Relative permeability equation (must be overriden in derived class)
This class simply sets a constant relative permeability at the nodes.
InputParameters validParams< PorousFlowRelativePermeabilityBase >()