Implementation of the capillary pressure / relPerm <-> saturation relation using a linear relation smoothed at the upper and lower bounds for kr.
#include <cmath>#include <algorithm>#include <dumux/common/parameters.hh>#include <dumux/common/spline.hh>#include <dumux/material/fluidmatrixinteractions/2p/efftoabsdefaultpolicy.hh>#include <dumux/material/fluidmatrixinteractions/fluidmatrixinteraction.hh>Go to the source code of this file.
Classes | |
| class | Dumux::FluidMatrix::SmoothedLinearLaw< ScalarType, EffToAbsPolicy > |
| Implements a linear saturation-capillary pressure relation. More... | |
| struct | Dumux::FluidMatrix::SmoothedLinearLaw< ScalarType, EffToAbsPolicy >::Params |
| The parameter type. More... | |
Namespaces | |
| namespace | Dumux |
| namespace | Dumux::FluidMatrix |