|
My Project
|
Specification of the material parameters for a two-phase material law which uses a table and piecewise constant interpolation. More...
#include <algorithm>#include <cassert>#include <vector>#include <stdexcept>#include <type_traits>#include <opm/common/ErrorMacros.hpp>#include <opm/material/common/EnsureFinalized.hpp>#include <opm/common/utility/gpuDecorators.hpp>Go to the source code of this file.
Classes | |
| class | Opm::PiecewiseLinearTwoPhaseMaterialParams< TraitsT, VectorT > |
| Specification of the material parameters for a two-phase material law which uses a table and piecewise constant interpolation. More... | |
Namespaces | |
| namespace | Opm |
| This class implements a small container which holds the transmissibility mulitpliers for all the faces in the grid. | |
Specification of the material parameters for a two-phase material law which uses a table and piecewise constant interpolation.