BlackoilWellModel: move calculateEfficiencyFactors to generic class

This commit is contained in:
Arne Morten Kvarving
2021-06-07 12:20:49 +02:00
parent 811afb854b
commit 60e7c90b1e
4 changed files with 18 additions and 21 deletions

View File

@@ -271,6 +271,8 @@ protected:
std::unordered_map<std::string, data::GroupGuideRates>
calculateAllGroupGuiderates(const int reportStepIdx) const;
void calculateEfficiencyFactors(const int reportStepIdx);
bool checkGroupConstraints(const Group& group,
const int reportStepIdx,
DeferredLogger& deferred_logger) const;