Moose::GenericType< Real, is_ad > GenericReal
PorousFlowRelativePermeabilityFLACTempl< true > ADPorousFlowRelativePermeabilityFLAC
PorousFlowRelativePermeabilityFLACTempl< false > PorousFlowRelativePermeabilityFLAC
Base class for PorousFlow relative permeability materials.
Material to calculate relative permeability inspired by the formula used in FLAC: relperm = (1 + m) s...
const Real _m
Exponent m for the specified phase.
virtual GenericReal< is_ad > relativePermeability(GenericReal< is_ad > seff) const override
Relative permeability equation (must be overriden in derived class)
virtual Real dRelativePermeability(Real seff) const override
Derivative of relative permeability with respect to effective saturation.
static InputParameters validParams()