41 const std::string* zwel,
52 int prod_guide_rate_def;
54 int inj_water_guide_rate_def;
55 int inj_gas_guide_rate_def;
56 int voidage_group_index;
60 float water_rate_limit;
62 float liquid_rate_limit;
63 float water_surface_limit;
64 float water_reservoir_limit;
65 float water_reinject_limit;
66 float water_voidage_limit;
67 float gas_surface_limit;
68 float gas_reservoir_limit;
69 float gas_reinject_limit;
70 float gas_voidage_limit;
71 double glift_max_supply;
72 double glift_max_rate;
73 float efficiency_factor;
74 float inj_water_guide_rate;
75 float inj_gas_guide_rate;
76 float gas_consumption_rate;
77 float gas_import_rate;
79 double oil_production_rate;
80 double water_production_rate;
81 double gas_production_rate;
82 double liquid_production_rate;
83 double water_injection_rate;
84 double gas_injection_rate;
87 double oil_production_total;
88 double water_production_total;
89 double gas_production_total;
90 double voidage_production_total;
91 double water_injection_total;
92 double gas_injection_total;
93 double voidage_injection_total;
94 double oil_production_potential;
95 double water_production_potential;
96 double history_total_oil_production;
97 double history_total_water_production;
98 double history_total_water_injection;
99 double history_total_gas_production;
100 double history_total_gas_injection;
101 double gas_consumption_total;
102 double gas_import_total;
104 static constexpr auto UNDEFINED_VALUE = 1.0e20f;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30