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

readSIMPLEControls.H

Go to the documentation of this file.
00001     dictionary simple = mesh.solutionDict().subDict("SIMPLE");
00002 
00003     int nNonOrthCorr =
00004         simple.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0);
00005 
00006     bool momentumPredictor =
00007         simple.lookupOrDefault<Switch>("momentumPredictor", true);
00008 
00009     bool transonic =
00010         simple.lookupOrDefault<Switch>("transonic", false);
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines