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/readPISOControls.H>
00003 
00004     bool correctPhi = true;
00005     if (piso.found("correctPhi"))
00006     {
00007         correctPhi = Switch(piso.lookup("correctPhi"));
00008     }
00009 
00010     bool checkMeshCourantNo = false;
00011     if (piso.found("checkMeshCourantNo"))
00012     {
00013         checkMeshCourantNo = Switch(piso.lookup("checkMeshCourantNo"));
00014     }
00015 
00016 // ************************ vim: set sw=4 sts=4 et: ************************ //
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines