not applying the group control in WellsManager

since the guide rates are not completed yet.
This commit is contained in:
Kai Bao
2017-04-11 16:53:19 +02:00
parent 4bd1b1cf76
commit b027b27452
+2 -2
View File
@@ -445,8 +445,8 @@ WellsManager::init(const Opm::EclipseState& eclipseState,
well_collection_.setWellsPointer(w_);
if (well_collection_.groupControlActive()) {
setupGuideRates(wells, timeStep, well_data, well_names_to_index, pu, well_potentials);
well_collection_.applyGroupControls();
// here does not consider the well potentials related guide rate setting
setupGuideRates(wells, timeStep, well_data, well_names_to_index);
}
// Debug output.