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

readPIMPLEControls.H

Go to the documentation of this file.
00001     // We do not have a top-level mesh. Construct the fvSolution for
00002     // the runTime instead.
00003     fvSolution solutionDict(runTime);
00004 
00005     const dictionary& pimple = solutionDict.subDict("PIMPLE");
00006 
00007     int nOuterCorr(readInt(pimple.lookup("nOuterCorrectors")));
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines