6 lines
232 B
C
6 lines
232 B
C
|
const dictionary& stressControl =
|
||
|
stressMesh.solutionDict().subDict("stressedFoam");
|
||
|
|
||
|
int nCorr(readInt(stressControl.lookup("nCorrectors")));
|
||
|
scalar convergenceTolerance(readScalar(stressControl.lookup("DU")));
|