mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
pimpleMultiRegionControl: Fixed printing of PISO-mode message
This commit is contained in:
@ -120,7 +120,7 @@ Foam::pimpleMultiRegionControl::pimpleMultiRegionControl
|
||||
}
|
||||
}
|
||||
|
||||
if (nCorrPIMPLE_ < 1)
|
||||
if (nCorrPIMPLE_ == 1)
|
||||
{
|
||||
Info<< nl << algorithmName << ": Operating solver in PISO mode" << nl
|
||||
<< endl;
|
||||
|
||||
Reference in New Issue
Block a user