potentialFoam: Changed the sub-dict in fvSolution from SIMPLE to potentialFlow
This commit is contained in:
parent
2975fee756
commit
c513ae8ccc
5
applications/solvers/basic/potentialFoam/readControls.H
Normal file
5
applications/solvers/basic/potentialFoam/readControls.H
Normal file
@ -0,0 +1,5 @@
|
||||
const dictionary& potentialFlow = mesh.solutionDict().subDict("potentialFlow");
|
||||
|
||||
const int nNonOrthCorr =
|
||||
potentialFlow.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0);
|
||||
|
Loading…
Reference in New Issue
Block a user