mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
potentialFoam: Changed the sub-dict in fvSolution from SIMPLE to potentialFlow
This commit is contained in:
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);
|
||||||
|
|
||||||
Reference in New Issue
Block a user