move calculation part of handleAccelerationPressureLoss to MultisegmentwellSegments

This commit is contained in:
Arne Morten Kvarving
2022-12-19 15:12:43 +01:00
parent 70702738cc
commit 4b3a6f37d5
3 changed files with 48 additions and 32 deletions

View File

@@ -68,6 +68,9 @@ public:
// pressure drop for sub-critical valve (WSEGVALV)
EvalWell pressureDropValve(const int seg) const;
// pressure loss due to acceleration
EvalWell accelerationPressureLoss(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.