A default implementation of the parameters for the adapter class to convert material laws from effective to absolute saturations.
More...
template<class EffLawParamsT>
class Dumux::EffToAbsLawParams< EffLawParamsT >
A default implementation of the parameters for the adapter class to convert material laws from effective to absolute saturations.
|
| | EffToAbsLawParams () |
| template<class OtherParams> |
| bool | operator== (const OtherParams &otherParams) const |
| | Equality comparison with another set of params.
|
| Scalar | swr () const |
| | Return the residual wetting saturation.
|
| void | setSwr (Scalar v) |
| | Set the residual wetting saturation.
|
| Scalar | snr () const |
| | Return the residual non-wetting saturation.
|
| void | setSnr (Scalar v) |
| | Set the residual non-wetting saturation.
|
| | EffToAbsLawParams () |
| Scalar | swr () const |
| | Return the residual wetting saturation.
|
| void | setSwr (Scalar v) |
| | Set the residual wetting saturation.
|
| Scalar | snr () const |
| | Return the residual non-wetting saturation.
|
| void | setSnr (Scalar v) |
| | Set the residual non-wetting saturation.
|
| Scalar | sgr () const |
| | Return the residual gas saturation.
|
| void | setSgr (Scalar v) |
| | Set the residual gas saturation.
|
| Scalar | swrx () const |
| | Set the residual total liquid saturation.
|
| void | setSwrx (Scalar v) |
| | Set the residual total liquid saturation.
|