BlackoilWellModel: move inferLocalShutWells to generic class

This commit is contained in:
Arne Morten Kvarving
2021-06-07 12:20:49 +02:00
parent ad4b34dc30
commit 172d344ab2
4 changed files with 24 additions and 28 deletions

View File

@@ -315,6 +315,8 @@ protected:
void updateAndCommunicateGroupData(const int reportStepIdx,
const int iterationIdx);
void inferLocalShutWells();
const Schedule& schedule_;
const SummaryState& summaryState_;
const EclipseState& eclState_;
@@ -332,6 +334,8 @@ protected:
// a vector of all the wells.
std::vector<WellInterfaceGeneric*> well_container_generic_{};
std::vector<int> local_shut_wells_{};
std::vector<ParallelWellInfo> parallel_well_info_;
std::vector<ParallelWellInfo*> local_parallel_well_info_;