mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Report Well Level Injection Guide Rates if Group Controlled
This commit uses the new GroupTreeWalker helper class to ensure that we always extract and report pertinent injection guide rates at the well level (i.e., WxIGR) if at least one of the groups in the well's upline has an entry for the corresponding phase in GCONINJE. This is for increased compatibility with ECLIPSE. Prior to this change we would report zero-valued WWIGR vectors on a real field case which made analysing simulation results needlessly difficult.
This commit is contained in:
@@ -275,7 +275,8 @@ protected:
|
||||
const std::string& wgname,
|
||||
data::GuideRateValue& grval) const;
|
||||
|
||||
void assignWellGuideRates(data::Wells& wsrpt) const;
|
||||
void assignWellGuideRates(data::Wells& wsrpt,
|
||||
const int reportStepIdx) const;
|
||||
void assignShutConnections(data::Wells& wsrpt,
|
||||
const int reportStepIndex) const;
|
||||
void assignGroupControl(const Group& group,
|
||||
|
||||
Reference in New Issue
Block a user