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