move getSegmentSurfaceVolume to MultisegmentWellSegments

This commit is contained in:
Arne Morten Kvarving
2022-12-19 14:20:55 +01:00
parent 9c19120855
commit 4a9cedf452
5 changed files with 157 additions and 152 deletions

View File

@@ -44,6 +44,12 @@ public:
EvalWell getHydroPressureLoss(const int seg) const;
EvalWell getSurfaceVolume(const EvalWell& temperature,
const EvalWell& saltConcentration,
const PrimaryVariables& primary_variables,
const int pvt_region_index,
const int seg_idx) 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.