rhoPimpleFoam: Only execute the density predictor if not in simpleRho mode

This commit is contained in:
Henry Weller
2018-06-10 22:45:46 +01:00
parent 247378332d
commit efd555cd2d

View File

@ -141,7 +141,7 @@ int main(int argc, char *argv[])
}
}
if (pimple.firstIter())
if (pimple.firstIter() && !pimple.simpleRho())
{
#include "rhoEqn.H"
}