|
| SingleWellState (const std::string &name, const ParallelWellInfo &pinfo, bool is_producer, double presssure_first_connection, const std::vector< PerforationData > &perf_input, const PhaseUsage &pu, double temp) |
|
void | reset_connection_factors (const std::vector< PerforationData > &new_perf_data) |
| Special purpose method to support dynamically rescaling a well's CTFs through WELPI. More...
|
|
void | update_producer_targets (const Well &ecl_well, const SummaryState &st) |
|
void | update_injector_targets (const Well &ecl_well, const SummaryState &st) |
|
void | update_targets (const Well &ecl_well, const SummaryState &st) |
|
void | updateStatus (Well::Status status) |
|
void | init_timestep (const SingleWellState &other) |
|
void | shut () |
|
void | stop () |
|
void | open () |
|
double | sum_solvent_rates () const |
|
double | sum_polymer_rates () const |
|
double | sum_brine_rates () const |
|
|
std::string | name |
|
std::reference_wrapper< const ParallelWellInfo > | parallel_info |
|
Well::Status | status {Well::Status::OPEN} |
|
bool | producer |
|
PhaseUsage | pu |
|
double | bhp {0} |
|
double | thp {0} |
|
double | temperature {0} |
|
double | dissolved_gas_rate {0} |
|
double | vaporized_oil_rate {0} |
|
std::vector< double > | well_potentials |
|
std::vector< double > | productivity_index |
|
std::vector< double > | surface_rates |
|
std::vector< double > | reservoir_rates |
|
PerfData | perf_data |
|
SegmentState | segments |
|
Events | events |
|
Well::InjectorCMode | injection_cmode {Well::InjectorCMode::CMODE_UNDEFINED} |
|
Well::ProducerCMode | production_cmode {Well::ProducerCMode::CMODE_UNDEFINED} |
|
◆ reset_connection_factors()
void Opm::SingleWellState::reset_connection_factors |
( |
const std::vector< PerforationData > & |
new_perf_data | ) |
|
Special purpose method to support dynamically rescaling a well's CTFs through WELPI.
- Parameters
-
[in] | new_perf_data | New perforation data. Only PerforationData::connection_transmissibility_factor actually used (overwrites existing internal values). |
The documentation for this class was generated from the following files: