Implement WELL as group limit action

And remove G as unsupported option in WTEST
This commit is contained in:
Tor Harald Sandve
2024-02-07 15:11:59 +01:00
parent 1243148d38
commit 920ad68782
9 changed files with 188 additions and 29 deletions

View File

@@ -289,6 +289,7 @@ public:
last_glift_opt_time_ = 5.0;
switched_prod_groups_ = {{"test4", "test5"}};
switched_inj_groups_ = {{{"test4", Phase::SOLVENT}, "test5"}};
closed_offending_wells_ = {{"test4", {"test5", "test6"}}};
}
void calcRates(const int, const int, const std::vector<double>&, std::vector<double>&) override