FreeFOAM The Cross-Platform CFD Toolkit
readSolidMultiRegionPISOControls.H
Go to the documentation of this file.
1  const dictionary& piso = solidRegions[i].solutionDict().subDict("PISO");
2 
3  int nNonOrthCorr = 0;
4  if (piso.found("nNonOrthogonalCorrectors"))
5  {
6  nNonOrthCorr = readInt(piso.lookup("nNonOrthogonalCorrectors"));
7  }
8 
9 // ************************ vim: set sw=4 sts=4 et: ************************ //