FreeFOAM The Cross-Platform CFD Toolkit
convergenceCheck.H
Go to the documentation of this file.
1 // check convergence
2 
4 {
5  Info<< "reached convergence criterion: " << convergenceCriterion << endl;
6  runTime.writeAndEnd();
7  Info<< "latestTime = " << runTime.timeName() << endl;
8 }
9