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

readSolidMultiRegionPIMPLEControls.H

Go to the documentation of this file.
00001     const dictionary& pimple = mesh.solutionDict().subDict("PIMPLE");
00002 
00003     int nNonOrthCorr =
00004         pimple.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0);
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines