pimpleControl: Corrected handling of finalInnerIter()
This commit is contained in:
parent
faa1ae242d
commit
39c46019e4
1 changed files with 1 additions and 2 deletions
|
|
@ -92,8 +92,7 @@ inline bool Foam::pimpleControl::finalIter() const
|
|||
inline bool Foam::pimpleControl::finalInnerIter() const
|
||||
{
|
||||
return
|
||||
finalIter()
|
||||
&& corrPISO_ == nCorrPISO_
|
||||
corrPISO_ == nCorrPISO_
|
||||
&& corrNonOrtho_ == nNonOrthCorr_ + 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue