Parameters that are necessary for the regularization of the Brooks-Corey capillary pressure model. More...
#include <dumux/material/fluidmatrixinteractions/2p/regularizedbrookscoreyparams.hh>
Parameters that are necessary for the regularization of the Brooks-Corey capillary pressure model.
Public Types | |
using | Scalar = ScalarT |
Public Member Functions | |
RegularizedBrooksCoreyParams () | |
RegularizedBrooksCoreyParams (Scalar pe, Scalar lambda) | |
template<class OtherParams > | |
bool | operator== (const OtherParams &otherParams) const |
Equality comparison with another set of params. More... | |
void | setThresholdSw (Scalar thresholdSw) |
Set the threshold saturation below which the capillary pressure is regularized. More... | |
Scalar | thresholdSw () const |
Threshold saturation below which the capillary pressure is regularized. More... | |
Scalar | pe () const |
Returns the entry pressure in \mathrm{[Pa]}. More... | |
void | setPe (Scalar v) |
Set the entry pressure in \mathrm{[Pa]}]. More... | |
Scalar | lambda () const |
Returns the lambda shape parameter \mathrm{[-]}. More... | |
void | setLambda (Scalar v) |
Set the lambda shape parameter \mathrm{[-]}. More... | |
using Dumux::RegularizedBrooksCoreyParams< ScalarT >::Scalar = ScalarT |
|
inline |
|
inline |
|
inlineinherited |
Returns the lambda shape parameter \mathrm{[-]}.
|
inline |
Equality comparison with another set of params.
|
inlineinherited |
Returns the entry pressure in \mathrm{[Pa]}.
|
inlineinherited |
Set the lambda shape parameter \mathrm{[-]}.
|
inlineinherited |
Set the entry pressure in \mathrm{[Pa]}].
|
inline |
Set the threshold saturation below which the capillary pressure is regularized.
Most problems are very sensitive to this value (e.g. making it smaller might result in negative pressures).
|
inline |
Threshold saturation below which the capillary pressure is regularized.