My Project
|
Class for handling the guide rates in the blackoil well model. More...
#include <BlackoilWellModelGuideRates.hpp>
Public Member Functions | |
BlackoilWellModelGuideRates (const BlackoilWellModelGeneric< Scalar > &wellModel) | |
Constructor initializes reference to the well model. | |
void | assignWellGuideRates (data::Wells &wsrpt, const int reportStepIdx) const |
Assign well guide rates. | |
std::unordered_map< std::string, data::GroupGuideRates > | calculateAllGroupGuideRates (const int reportStepIdx) const |
Calculates guide rate for all groups. | |
void | assignGroupGuideRates (const Group &group, const std::unordered_map< std::string, data::GroupGuideRates > &groupGuideRates, data::GroupData &gdata) const |
Assign group guide rates. | |
bool | guideRateUpdateIsNeeded (const int reportStepIdx) const |
Check if a guide rate update is needed. | |
Class for handling the guide rates in the blackoil well model.