readFluidMultiRegionPIMPLEControls.H 332 Bytes
Newer Older
shunbo's avatar
shunbo committed
1
2
3
4
5
6
7
8
9
10
    const dictionary& pimple = mesh.solutionDict().subDict("PIMPLE");

    const int nCorr =
        pimple.getOrDefault<int>("nCorrectors", 1);

    const int nNonOrthCorr =
        pimple.getOrDefault<int>("nNonOrthogonalCorrectors", 0);

    const bool momentumPredictor =
        pimple.getOrDefault("momentumPredictor", true);