MultisegmentWell: move surfaceVolumeFraction to MultisegmentWellPrimaryVariables

This commit is contained in:
Arne Morten Kvarving
2022-12-19 09:52:48 +01:00
parent 2e2a49b935
commit 8e9b004cfc
5 changed files with 27 additions and 26 deletions

View File

@@ -186,10 +186,6 @@ protected:
const double rho,
DeferredLogger& deferred_logger) const;
// basically Q_p / \sigma_p Q_p
EvalWell surfaceVolumeFraction(const int seg,
const int comp_idx) const;
// convert a Eval from reservoir to contain the derivative related to wells
EvalWell extendEval(const Eval& in) const;