ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / applications / solvers / stressAnalysis / solidDisplacementFoam / readSolidDisplacementFoamControls.H
blob8b59cc497e5a310375408631d6c28bc0e90b8030
1 const dictionary& stressControl = mesh.solutionDict().subDict("stressAnalysis");
3 const int nCorr = stressControl.lookupOrDefault<int>("nCorrectors", 1);
5 scalar convergenceTolerance(readScalar(stressControl.lookup("D")));
6 Switch compactNormalStress(stressControl.lookup("compactNormalStress"));