mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
pimpleControl: Corrected bug introduced on last change
This commit is contained in:
@ -79,7 +79,7 @@ inline bool Foam::pimpleControl::firstIter() const
|
||||
|
||||
inline bool Foam::pimpleControl::finalIter() const
|
||||
{
|
||||
return converged_ || (corr_ == corrPISO_);
|
||||
return converged_ || (corr_ == nCorrPIMPLE_);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user