mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Potentially reduce gaslift when under well is under group control
Current implemention only support ORAT and GRAT controlled groups
This commit is contained in:
@@ -934,7 +934,7 @@ namespace Opm {
|
||||
// NOTE: Only the wells in "group_info" needs to be optimized
|
||||
if (group_info.hasWell(well->name())) {
|
||||
well->gasLiftOptimizationStage1(
|
||||
this->wellState(), ebosSimulator_, deferred_logger,
|
||||
this->wellState(), this->groupState(), ebosSimulator_, deferred_logger,
|
||||
prod_wells, glift_wells, state_map,
|
||||
group_info, groups_to_sync);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user