|
|
bool | operator== (const WellProductionProperties &other) const |
| |
|
bool | operator!= (const WellProductionProperties &other) const |
| |
|
| WellProductionProperties (const UnitSystem &units, const std::string &name_arg) |
| |
|
bool | hasProductionControl (ProducerCMode controlModeArg) const |
| |
|
void | dropProductionControl (ProducerCMode controlModeArg) |
| |
|
void | addProductionControl (ProducerCMode controlModeArg) |
| |
| void | handleWCONPROD (const std::optional< VFPProdTable::ALQ_TYPE > &alq_type, const int vfp_table_nr, const double bhp_def, const UnitSystem &unit_system, const std::string &well, const DeckRecord &record, const KeywordLocation &location) |
| | Handle WCONPROD keyword.
|
| |
| void | handleWCONHIST (const std::optional< VFPProdTable::ALQ_TYPE > &alq_type, const int vfp_table_nr, const double bhp_def, const UnitSystem &unit_system, const DeckRecord &record) |
| | Handle WCONHIST keyword.
|
| |
|
void | handleWELTARG (WELTARGCMode cmode, const UDAValue &new_arg, double SiFactorP) |
| |
|
void | resetDefaultBHPLimit () |
| |
|
void | clearControls () |
| |
|
ProductionControls | controls (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 | setBHPLimit (const double limit) |
| |
|
int | productionControls () const |
| |
|
void | handleWTMULT (Well::WELTARGCMode cmode, double factor) |
| |
|
template<class Serializer > |
| void | serializeOp (Serializer &serializer) |
| |