VanGenuchten.hpp File Reference

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>
Include dependency graph for VanGenuchten.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::VanGenuchten< TraitsT, ParamsT >
 Implementation of the van Genuchten capillary pressure - saturation relation. More...
 

Namespaces

 Opm
 

Detailed Description

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.

See also
VanGenuchtenParams