mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
move assignWellGuideRates into BlackoilWellModelGuideRates
This commit is contained in:
@@ -30,7 +30,10 @@
|
||||
namespace Opm {
|
||||
|
||||
class BlackoilWellModelGeneric;
|
||||
namespace data { class GuideRateValue; }
|
||||
namespace data {
|
||||
class GuideRateValue;
|
||||
class Wells;
|
||||
}
|
||||
class Group;
|
||||
class Well;
|
||||
|
||||
@@ -58,6 +61,10 @@ public:
|
||||
//! \brief Obtain guide rate values for injection group.
|
||||
data::GuideRateValue getGuideRateInjectionGroupValues(const Group& group) const;
|
||||
|
||||
//! \brief Assign guide rates for a well.
|
||||
void assignWellGuideRates(data::Wells& wsrpt,
|
||||
const int reportStepIdx) const;
|
||||
|
||||
private:
|
||||
const BlackoilWellModelGeneric& wellModel_; //!< Reference to well model
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user