MaterialTraits.hpp File Reference

This file contains helper classes for the material laws. More...

This graph shows which files directly or indirectly include this file:

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

 Opm
 

Detailed Description

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.