mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
scale well rates after group switching
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user