EclDefaultMaterial.hpp File Reference
#include "EclDefaultMaterialParams.hpp"
#include <opm/material/common/MathToolbox.hpp>
#include <opm/material/common/Valgrind.hpp>
#include <algorithm>
#include <stdexcept>
#include <type_traits>
Include dependency graph for EclDefaultMaterial.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::EclDefaultMaterial< TraitsT, GasOilMaterialLawT, OilWaterMaterialLawT, ParamsT >
 Implements the default three phase capillary pressure law used by the ECLipse simulator. More...
 

Namespaces

namespace  Opm
 

Detailed Description

Implements the default three phase capillary pressure law used by the ECLipse simulator.

This material law is valid for three fluid phases and only depends on the saturations.

The required two-phase relations are supplied by means of template arguments and can be an arbitrary other material laws. (Provided that these only depend on saturation.)