potentialFoam: Changed the sub-dict in fvSolution from SIMPLE to potentialFlow

This commit is contained in:
Henry 2011-04-05 14:54:42 +01:00
parent 2975fee756
commit c513ae8ccc

View File

@ -0,0 +1,5 @@
const dictionary& potentialFlow = mesh.solutionDict().subDict("potentialFlow");
const int nNonOrthCorr =
potentialFlow.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0);