move guideRateUpdateIsNeeded into BlackoilWellModelGuideRates

This commit is contained in:
Arne Morten Kvarving
2022-10-24 09:36:05 +02:00
parent d42cdd409b
commit 9f78e0454d
5 changed files with 30 additions and 32 deletions

View File

@@ -62,6 +62,9 @@ public:
const std::unordered_map<std::string, data::GroupGuideRates>& groupGuideRates,
data::GroupData& gdata) const;
//! \brief Check if a guide rate update is needed.
bool guideRateUpdateIsNeeded(const int reportStepIdx) const;
private:
//! \brief Obtain guide rate values.
void getGuideRateValues(const GuideRate::RateVector& qs,