Merge pull request #984 from totto82/bugfix_groupcontrol
BUGFIX. Call setupGuideRates before groupcontrol is applied
This commit is contained in:
commit
09c31b67ca
@ -427,10 +427,11 @@ WellsManager::init(const Opm::EclipseStateConstPtr eclipseState,
|
|||||||
}
|
}
|
||||||
|
|
||||||
well_collection_.setWellsPointer(w_);
|
well_collection_.setWellsPointer(w_);
|
||||||
well_collection_.applyGroupControls();
|
|
||||||
|
|
||||||
setupGuideRates(wells, timeStep, well_data, well_names_to_index);
|
setupGuideRates(wells, timeStep, well_data, well_names_to_index);
|
||||||
|
|
||||||
|
well_collection_.applyGroupControls();
|
||||||
|
|
||||||
// Debug output.
|
// Debug output.
|
||||||
#define EXTRA_OUTPUT
|
#define EXTRA_OUTPUT
|
||||||
#ifdef EXTRA_OUTPUT
|
#ifdef EXTRA_OUTPUT
|
||||||
|
Loading…
Reference in New Issue
Block a user