My Project
|
This file contains helper classes for the material laws. More...
Go to the source code of this file.
Classes | |
class | Opm::NullMaterialTraits< ScalarT, numPhasesV > |
A generic traits class which does not provide any indices. More... | |
class | Opm::TwoPhaseMaterialTraits< ScalarT, wettingPhaseIdxV, nonWettingPhaseIdxV > |
A generic traits class for two-phase material laws. More... | |
class | Opm::ThreePhaseMaterialTraits< ScalarT, wettingPhaseIdxV, nonWettingasPhaseIdxV, gasPhaseIdxV > |
A generic traits class for three-phase material laws. More... | |
Namespaces | |
namespace | Opm |
This class implements a small container which holds the transmissibility mulitpliers for all the faces in the grid. | |
This file contains helper classes for the material laws.
These classes specify the information which connects fluid systems and the fluid-matrix interaction laws. This includes stuff like the index of the wetting and non-wetting phase, etc.