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

Go to the source code of this file.

Classes

class  Opm::Phases
 
class  Opm::Welldims
 
class  Opm::WellSegmentDims
 
class  Opm::EclHysterConfig
 
class  Opm::SatFuncControls
 
class  Opm::Runspec
 

Namespaces

namespace  Opm
 

Enumerations

enum class  Opm::Phase {
  Opm::OIL = 0 , Opm::GAS = 1 , Opm::WATER = 2 , Opm::SOLVENT = 3 ,
  Opm::POLYMER = 4 , Opm::ENERGY = 5 , Opm::POLYMW = 6 , Opm::FOAM = 7 ,
  Opm::BRINE = 8
}
 

Functions

Phase Opm::get_phase (const std::string &)
 
std::ostream & Opm::operator<< (std::ostream &, const Phase &)
 

Variables

constexpr int Opm::NUM_PHASES_IN_ENUM = static_cast<int>(Phase::BRINE) + 1