|
| WellInterfaceGeneric (const Well &well, const ParallelWellInfo< Scalar > ¶llel_well_info, const int time_step, const ModelParameters ¶m, const int pvtRegionIdx, const int num_components, const int num_phases, const int index_of_well, const std::vector< PerforationData< Scalar > > &perf_data) |
|
const std::vector< PerforationData< Scalar > > & | perforationData () const |
| Get the perforations of the well.
|
|
const std::string & | name () const |
| Well name.
|
|
bool | isInjector () const |
| True if the well is an injector.
|
|
bool | isProducer () const |
| True if the well is a producer.
|
|
const std::vector< int > & | cells () const |
| Well cells.
|
|
int | indexOfWell () const |
| Index of well in the wells struct and wellState.
|
|
void | adaptRatesForVFP (std::vector< Scalar > &rates) const |
|
const Well & | wellEcl () const |
|
Well & | wellEcl () |
|
const PhaseUsage & | phaseUsage () const |
|
bool | underPredictionMode () const |
| Returns true if the well is currently in prediction mode (i.e. not history mode).
|
|
bool | isOperableAndSolvable () const |
|
bool | useVfpExplicit () const |
|
bool | thpLimitViolatedButNotSwitched () const |
|
void | initCompletions () |
|
void | closeCompletions (const WellTestState &wellTestState) |
|
void | setVFPProperties (const VFPProperties< Scalar > *vfp_properties_arg) |
|
void | setPrevSurfaceRates (WellState< Scalar > &well_state, const WellState< Scalar > &prev_well_state) const |
|
void | setGuideRate (const GuideRate *guide_rate_arg) |
|
void | setWellEfficiencyFactor (const Scalar efficiency_factor) |
|
void | setRepRadiusPerfLength () |
|
void | setWsolvent (const Scalar wsolvent) |
|
void | setDynamicThpLimit (const Scalar thp_limit) |
|
std::optional< Scalar > | getDynamicThpLimit () const |
|
void | setDynamicThpLimit (const std::optional< Scalar > thp_limit) |
|
void | updatePerforatedCell (std::vector< bool > &is_cell_perforated) |
|
bool | wellHasTHPConstraints (const SummaryState &summaryState) const |
| Returns true if the well has one or more THP limits/constraints.
|
|
void | stopWell () |
|
void | openWell () |
|
bool | wellIsStopped () const |
|
int | currentStep () const |
|
int | pvtRegionIdx () const |
|
const GuideRate * | guideRate () const |
|
int | numComponents () const |
|
int | numPhases () const |
|
int | numPerfs () const |
|
Scalar | refDepth () const |
|
Scalar | gravity () const |
|
const VFPProperties< Scalar > * | vfpProperties () const |
|
const ParallelWellInfo< Scalar > & | parallelWellInfo () const |
|
const std::vector< Scalar > & | perfDepth () const |
|
std::vector< Scalar > & | perfDepth () |
|
const std::vector< Scalar > & | wellIndex () const |
|
const std::map< int, std::vector< int > > & | getCompletions () const |
|
Scalar | getTHPConstraint (const SummaryState &summaryState) const |
|
Scalar | getALQ (const WellState< Scalar > &well_state) const |
|
Scalar | wsolvent () const |
|
Scalar | rsRvInj () const |
|
void | initInjMult (const std::vector< Scalar > &max_inj_mult) |
|
void | updateInjMult (std::vector< Scalar > &inj_multipliers, DeferredLogger &deferred_logger) const |
|
Scalar | getInjMult (const int perf, const Scalar bhp, const Scalar perf_pres, DeferredLogger &dlogger) const |
|
bool | isVFPActive (DeferredLogger &deferred_logger) const |
|
void | reportWellSwitching (const SingleWellState< Scalar > &ws, DeferredLogger &deferred_logger) const |
|
bool | changedToOpenThisStep () const |
|
void | updateWellTestState (const SingleWellState< Scalar > &ws, const double &simulationTime, const bool &writeMessageToOPMLog, const bool zero_group_target, WellTestState &wellTestState, DeferredLogger &deferred_logger) const |
|
bool | isPressureControlled (const WellState< Scalar > &well_state) const |
|
Scalar | wellEfficiencyFactor () const |
|
void | updateFilterCakeMultipliers (const std::vector< Scalar > &inj_fc_multiplier) |
| Update filter cake multipliers.
|
|
void | resetWellOperability () |
|