Parameters that are necessary for the regularization of the linear constitutive relations.
More...
#include <dumux/material/fluidmatrixinteractions/2p/regularizedlinearmaterialparams.hh>
template<class ScalarT>
class Dumux::RegularizedLinearMaterialParams< ScalarT >
Parameters that are necessary for the regularization of the linear constitutive relations.
|
| | RegularizedLinearMaterialParams () |
| void | setKrLowS (Scalar krLowS) |
| | Set the threshold saturation respective phase below which the relative permeability gets regularized.
|
| Scalar | krLowS () const |
| | Return the threshold saturation respective phase below which the relative permeability gets regularized.
|
| void | setKrHighS (Scalar krHighS) |
| | Set the threshold saturation of the respective phase above which the relative permeability gets regularized.
|
| Scalar | krHighS () const |
| | Return the threshold saturation of the respective phase above which the relative permeability gets regularized.
|
| Scalar | entryPc () const |
| | Return the entry pressure for the linear material law in \(\mathrm{[Pa]}\).
|
| void | setEntryPc (Scalar v) |
| | Set the entry pressure for the linear material law in \(\mathrm{[Pa]}\).
|
| Scalar | maxPc () const |
| | Return the maximum capillary pressure for the linear material law in \(\mathrm{[Pa]}\)..
|
| void | setMaxPc (Scalar v) |
| | Set the maximum capillary pressure for the linear material law in \(\mathrm{[Pa]}\)..
|
◆ Scalar
◆ RegularizedLinearMaterialParams()
◆ entryPc()
Return the entry pressure for the linear material law in \(\mathrm{[Pa]}\).
The entry pressure is reached at \(\mathrm{\overline{S}_w = 1}\)
◆ krHighS()
Return the threshold saturation of the respective phase above which the relative permeability gets regularized.
◆ krLowS()
Return the threshold saturation respective phase below which the relative permeability gets regularized.
◆ maxPc()
Return the maximum capillary pressure for the linear material law in \(\mathrm{[Pa]}\)..
The maximum capillary pressure is reached at \(\mathrm{\overline{S}_w = 0}\)
◆ setEntryPc()
Set the entry pressure for the linear material law in \(\mathrm{[Pa]}\).
The entry pressure is reached at \(\mathrm{\overline{S}_w = 1}\)
◆ setKrHighS()
Set the threshold saturation of the respective phase above which the relative permeability gets regularized.
◆ setKrLowS()
Set the threshold saturation respective phase below which the relative permeability gets regularized.
◆ setMaxPc()
Set the maximum capillary pressure for the linear material law in \(\mathrm{[Pa]}\)..
The maximum capillary pressure is reached at \(\mathrm{\overline{S}_w = 0}\)
The documentation for this class was generated from the following file: