mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
move segment_inlets_ to MultisegmentWellSegments
This commit is contained in:
@@ -57,6 +57,9 @@ public:
|
||||
// the segment the perforation belongs to
|
||||
std::vector<double> perforation_depth_diffs_;
|
||||
|
||||
// the inlet segments for each segment. It is for convenience and efficiency reason
|
||||
std::vector<std::vector<int>> inlets_;
|
||||
|
||||
// the densities of segment fluids
|
||||
// we should not have this member variable
|
||||
std::vector<EvalWell> densities_;
|
||||
|
||||
Reference in New Issue
Block a user