mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Adds original ECL index of well connection to PerforationData
and use it in the WellInterface instead of creating a vector with these indices there. The original approach recreates information in another path of the well and assumes that all connections are in a process's local partition. That assumption does not hold any more for distributed wells.
This commit is contained in:
@@ -389,7 +389,7 @@ namespace Opm
|
||||
// of states of individual well.
|
||||
int first_perf_;
|
||||
|
||||
std::vector<int> originalConnectionIndex_;
|
||||
const std::vector<PerforationData>* perf_data_;
|
||||
|
||||
std::vector<RateVector> connectionRates_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user