ENH: Further solver PIMPLE updates

This commit is contained in:
andy
2011-04-18 11:47:44 +01:00
parent fd5e0cc7c3
commit 89335fa1ce
37 changed files with 241 additions and 121 deletions

View File

@ -83,7 +83,10 @@ int main(int argc, char *argv[])
#include "pEqn.H"
}
turbulence->correct();
if (pimple.turbCorr())
{
turbulence->correct();
}
}
runTime.write();

View File

@ -88,7 +88,10 @@ int main(int argc, char *argv[])
#include "pEqn.H"
}
turbulence->correct();
if (pimple.turbCorr())
{
turbulence->correct();
}
}
runTime.write();