mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: rhoPimpleFoam: Only execute the density predictor if not in simpleRho mode
This commit is contained in:
committed by
Andrew Heather
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"
|
#include "rhoEqn.H"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user