FreeFOAM The Cross-Platform CFD Toolkit
readSolidMultiRegionSIMPLEControls.H
Go to the documentation of this file.
1  dictionary simple = solidRegions[i].solutionDict().subDict("SIMPLE");
2 
3  int nNonOrthCorr = 0;
4  if (simple.found("nNonOrthogonalCorrectors"))
5  {
6  nNonOrthCorr = readInt(simple.lookup("nNonOrthogonalCorrectors"));
7  }