Potentially reduce gaslift when under well is under group control

Current implemention only support ORAT and GRAT controlled groups
This commit is contained in:
Tor Harald Sandve
2021-06-23 15:46:33 +02:00
parent 42dd7ad56d
commit 60f59cd6e6
14 changed files with 115 additions and 15 deletions

View File

@@ -76,6 +76,8 @@ public:
return wellMap_.size();
}
int wellIndex(const std::string& wellName) const;
const ParallelWellInfo& parallelWellInfo(std::size_t well_index) const;