createControlsSolidDisplacement.H
Go to the documentation of this file.
1 const dictionary& stressControl = mesh.solutionDict().subDict("stressAnalysis");
2 
3 stressControl.readEntry<Switch>("compactNormalStress", compactNormalStress_);
4 
5 nCorr_ = stressControl.lookupOrDefault<label>("nCorrectors", 1);
6 
7 convergenceTolerance_ = readScalar(stressControl.lookup("D"));
mesh
fvMesh & mesh
Definition: createRefsHeatTransfer.H:4
nCorr_
nCorr_
Definition: createControlsSolidDisplacement.H:5
convergenceTolerance_
convergenceTolerance_
Definition: createControlsSolidDisplacement.H:7
stressControl
const dictionary & stressControl
Definition: createControlsSolidDisplacement.H:1