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