mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding function processFractions() to MultisegmentWell
to handle the undershooting and overshooting of the fractions during updateWellState.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user