FreeFOAM The Cross-Platform CFD Toolkit
readSIMPLEControls.H
Go to the documentation of this file.
1  dictionary simple = mesh.solutionDict().subDict("SIMPLE");
2 
4  simple.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0);
5 
7  simple.lookupOrDefault<Switch>("momentumPredictor", true);
8 
9  bool transonic =
10  simple.lookupOrDefault<Switch>("transonic", false);