36 const std::string* zwel,
47 int prod_guide_rate_def;
49 int inj_water_guide_rate_def;
50 int inj_gas_guide_rate_def;
53 float water_rate_limit;
55 float liquid_rate_limit;
56 float water_surface_limit;
57 float water_reservoir_limit;
58 float water_reinject_limit;
59 float water_voidage_limit;
60 float gas_surface_limit;
61 float gas_reservoir_limit;
62 float gas_reinject_limit;
63 float gas_voidage_limit;
64 float glift_max_supply;
66 float efficiency_factor;
67 float inj_water_guide_rate;
68 float inj_gas_guide_rate;
70 double oil_production_rate;
71 double water_production_rate;
72 double gas_production_rate;
73 double liquid_production_rate;
74 double water_injection_rate;
75 double gas_injection_rate;
78 double oil_production_total;
79 double water_production_total;
80 double gas_production_total;
81 double voidage_production_total;
82 double water_injection_total;
83 double gas_injection_total;
84 double voidage_injection_total;
85 double oil_production_potential;
86 double water_production_potential;
87 double history_total_oil_production;
88 double history_total_water_production;
89 double history_total_water_injection;
90 double history_total_gas_production;
91 double history_total_gas_injection;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30