mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
not applying the group control in WellsManager
since the guide rates are not completed yet.
This commit is contained in:
parent
4bd1b1cf76
commit
b027b27452
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user