#include "EclDefaultMaterialParams.hpp"
#include <opm/common/Valgrind.hpp>
#include <opm/material/common/MathToolbox.hpp>
#include <opm/common/Exceptions.hpp>
#include <opm/common/ErrorMacros.hpp>
#include <algorithm>
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... |
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.)