scale well rates after group switching

This commit is contained in:
Tor Harald Sandve
2021-06-09 15:15:12 +02:00
parent 2dae87fb74
commit b2341a84d6
4 changed files with 142 additions and 27 deletions

View File

@@ -158,6 +158,14 @@ namespace WellGroupHelpers
WellState& wellState,
GroupState& group_state);
void updateWellRatesFromGroupTargetScale(const double scale,
const Group& group,
const Schedule& schedule,
const int reportStepIdx,
bool isInjector,
const GroupState& group_state,
WellState& wellState);
void updateREINForGroups(const Group& group,
const Schedule& schedule,
const int reportStepIdx,