20#ifndef OPM_OUTPUT_ECLIPSE_VECTOR_WELL_HPP
21#define OPM_OUTPUT_ECLIPSE_VECTOR_WELL_HPP
25namespace Opm {
namespace RestartIO {
namespace Helpers {
namespace VectorItems {
28 enum index : std::vector<int>::size_type {
42 EconWorkoverProcedure = 14,
58 WGrupConControllable = 24,
76 WTestCloseReason = 39,
83 WTestConfigReason = 40,
107 THPLookupVFPTable = 54,
110 EconLimitQuantity = 55,
114 EconWorkoverProcedure_2 = 66,
131 MSW_MulPhaseMod = 85,
138 CloseWellIfTHPStabilised = 86,
143 PreventTHPIfUnstable = 93,
154 LiftOptAllocExtra = 144,
159 enum WellCtrlMode :
int {
180 enum CompOrder :
int {
193 enum Preferred_Phase :
int {
200 enum PLossMod :
int {
224 enum Controllable :
int {
235 SurfaceInjectionRate = 5,
236 ReservoirVolumeRate = 6,
246 enum class CloseStabilised :
int {
251 enum class PreventTHP :
int {
258 namespace EconLimit {
259 enum WOProcedure :
int {
272 enum Quantity :
int {
282 enum index : std::vector<float>::size_type {
296 EconLimitMinOil = 12,
297 EconLimitMinGas = 13,
298 EconLimitMaxWct = 14,
299 EconLimitMaxGor = 15,
303 WGrupConGuideRate = 17,
305 EconLimitMaxWgr = 18,
307 EfficiencyFactor1 = 24,
309 EfficiencyFactor2 = 31,
311 HistLiqRateTarget = 33,
314 WTestStartupTime = 39,
316 HistGasRateTarget = 54,
326 EconLimitMaxWct_2 = 71,
328 VfpBhpAdjustment = 78,
330 EconLimitMinLiq = 82,
331 VfpBhpScalingFact = 83,
332 WGrupConGRScaling = 84,
334 DFacCorrCoeffA = 104,
345 enum index : std::vector<double>::size_type {
379 VoidPrGuideRate = 68,
381 OilPrTotalSolution = 73,
382 GasPrTotalSolution = 74,
391 HistWatInjTotal = 81,
393 HistGasInjTotal = 82,
396 PrimGuideRate_2 = 91,
398 WatPrGuideRate_2 = 92,
400 GasPrGuideRate_2 = 93,
402 VoidPrGuideRate_2 = 94,
413 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:30