My Project
|
Implements the second phase capillary pressure/relperm law suggested by Stone as used by the ECLipse simulator. More...
#include "EclStone1MaterialParams.hpp"
#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/MathToolbox.hpp>
#include <algorithm>
#include <cmath>
#include <stdexcept>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | Opm::EclStone1Material< TraitsT, GasOilMaterialLawT, OilWaterMaterialLawT, ParamsT > |
Implements the second phase capillary pressure/relperm law suggested by Stone as used by the ECLipse simulator. More... | |
Implements the second phase capillary pressure/relperm law suggested by Stone as 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.)