Fixed URL for libccmio-2.6.1 (bug report #5 by Thomas Oliveira)
[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"));