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

readSolidMultiRegionPISOControls.H

Go to the documentation of this file.
00001     const dictionary& piso = solidRegions[i].solutionDict().subDict("PISO");
00002 
00003     int nNonOrthCorr = 0;
00004     if (piso.found("nNonOrthogonalCorrectors"))
00005     {
00006         nNonOrthCorr = readInt(piso.lookup("nNonOrthogonalCorrectors"));
00007     }
00008 
00009 // ************************ vim: set sw=4 sts=4 et: ************************ //
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines