ENH: Extended and restructured solutionControl class

This commit is contained in:
andy
2011-10-26 14:29:49 +01:00
parent d05c5a41a1
commit 3f53a04f09
11 changed files with 173 additions and 175 deletions

View File

@ -31,7 +31,7 @@
}
// correct interface on first PIMPLE corrector
if (pimple.corrPIMPLE() == 1)
if (pimple.corr() == 1)
{
interface.correct();
}

View File

@ -33,7 +33,7 @@
}
// correct interface on first PIMPLE corrector
if (pimple.corrPIMPLE() == 1)
if (pimple.corr() == 1)
{
interface.correct();
}