4 lines
162 B
C++
4 lines
162 B
C++
const dictionary& pimple = mesh.solutionDict().subDict("PIMPLE");
|
|
|
|
int nNonOrthCorr =
|
|
pimple.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0);
|