Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / applications / solvers / solidMechanics / elasticOrthoNonLinULSolidFoam / readSolidMechanicsControls.H
blob25e28901e8a3fdf8df11d477fce8e50ad23603ce
1 const dictionary& stressControl =
2   mesh.solutionDict().subDict("solidMechanics");
4 int nCorr(readInt(stressControl.lookup("nCorrectors")));
5 scalar convergenceTolerance(readScalar(stressControl.lookup("DU")));
6 int infoFrequency(readInt(stressControl.lookup("infoFrequency")));
7 Switch ensureTotalEquilibrium(stressControl.lookup("ensureTotalEquilibrium"));