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

readSolidMultiRegionSIMPLEControls.H

Go to the documentation of this file.
00001     dictionary simple = solidRegions[i].solutionDict().subDict("SIMPLE");
00002 
00003     int nNonOrthCorr = 0;
00004     if (simple.found("nNonOrthogonalCorrectors"))
00005     {
00006         nNonOrthCorr = readInt(simple.lookup("nNonOrthogonalCorrectors"));
00007     }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines