move getFrictionPressureLoss to MultisegmentWellSegments

This commit is contained in:
Arne Morten Kvarving
2022-12-19 14:20:55 +01:00
parent ef7b2aca4e
commit 4acfec9d1d
4 changed files with 34 additions and 31 deletions

View File

@@ -55,6 +55,8 @@ public:
const int pvt_region_index,
const int seg_idx) const;
EvalWell getFrictionPressureLoss(const int seg) const;
// TODO: trying to use the information from the Well opm-parser as much
// as possible, it will possibly be re-implemented later for efficiency reason.