My Project
|
Implementation of the van Genuchten capillary pressure - saturation relation. More...
#include "VanGenuchtenParams.hpp"
#include <opm/material/common/MathToolbox.hpp>
#include <algorithm>
#include <cmath>
#include <cassert>
Go to the source code of this file.
Classes | |
class | Opm::VanGenuchten< TraitsT, ParamsT > |
Implementation of the van Genuchten capillary pressure - saturation relation. More... | |
Implementation of the van Genuchten capillary pressure - saturation relation.
This class only implements the "raw" van-Genuchten curves as static members and doesn't concern itself converting absolute to effective saturations and vice versa.
The converion from and to effective saturations can be done using, e.g. EffToAbsLaw.