Patch contributed by Bruno Santos, resolves bug-report https://bugs.openfoam.org/view.php?id=2585
7 lines
No EOL
273 B
C
7 lines
No EOL
273 B
C
const dictionary& simple = fluidRegions[i].solutionDict().subDict("SIMPLE");
|
|
|
|
const int nNonOrthCorr =
|
|
simple.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0);
|
|
|
|
const bool momentumPredictor =
|
|
simple.lookupOrDefault("momentumPredictor", true); |