20 #ifndef OPM_BLACKOILPHASES_HEADER_INCLUDED
21 #define OPM_BLACKOILPHASES_HEADER_INCLUDED
32 static const int MaxNumPhases = 3;
39 static const int NumCryptoPhases = 7;
42 enum PhaseIndex { Aqua = 0, Liquid = 1, Vapour = 2, Solvent = 3, Polymer = 4, Energy = 5, PolymerMW = 6, Foam = 7, Brine = 8, ZFraction = 9 };
48 explicit PhaseUsage(std::vector<BlackoilPhases::PhaseIndex> phases);
51 std::array<int, MaxNumPhases + NumCryptoPhases> phase_used;
52 std::array<int, MaxNumPhases + NumCryptoPhases> phase_pos;
Definition: BlackoilPhases.hpp:30
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: BlackoilPhases.hpp:27
Definition: BlackoilPhases.hpp:46