20 #ifndef OPM_OUTPUT_ECLIPSE_VECTOR_GROUP_HPP
21 #define OPM_OUTPUT_ECLIPSE_VECTOR_GROUP_HPP
25 namespace Opm {
namespace RestartIO {
namespace Helpers {
namespace VectorItems {
28 enum index : std::vector<float>::size_type {
29 EfficiencyFactor = 92,
32 enum prod_index : std::vector<float>::size_type {
42 enum inj_index : std::vector<float>::size_type {
43 oilSurfRateLimit = 10,
45 oilReinjectionLimit = 12,
47 waterSurfRateLimit = 15,
48 waterResRateLimit = 16,
49 waterReinjectionLimit = 17,
50 waterVoidageLimit = 18,
52 gasSurfRateLimit = 20,
54 gasReinjectionLimit = 22,
64 enum index : std::vector<int>::size_type {
65 NoOfChildGroupsWells = 0,
73 GConInjeWInjCMode = 19,
74 GConInjeWaterGuideRateMode = 20,
77 GConInjeGInjCMode = 24,
78 GConInjeGasGuideRateMode = 25,
87 enum GuideRateMode :
int {
99 enum GroupType :
int {
110 enum index : std::vector<double>::size_type {
135 OilPrTotalSolution = 73,
136 GasPrTotalSolution = 74,
141 VoidPrGuideRate = 88,
143 OilInjGuideRate = 89,
144 WatInjGuideRate = 91,
145 WatInjGuideRate_2 = 92,
147 GasInjGuideRate = 93,
149 OilPrGuideRate_2 = 127,
151 WatPrGuideRate_2 = 128,
153 GasPrGuideRate_2 = 129,
155 VoidPrGuideRate_2 = 130,
158 HistOilPrTotal = 135,
160 HistWatPrTotal = 139,
162 HistWatInjTotal = 140,
164 HistGasPrTotal = 143,
166 HistGasInjTotal = 144,
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:29