MultisegmentWell: move getWQTotal to MultisegmentWellPrimaryVariables

also drop otherwise unused getSegmentWQTotal
This commit is contained in:
Arne Morten Kvarving
2022-12-19 09:52:48 +01:00
parent 6b47f9bf1a
commit dbdcb2d5ce
5 changed files with 12 additions and 20 deletions

View File

@@ -140,13 +140,10 @@ protected:
EvalWell getFrictionPressureLoss(const int seg) const;
EvalWell getHydroPressureLoss(const int seg) const;
EvalWell getSegmentWQTotal(const int seg) const;
EvalWell getSegmentSurfaceVolume(const EvalWell& temperature,
const EvalWell& saltConcentration,
const int pvt_region_index,
const int seg_idx) const;
EvalWell getWQTotal() const;
std::pair<bool, std::vector<Scalar> >
getFiniteWellResiduals(const std::vector<Scalar>& B_avg,