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,
84 enum WellCtrlMode :
int {
105 enum CompOrder :
int {
118 enum Preferred_Phase :
int {
125 enum PLossMod :
int {
152 enum index : std::vector<float>::size_type {
167 EfficiencyFactor1 = 24,
168 EfficiencyFactor2 = 31,
170 HistLiqRateTarget = 33,
172 WTestStartupTime = 39,
174 HistGasRateTarget = 54,
188 enum index : std::vector<double>::size_type {
220 VoidPrGuideRate = 68,
229 HistWatInjTotal = 81,
231 HistGasInjTotal = 82,
234 PrimGuideRate_2 = 91,
236 WatPrGuideRate_2 = 92,
238 GasPrGuideRate_2 = 93,
240 VoidPrGuideRate_2 = 94,
249 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