diff --git a/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.C b/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.C index 98a742e16bf12562525fc0da02f587defff2f0c6..7ff31db0eca3fa6caae875008875c13f106b89e8 100644 --- a/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.C +++ b/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.C @@ -196,9 +196,10 @@ bool Foam::pimpleControl::loop() bool completed = false; if (criteriaSatisfied()) { - Info<< algorithmName_ << ": converged in " << corr_ << " iterations" + Info<< algorithmName_ << ": converged in " << corr_ - 1 << " iterations" << endl; completed = true; + corr_ = 0; } else {