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

readFluidMultiRegionPIMPLEControls.H

Go to the documentation of this file.
00001     const dictionary& pimple = mesh.solutionDict().subDict("PIMPLE");
00002 
00003     int nCorr(readInt(pimple.lookup("nCorrectors")));
00004 
00005     int nNonOrthCorr =
00006         pimple.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0);
00007 
00008     bool momentumPredictor =
00009         pimple.lookupOrDefault<Switch>("momentumPredictor", true);
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines