diff --git a/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControlI.H b/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControlI.H index 8ac86bdfa8..2a777908b8 100644 --- a/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControlI.H +++ b/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControlI.H @@ -79,7 +79,7 @@ inline bool Foam::pimpleControl::firstIter() const inline bool Foam::pimpleControl::finalIter() const { - return converged_ || (corr_ == corrPISO_); + return converged_ || (corr_ == nCorrPIMPLE_); }