Move resetConnectionFactor to SingleWellState

This commit is contained in:
Joakim Hove
2021-10-31 14:58:36 +01:00
parent ec780676e2
commit 53dba36513
5 changed files with 42 additions and 48 deletions

View File

@@ -197,18 +197,6 @@ public:
bool wellIsOwned(const std::string& wellName) const;
/// Special purpose method to support dynamically rescaling a well's
/// CTFs through WELPI.
///
/// \param[in] well_index Process-local linear index of single well.
/// Must be in the range 0..numWells()-1.
///
/// \param[in] well_perf_data New perforation data. Only
/// PerforationData::connection_transmissibility_factor actually
/// used (overwrites existing internal values).
void resetConnectionTransFactors(const int well_index,
const std::vector<PerforationData>& well_perf_data);
void updateStatus(int well_index, Well::Status status);
void openWell(int well_index);