rhoPimpleFoam: Predict rho at start of first PIMPLE outer loop

This commit is contained in:
Henry Weller
2018-06-07 13:21:28 +01:00
parent 873d2c9c23
commit bf1673fb2f

View File

@ -141,7 +141,7 @@ int main(int argc, char *argv[])
} }
} }
if (pimple.nCorrPimple() <= 1) if (pimple.firstIter())
{ {
#include "rhoEqn.H" #include "rhoEqn.H"
} }