mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
VoF alphaEqn: Under-relax the correction for all but the 1st corrector
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user