bug fixing to make the hydroPrssureLoss correct.

This commit is contained in:
Kai Bao
2017-09-18 14:10:09 +02:00
parent f784cf97eb
commit 596814943c
2 changed files with 14 additions and 10 deletions

View File

@@ -327,7 +327,7 @@ namespace Opm
void assemblePressureEq(const int seg) const;
// hytrostatic pressure loss
EvalWell getHydorPressureLoss(const int seg) const;
EvalWell getHydroPressureLoss(const int seg) const;
// handling the overshooting and undershooting of the fractions
void processFractions(const int seg) const;