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 {
47 EconWorkoverProcedure = 14,
63 WGrupConControllable = 24,
81 WTestCloseReason = 39,
88 WTestConfigReason = 40,
117 THPLookupVFPTable = 54,
120 EconLimitQuantity = 55,
124 EconWorkoverProcedure_2 = 66,
141 MSW_MulPhaseMod = 85,
148 CloseWellIfTHPStabilised = 86,
153 PreventTHPIfUnstable = 93,
164 LiftOptAllocExtra = 144,
169 enum WellCtrlMode :
int {
190 enum CompOrder :
int {
203 enum Preferred_Phase :
int {
210 enum PLossMod :
int {
234 enum Controllable :
int {
245 SurfaceInjectionRate = 5,
246 ReservoirVolumeRate = 6,
256 enum class CloseStabilised :
int {
261 enum class PreventTHP :
int {
268 namespace EconLimit {
269 enum WOProcedure :
int {
282 enum Quantity :
int {
292 enum index : std::vector<float>::size_type {
306 EconLimitMinOil = 12,
307 EconLimitMinGas = 13,
308 EconLimitMaxWct = 14,
309 EconLimitMaxGor = 15,
313 WGrupConGuideRate = 17,
315 EconLimitMaxWgr = 18,
317 EfficiencyFactor1 = 24,
319 EfficiencyFactor2 = 31,
321 HistLiqRateTarget = 33,
324 WTestStartupTime = 39,
326 HistGasRateTarget = 54,
336 EconLimitMaxWct_2 = 71,
338 VfpBhpAdjustment = 78,
340 EconLimitMinLiq = 82,
341 VfpBhpScalingFact = 83,
342 WGrupConGRScaling = 84,
344 DFacCorrCoeffA = 104,
355 enum index : std::vector<double>::size_type {
389 VoidPrGuideRate = 68,
391 OilPrTotalSolution = 73,
392 GasPrTotalSolution = 74,
401 HistWatInjTotal = 81,
403 HistGasInjTotal = 82,
406 PrimGuideRate_2 = 91,
408 WatPrGuideRate_2 = 92,
410 GasPrGuideRate_2 = 93,
412 VoidPrGuideRate_2 = 94,
423 enum index : std::vector<const char*>::size_type {
430 enum index : std::vector<int>::size_type {
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30