mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -06:00
Honor GEFAC for top group in get{Injection,Production}Controls.
This commit is contained in:
parent
831f1db872
commit
1ce5c59851
@ -2220,6 +2220,7 @@ namespace Opm
|
||||
}
|
||||
}
|
||||
|
||||
efficiencyFactor *= group.getGroupEfficiencyFactor();
|
||||
assert(group.hasInjectionControl(injectionPhase));
|
||||
const auto& groupcontrols = group.injectionControls(injectionPhase, summaryState);
|
||||
|
||||
@ -2353,6 +2354,7 @@ namespace Opm
|
||||
}
|
||||
}
|
||||
|
||||
efficiencyFactor *= group.getGroupEfficiencyFactor();
|
||||
const auto& well = well_ecl_;
|
||||
const auto pu = phaseUsage();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user