Merge pull request #34 from andlaus/fix_two-point_krw_scaling

fix saturation scaling points for two-point krw scaling
This commit is contained in:
Andreas Lauser 2015-08-13 17:39:24 +02:00
commit a52c279fc8

View File

@ -352,8 +352,8 @@ public:
saturationKrwPoints_[2] = 1 - epsInfo.Swl - epsInfo.Sgl;
}
else {
saturationKrwPoints_[0] = epsInfo.Swl + epsInfo.Sgl;
saturationKrwPoints_[1] = 1.0 - epsInfo.Sogcr;
saturationKrwPoints_[0] = epsInfo.Sogcr;
saturationKrwPoints_[1] = 1 - epsInfo.Swl - epsInfo.Sgl;
}
// krn saturation scaling endpoints (with the non-wetting phase being gas).