move getGuideRateValues(Group) into BlackoilWellModelGuideRates

This commit is contained in:
Arne Morten Kvarving
2022-10-24 09:36:05 +02:00
parent 41b1a38de3
commit b6659d6960
4 changed files with 31 additions and 30 deletions

View File

@@ -52,6 +52,9 @@ public:
//! \brief Obtain guide rate values for well.
data::GuideRateValue getGuideRateValues(const Well& well) const;
//! \brief Obtain guide rate values for group.
data::GuideRateValue getGuideRateValues(const Group& group) const;
private:
const BlackoilWellModelGeneric& wellModel_; //!< Reference to well model
};