fix saturation scaling points for two-point krw scaling
kudos to [at]osae for finding this!
This commit is contained in:
parent
10dc683c75
commit
ca2a4bbb4e
@ -352,8 +352,8 @@ public:
|
|||||||
saturationKrwPoints_[2] = 1 - epsInfo.Swl - epsInfo.Sgl;
|
saturationKrwPoints_[2] = 1 - epsInfo.Swl - epsInfo.Sgl;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
saturationKrwPoints_[0] = epsInfo.Swl + epsInfo.Sgl;
|
saturationKrwPoints_[0] = epsInfo.Sogcr;
|
||||||
saturationKrwPoints_[1] = 1.0 - epsInfo.Sogcr;
|
saturationKrwPoints_[1] = 1 - epsInfo.Swl - epsInfo.Sgl;
|
||||||
}
|
}
|
||||||
|
|
||||||
// krn saturation scaling endpoints (with the non-wetting phase being gas).
|
// krn saturation scaling endpoints (with the non-wetting phase being gas).
|
||||||
|
Loading…
Reference in New Issue
Block a user