diff --git a/applications/solvers/basic/potentialFoam/readControls.H b/applications/solvers/basic/potentialFoam/readControls.H new file mode 100644 index 0000000000..9381fd4452 --- /dev/null +++ b/applications/solvers/basic/potentialFoam/readControls.H @@ -0,0 +1,5 @@ + const dictionary& potentialFlow = mesh.solutionDict().subDict("potentialFlow"); + + const int nNonOrthCorr = + potentialFlow.lookupOrDefault("nNonOrthogonalCorrectors", 0); +