mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Implement WELL as group limit action
And remove G as unsupported option in WTEST
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user