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

readControls.H

Go to the documentation of this file.
00001 #   include <finiteVolume/readTimeControls.H>
00002 #   include <finiteVolume/readPIMPLEControls.H>
00003 
00004     bool correctPhi = false;
00005     if (pimple.found("correctPhi"))
00006     {
00007         correctPhi = Switch(pimple.lookup("correctPhi"));
00008     }
00009 
00010     bool checkMeshCourantNo = false;
00011     if (pimple.found("checkMeshCourantNo"))
00012     {
00013         checkMeshCourantNo = Switch(pimple.lookup("checkMeshCourantNo"));
00014     }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines