MULES: Correct limitSum for the case that the positive and negative fluxes are equal

This commit is contained in:
Henry
2011-12-05 10:12:04 +00:00
parent 3bab081c23
commit 486fd2463f

View File

@ -125,13 +125,6 @@ void Foam::MULES::limitSum(UPtrList<scalarField>& phiPsiCorrs)
} }
} }
} }
else
{
for (int phasei=0; phasei<phiPsiCorrs.size(); phasei++)
{
phiPsiCorrs[phasei][facei] = 0;
}
}
} }
} }