const Real _cub2
Parameter of the cubic.
const bool _wetting
Whether to use the wetting or non-wetting van Genuchten expression.
Material to calculate van Genuchten-type relative permeability of an arbitrary phase given the satura...
Base class for PorousFlow relative permeability materials.
virtual Real dRelativePermeability(Real seff) const override
Derivative of relative permeability with respect to effective saturation.
const Real _m
van Genuchten exponent m for the specified phase
const Real _cub0
Parameter of the cubic.
const Real _cub1
Parameter of the cubic.
const Real _cut
Start of cubic smoothing.
PorousFlowRelativePermeabilityVG(const InputParameters ¶meters)
const Real _cub3
Parameter of the cubic.
InputParameters validParams< PorousFlowRelativePermeabilityVG >()
virtual Real relativePermeability(Real seff) const override
Relative permeability equation (must be overriden in derived class)