mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
8 lines
238 B
C
8 lines
238 B
C
dictionary simple = solidRegions[i].solutionDict().subDict("SIMPLE");
|
|
|
|
int nNonOrthCorr = 0;
|
|
if (simple.found("nNonOrthogonalCorrectors"))
|
|
{
|
|
nNonOrthCorr = readInt(simple.lookup("nNonOrthogonalCorrectors"));
|
|
}
|