6 lines
190 B
C
6 lines
190 B
C
const dictionary& potentialFlow = mesh.solutionDict().subDict("potentialFlow");
|
|
|
|
const int nNonOrthCorr =
|
|
potentialFlow.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0);
|
|
|