20 #ifndef OPM_OUTPUT_ECLIPSE_VECTOR_WELL_HPP
21 #define OPM_OUTPUT_ECLIPSE_VECTOR_WELL_HPP
25 namespace Opm {
namespace RestartIO {
namespace Helpers {
namespace VectorItems {
28 enum index : std::vector<int>::size_type {
48 WTestCloseReason = 39,
49 WTestConfigReason = 42,
81 LiftOptAllocExtra = 144
86 enum WellCtrlMode :
int {
107 enum CompOrder :
int {
120 enum Preferred_Phase :
int {
127 enum PLossMod :
int {
154 enum index : std::vector<float>::size_type {
169 EfficiencyFactor1 = 24,
170 EfficiencyFactor2 = 31,
172 HistLiqRateTarget = 33,
174 WTestStartupTime = 39,
176 HistGasRateTarget = 54,
192 enum index : std::vector<double>::size_type {
226 VoidPrGuideRate = 68,
228 OilPrTotalSolution = 73,
229 GasPrTotalSolution = 74,
238 HistWatInjTotal = 81,
240 HistGasInjTotal = 82,
243 PrimGuideRate_2 = 91,
245 WatPrGuideRate_2 = 92,
247 GasPrGuideRate_2 = 93,
249 VoidPrGuideRate_2 = 94,
260 enum index : std::vector<const char*>::size_type {
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:29