25#ifndef REGULARIZED_LINEAR_PARAMS_HH
26#define REGULARIZED_LINEAR_PARAMS_HH
28#warning "This header is deprecated. Use SmoothedLinearLaw instead. Removal after 3.3"
39template<
class ScalarT>
Parameters for the linear capillary pressure and relative permeability <-> saturation relations.
Reference implementation of params for the linear material law.
Definition: linearmaterialparams.hh:39
ScalarT Scalar
Definition: linearmaterialparams.hh:41
Parameters that are necessary for the regularization of the linear constitutive relations.
Definition: regularizedlinearmaterialparams.hh:41
RegularizedLinearMaterialParams()
Definition: regularizedlinearmaterialparams.hh:45
Scalar krLowS() const
Return the threshold saturation respective phase below which the relative permeability gets regulariz...
Definition: regularizedlinearmaterialparams.hh:64
void setKrHighS(Scalar krHighS)
Set the threshold saturation of the respective phase above which the relative permeability gets regul...
Definition: regularizedlinearmaterialparams.hh:73
Scalar krHighS() const
Return the threshold saturation of the respective phase above which the relative permeability gets re...
Definition: regularizedlinearmaterialparams.hh:82
void setKrLowS(Scalar krLowS)
Set the threshold saturation respective phase below which the relative permeability gets regularized.
Definition: regularizedlinearmaterialparams.hh:55