7 lines
239 B
C
7 lines
239 B
C
const dictionary& simple = solidMesh.solutionDict().subDict("SIMPLE");
|
|
|
|
int nNonOrthCorr = 0;
|
|
if (simple.found("nNonOrthogonalCorrectors"))
|
|
{
|
|
nNonOrthCorr = readInt(simple.lookup("nNonOrthogonalCorrectors"));
|
|
}
|