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