Merge /u/vskuric/foam-extend/ branch nextRelease into nextRelease
https://sourceforge.net/p/foam-extend/foam-extend-3.2/merge-requests/52/
This commit is contained in:
commit
6de4e266aa
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ bool Foam::simpleControl::loop()
|
||||||
if (criteriaSatisfied())
|
if (criteriaSatisfied())
|
||||||
{
|
{
|
||||||
Info<< nl << algorithmName_ << " solution converged in "
|
Info<< nl << algorithmName_ << " solution converged in "
|
||||||
<< time.timeName() << " iterations" << nl << endl;
|
<< time.value() << " iterations" << nl << endl;
|
||||||
|
|
||||||
// Set to finalise calculation
|
// Set to finalise calculation
|
||||||
time.writeAndEnd();
|
time.writeAndEnd();
|
||||||
|
|
Reference in a new issue