Fixed URL for libccmio-2.6.1 (bug report #5 by Thomas Oliveira)
[foam-extend-3.2.git] / applications / solvers / solidMechanics / elasticThermalSolidFoam / readSolidMechanicsControls.H
blobe0fc370eaa5273f75585ce740d67d9f1184dde9e
1 const dictionary& stressControl =
2   mesh.solutionDict().subDict("solidMechanics");
4 int nCorr(readInt(stressControl.lookup("nCorrectors")));
6 scalar convergenceToleranceU(readScalar(stressControl.lookup("U")));
8 scalar convergenceToleranceT(readScalar(stressControl.lookup("U")));
10 int infoFrequency(readInt(stressControl.lookup("infoFrequency")));
12 Switch aitkenRelax(stressControl.lookup("aitkenRelaxation"));