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