mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
move getGuideRateValues(Group) into BlackoilWellModelGuideRates
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user