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