mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
BlackoilWellModel: move inferLocalShutWells to generic class
This commit is contained in:
@@ -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_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user