createControls.H
Go to the documentation of this file.
1const dictionary& potentialFlow
2(
3 mesh.solutionDict().subDict("potentialFlow")
4);
5
6const int nNonOrthCorr
7(
8 potentialFlow.getOrDefault<int>("nNonOrthogonalCorrectors", 0)
9);
dynamicFvMesh & mesh
const int nNonOrthCorr
const dictionary & potentialFlow(mesh.solutionDict().subDict("potentialFlow"))