FreeFOAM The Cross-Platform CFD Toolkit
readSolidDisplacementFoamControls.H
Go to the documentation of this file.
1 const dictionary& stressControl = mesh.solutionDict().subDict("stressAnalysis");
2 
3 int nCorr(readInt(stressControl.lookup("nCorrectors")));
5 Switch compactNormalStress(stressControl.lookup("compactNormalStress"));
6 
7 // ************************ vim: set sw=4 sts=4 et: ************************ //