move segment_inlets_ to MultisegmentWellSegments

This commit is contained in:
Arne Morten Kvarving
2022-12-19 13:52:21 +01:00
parent 2766427df0
commit 5755c94256
8 changed files with 37 additions and 39 deletions

View File

@@ -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_;