mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove first perf member from Well classes
This commit is contained in:
@@ -54,7 +54,6 @@ public:
|
||||
const int num_components,
|
||||
const int num_phases,
|
||||
const int index_of_well,
|
||||
const int first_perf_index,
|
||||
const std::vector<PerforationData>& perf_data);
|
||||
|
||||
/// Well name.
|
||||
@@ -228,10 +227,6 @@ protected:
|
||||
// the index of well in Wells struct
|
||||
int index_of_well_;
|
||||
|
||||
// record the index of the first perforation
|
||||
// of states of individual well.
|
||||
int first_perf_;
|
||||
|
||||
const std::vector<PerforationData>* perf_data_;
|
||||
|
||||
// the vectors used to describe the inflow performance relationship (IPR)
|
||||
|
||||
Reference in New Issue
Block a user