FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

convergenceCheck.H

Go to the documentation of this file.
00001 // check convergence
00002 
00003 if (maxResidual < convergenceCriterion)
00004 {
00005     Info<< "reached convergence criterion: " << convergenceCriterion << endl;
00006     runTime.writeAndEnd();
00007     Info<< "latestTime = " << runTime.timeName() << endl;
00008 }
00009 
00010 
00011 // ************************ vim: set sw=4 sts=4 et: ************************ //
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines