My Project
Loading...
Searching...
No Matches
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...
 

Namespaces

namespace  Opm
 This class implements a small container which holds the transmissibility mulitpliers for all the faces in the grid.
 

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