virtual Real dRelativePermeability(Real seff) const =0
Derivative of relative permeability with respect to effective saturation.
static InputParameters validParams()
Moose::GenericType< Real, is_ad > GenericReal
const GenericMaterialProperty< std::vector< Real >, is_ad > & _saturation
Saturation material property.
virtual GenericReal< is_ad > relativePermeability(GenericReal< is_ad > seff) const =0
Relative permeability equation (must be overriden in derived class)
MaterialProperty< Real > *const _drelative_permeability_ds
Derivative of relative permeability wrt phase saturation.
const Real _sum_s_res
Sum of residual saturations over all phases.
PorousFlowRelativePermeabilityBaseTempl< true > ADPorousFlowRelativePermeabilityBase
const Real _scaling
Relative permeability is multiplied by this quantity.
const Real _s_res
Residual saturation of specified phase.
Base class for all PorousFlow materials that provide phase-dependent properties.
Base class for PorousFlow relative permeability materials.
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
virtual GenericReal< is_ad > effectiveSaturation(GenericReal< is_ad > saturation) const
Effective saturation of fluid phase.
virtual void computeQpProperties() override
PorousFlowRelativePermeabilityBaseTempl(const InputParameters ¶meters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Real _dseff_ds
Derivative of effective saturation with respect to saturation.
PorousFlowRelativePermeabilityBaseTempl< false > PorousFlowRelativePermeabilityBase
GenericMaterialProperty< Real, is_ad > & _relative_permeability
Relative permeability material property.