44 RstWell(const ::Opm::UnitSystem& unit_system,
46 const std::string& group_arg,
47 const std::string* zwel,
55 RstWell(const ::Opm::UnitSystem& unit_system,
57 const std::string& group_arg,
58 const std::string* zwel,
65 const std::vector<int>& iseg,
66 const std::vector<double>& rseg);
70 std::array<int, 2> ij;
71 std::pair<int,int> k1k2;
76 int econ_workover_procedure;
79 int group_controllable_flag;
80 int econ_limit_end_run;
82 int hist_requested_control;
84 int completion_ordering;
86 int msw_pressure_drop_model;
87 int wtest_config_reasons;
88 int wtest_close_reason;
90 int econ_limit_quantity;
91 int econ_workover_procedure_2;
92 int thp_lookup_procedure_vfptable;
93 int close_if_thp_stabilised;
94 int prevent_thpctrl_if_unstable;
96 bool glift_alloc_extra_gas;
104 float bhp_target_float;
105 float vfp_bhp_adjustment;
106 float vfp_bhp_scaling_factor;
107 float hist_lrat_target;
108 float hist_grat_target;
109 float hist_bhp_target;
111 float drainage_radius;
112 float grupcon_gr_value;
113 float efficiency_factor;
115 float econ_limit_min_oil;
116 float econ_limit_min_gas;
117 float econ_limit_max_wct;
118 float econ_limit_max_gor;
119 float econ_limit_max_wgr;
120 float econ_limit_max_wct_2;
121 float econ_limit_min_liq;
122 float wtest_interval;
124 float grupcon_gr_scaling;
125 float glift_max_rate;
126 float glift_min_rate;
127 float glift_weight_factor;
128 float glift_inc_weight_factor;
129 float dfac_corr_coeff_a{};
130 float dfac_corr_exponent_b{};
131 float dfac_corr_exponent_c{};
132 std::vector<float> tracer_concentration_injection;
147 double water_inj_total;
148 double gas_inj_total;
149 double void_inj_total;
151 double bhp_target_double;
152 double hist_oil_total;
153 double hist_wat_total;
154 double hist_gas_total;
155 double hist_water_inj_total;
156 double hist_gas_inj_total;
157 double water_void_rate;
158 double gas_void_rate;
160 const RstSegment& segment(
int segment_number)
const;
161 std::vector<RstConnection> connections;
162 std::vector<RstSegment> segments;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30