BlackoilModelEnums.hpp File Reference
Include dependency graph for BlackoilModelEnums.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Opm
 

Enumerations

enum  Opm::Phases { Opm::Water = BlackoilPropsAdInterface::Water, Opm::Oil = BlackoilPropsAdInterface::Oil, Opm::Gas = BlackoilPropsAdInterface::Gas, Opm::MaxNumPhases = BlackoilPropsAdInterface::MaxNumPhases }
 
enum  Opm::PrimalVariables { Opm::Sg = 0, Opm::RS = 1, Opm::RV = 2 }
 
enum  Opm::CanonicalVariablePositions {
  Opm::Pressure = 0, Opm::Sw = 1, Opm::Xvar = 2, Opm::Qs = 3,
  Opm::Bhp = 4, Opm::Next
}