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