|
bool | operator== (const WellInjectionProperties &other) const |
|
bool | operator!= (const WellInjectionProperties &other) const |
|
| WellInjectionProperties (const UnitSystem &units, const std::string &wname) |
|
void | handleWELTARG (WELTARGCMode cmode, const UDAValue &new_arg, double SIFactorP) |
|
void | handleWCONINJE (const DeckRecord &record, const double bhp_def, bool availableForGroupControl, const std::string &well_name, const KeywordLocation &location) |
| Handle a WCONINJE keyword.
|
|
void | handleWCONINJH (const DeckRecord &record, const double bhp_def, const bool is_producer, const std::string &well_name, const KeywordLocation &loc) |
| Handle a WCONINJH keyword.
|
|
bool | hasInjectionControl (InjectorCMode controlModeArg) const |
|
void | dropInjectionControl (InjectorCMode controlModeArg) |
|
void | addInjectionControl (InjectorCMode controlModeArg) |
|
void | clearControls () |
|
void | resetDefaultHistoricalBHPLimit () |
|
void | resetBHPLimit () |
|
void | setBHPLimit (const double limit) |
|
InjectionControls | controls (const UnitSystem &unit_system, const SummaryState &st, double udq_default) const |
|
bool | updateUDQActive (const UDQConfig &udq_config, UDQActive &active) const |
|
bool | updateUDQActive (const UDQConfig &udq_config, const WELTARGCMode cmode, UDQActive &active) const |
|
void | update_uda (const UDQConfig &udq_config, UDQActive &udq_active, UDAControl control, const UDAValue &value) |
|
void | handleWTMULT (Well::WELTARGCMode cmode, double factor) |
|
template<class Serializer > |
void | serializeOp (Serializer &serializer) |
|