createSolidDisplacementFoamControls.H
Go to the documentation of this file.
1 const dictionary& stressControl = mesh.solutionDict().subDict("stressAnalysis");
2 
3 int nCorr = stressControl.lookupOrDefault<int>("nCorrectors", 1);
4 
6 Switch compactNormalStress(stressControl.lookup("compactNormalStress"));
compactNormalStress
Switch compactNormalStress(stressControl.lookup("compactNormalStress"))
convergenceTolerance
scalar convergenceTolerance(readScalar(stressControl.lookup("D")))
mesh
dynamicFvMesh & mesh
Definition: createDynamicFvMesh.H:18
readScalar
#define readScalar
Definition: doubleScalar.C:38
stressControl
const dictionary & stressControl
Definition: createSolidDisplacementFoamControls.H:1
nCorr
int nCorr
Definition: createSolidDisplacementFoamControls.H:3