Merge pull request #3299 from akva2/gasliftstage2_break_circular

GasLiftStage2: drop circular dependency for BlackoilWellModel
This commit is contained in:
Bård Skaflestad
2021-05-27 18:31:44 +02:00
committed by GitHub
4 changed files with 14 additions and 25 deletions

View File

@@ -1108,7 +1108,7 @@ namespace Opm {
GLiftWellStateMap &glift_well_state_map)
{
GasLiftStage2 glift {*this, ebosSimulator_, deferred_logger, this->wellState(),
GasLiftStage2 glift {this->phaseUsage(), ebosSimulator_, deferred_logger, this->wellState(),
prod_wells, glift_wells, glift_well_state_map};
glift.runOptimize();
}