25#ifndef REGULARIZED_LINEAR_PARAMS_HH
26#define REGULARIZED_LINEAR_PARAMS_HH
37template<
class ScalarT>
Parameters for the linear capillary pressure and relative permeability <-> saturation relations.
LinearMaterialParams()
Definition linearmaterialparams.hh:41
RegularizedLinearMaterialParams()
Definition regularizedlinearmaterialparams.hh:43
Scalar krLowS() const
Return the threshold saturation respective phase below which the relative permeability gets regulariz...
Definition regularizedlinearmaterialparams.hh:62
ScalarT Scalar
Definition regularizedlinearmaterialparams.hh:41
void setKrHighS(Scalar krHighS)
Set the threshold saturation of the respective phase above which the relative permeability gets regul...
Definition regularizedlinearmaterialparams.hh:71
Scalar krHighS() const
Return the threshold saturation of the respective phase above which the relative permeability gets re...
Definition regularizedlinearmaterialparams.hh:80
void setKrLowS(Scalar krLowS)
Set the threshold saturation respective phase below which the relative permeability gets regularized.
Definition regularizedlinearmaterialparams.hh:53