6 lines
152 B
C
6 lines
152 B
C
const dictionary& pimple =
|
|
mesh.solution().solutionDict("PIMPLE");
|
|
|
|
int nNonOrthCorr =
|
|
pimple.getOrDefault<int>("nNonOrthogonalCorrectors", 0);
|