ENH: Simplified solvers - removed storePrevIter code

This commit is contained in:
andy
2011-09-08 12:04:15 +01:00
parent bc952e63de
commit 1c1a98363c
26 changed files with 0 additions and 107 deletions

View File

@ -89,11 +89,6 @@ int main(int argc, char *argv[])
// --- Pressure-velocity PIMPLE corrector loop
for (pimple.start(); pimple.loop(); pimple++)
{
if (pimple.nOuterCorr() != 1)
{
p.storePrevIter();
}
turbulence->correct();
#include "UEqn.H"