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.
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
Reference implementation of params for the linear material law.
Definition: linearmaterialparams.hh:37
ScalarT Scalar
Definition: linearmaterialparams.hh:39
Parameters that are necessary for the regularization of the linear constitutive relations.
Definition: regularizedlinearmaterialparams.hh:39
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