BUG: rhoPimpleFoam: Only execute the density predictor if not in simpleRho mode
This commit is contained in:
parent
22e1384522
commit
0cdb9d1ca0
@ -148,7 +148,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
if (pimple.nCorrPIMPLE() <= 1)
|
||||
if (pimple.firstIter() && !pimple.SIMPLErho())
|
||||
{
|
||||
#include "rhoEqn.H"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user