FreeFOAM The Cross-Platform CFD Toolkit
readSteadyStressFoamControls.H
Go to the documentation of this file.
1 const dictionary& stressControl = mesh.solutionDict().subDict("stressAnalysis");
2 
3 scalar accFac(readScalar(stressControl.lookup("accelerationFactor")));
4 
5 // ************************ vim: set sw=4 sts=4 et: ************************ //