rhoPimpleFoam: Only execute the density predictor if not in simpleRho mode
This commit is contained in:
@ -141,7 +141,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
if (pimple.firstIter())
|
||||
if (pimple.firstIter() && !pimple.simpleRho())
|
||||
{
|
||||
#include "rhoEqn.H"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user