|
|
|
readSIMPLEControls.HGo to the documentation of this file.00001 dictionary simple = mesh.solutionDict().subDict("SIMPLE"); 00002 00003 int nNonOrthCorr = 00004 simple.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0); 00005 00006 bool momentumPredictor = 00007 simple.lookupOrDefault<Switch>("momentumPredictor", true); 00008 00009 bool fluxGradp = 00010 simple.lookupOrDefault<Switch>("fluxGradp", false); 00011 00012 bool transonic = 00013 simple.lookupOrDefault<Switch>("transonic", false); 00014 |