MultisegmentWell: move volumeFractionScaled to MultisegmentWellPrimaryVariables

This commit is contained in:
Arne Morten Kvarving
2022-12-19 09:52:48 +01:00
parent e539614fff
commit 2e2a49b935
4 changed files with 31 additions and 28 deletions

View File

@@ -186,10 +186,6 @@ protected:
const double rho,
DeferredLogger& deferred_logger) const;
// F_p / g_p, the basic usage of this value is because Q_p = G_t * F_p / G_p
EvalWell volumeFractionScaled(const int seg,
const int comp_idx) const;
// basically Q_p / \sigma_p Q_p
EvalWell surfaceVolumeFraction(const int seg,
const int comp_idx) const;