VoF alphaEqn: Under-relax the correction for all but the 1st corrector

This commit is contained in:
Henry
2014-01-20 12:48:21 +00:00
parent 7b9393349c
commit 4d12989c43

View File

@ -108,8 +108,8 @@
MULES::correct(alpha1, tphiAlphaUn(), tphiAlphaCorr(), 1, 0);
#endif
// Under-relax the correction for more than 3 correctors
if (aCorr < 3)
// Under-relax the correction for more than 1 correctors
if (aCorr == 0)
{
tphiAlpha() += tphiAlphaCorr();
}