36 const std::string* zwel,
51 float water_rate_limit;
53 float liquid_rate_limit;
54 float water_surface_limit;
55 float water_reservoir_limit;
56 float water_reinject_limit;
57 float water_voidage_limit;
58 float gas_surface_limit;
59 float gas_reservoir_limit;
60 float gas_reinject_limit;
61 float gas_voidage_limit;
63 double oil_production_rate;
64 double water_production_rate;
65 double gas_production_rate;
66 double liquid_production_rate;
67 double water_injection_rate;
68 double gas_injection_rate;
71 double oil_production_total;
72 double water_production_total;
73 double gas_production_total;
74 double voidage_production_total;
75 double water_injection_total;
76 double gas_injection_total;
77 double voidage_injection_total;
78 double oil_production_potential;
79 double water_production_potential;
80 double history_total_oil_production;
81 double history_total_water_production;
82 double history_total_water_injection;
83 double history_total_gas_production;
84 double history_total_gas_injection;
Definition: UnitSystem.hpp:34
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:29