template<class Scalar>
template<class S>
struct Dumux::FluidMatrix::VanGenuchtenRegularization< Scalar >::Params< S >
Regularization parameters.
|
void | setPcLowSwe (Scalar pcLowSwe) |
| Set the threshold saturation below which the capillary pressure is regularized. More...
|
|
Scalar | pcLowSwe () const |
| Threshold saturation below which the capillary pressure is regularized. More...
|
|
void | setPcHighSwe (Scalar pcHighSwe) |
| Set the threshold saturation above which the capillary pressure is regularized. More...
|
|
Scalar | pcHighSwe () const |
| Threshold saturation above which the capillary pressure is regularized. More...
|
|
void | setKrnLowSwe (Scalar krnLowSwe) |
| Set the threshold saturation below which the relative permeability of the non-wetting phase gets regularized. More...
|
|
Scalar | krnLowSwe () const |
| Threshold saturation below which the relative permeability of the non-wetting phase gets regularized. More...
|
|
void | setKrwHighSwe (Scalar krwHighSwe) |
| Set the threshold saturation above which the relative permeability of the wetting phase gets regularized. More...
|
|
Scalar | krwHighSwe () const |
| Threshold saturation above which the relative permeability of the wetting phase gets regularized. More...
|
|