adding function processFractions() to MultisegmentWell

to handle the undershooting and overshooting of the fractions during
updateWellState.
This commit is contained in:
Kai Bao
2017-09-12 17:13:30 +02:00
parent 0e7b77fac2
commit 1adc081430
2 changed files with 63 additions and 0 deletions

View File

@@ -326,6 +326,9 @@ namespace Opm
// hytrostatic pressure loss
EvalWell getHydorPressureLoss(const int seg) const;
// handling the overshooting and undershooting of the fractions
void processFractions(const int seg, std::vector<double>& fractions) const;
};
}