8 lines
280 B
C
8 lines
280 B
C
|
const dictionary& stressControl =
|
||
|
mesh.solutionDict().subDict("stressedFoam");
|
||
|
|
||
|
int nCorr(readInt(stressControl.lookup("nCorrectors")));
|
||
|
scalar convergenceTolerance(readScalar(stressControl.lookup("DU")));
|
||
|
|
||
|
Switch predictor(stressControl.lookup("predictor"));
|