mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
pimpleControl: Corrected handling of finalInnerIter()
This commit is contained in:
committed by
Andrew Heather
parent
a1e0fe9582
commit
69c727bd53
@ -92,8 +92,7 @@ inline bool Foam::pimpleControl::finalIter() const
|
|||||||
inline bool Foam::pimpleControl::finalInnerIter() const
|
inline bool Foam::pimpleControl::finalInnerIter() const
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
finalIter()
|
corrPISO_ == nCorrPISO_
|
||||||
&& corrPISO_ == nCorrPISO_
|
|
||||||
&& corrNonOrtho_ == nNonOrthCorr_ + 1;
|
&& corrNonOrtho_ == nNonOrthCorr_ + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user