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

@@ -107,8 +107,6 @@ protected:
const double relaxed_inner_tolerance_pressure_ms_well,
const bool relax_tolerance) const;
EvalWell getFrictionPressureLoss(const int seg) const;
std::pair<bool, std::vector<Scalar> >
getFiniteWellResiduals(const std::vector<Scalar>& B_avg,
DeferredLogger& deferred_logger) const;