My Project
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>

Go to the source code of this file.

Classes

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

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