readPIMPLEControls.H 284 Bytes
Newer Older
shunbo's avatar
shunbo committed
1
2
3
4
5
6
7
8
    // We do not have a top-level mesh. Construct the fvSolution for
    // the runTime instead.
    fvSolution solutionDict(runTime);

    const dictionary& pimple = solutionDict.subDict("PIMPLE");

    const int nOuterCorr =
        pimple.getOrDefault<int>("nOuterCorrectors", 1);