6 lines
180 B
C
6 lines
180 B
C
const dictionary& simple = fluidRegions[i].solutionDict().subDict("SIMPLE");
|
|
|
|
const int nNonOrthCorr =
|
|
simple.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0);
|
|
|