FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

readSolidDisplacementFoamControls.H

Go to the documentation of this file.
00001 const dictionary& stressControl = mesh.solutionDict().subDict("stressAnalysis");
00002 
00003 int nCorr(readInt(stressControl.lookup("nCorrectors")));
00004 scalar convergenceTolerance(readScalar(stressControl.lookup("D")));
00005 Switch compactNormalStress(stressControl.lookup("compactNormalStress"));
00006 
00007 // ************************ vim: set sw=4 sts=4 et: ************************ //
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines