OpenFOAM
9
The OpenFOAM Foundation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
readSolidDisplacementFoamControls.H
Go to the documentation of this file.
1
{
2
const
dictionary& stressControl =
3
mesh
.solutionDict().subDict(
"stressAnalysis"
);
4
5
nCorr
= stressControl.lookupOrDefault<
int
>(
"nCorrectors"
, 1);
6
convergenceTolerance
= stressControl.lookup<scalar>(
"D"
);
7
stressControl.lookup(
"compactNormalStress"
) >>
compactNormalStress
;
8
}
nCorr
nCorr
Definition:
readSolidDisplacementFoamControls.H:5
compactNormalStress
Switch compactNormalStress(stressControl.lookup("compactNormalStress"))
mesh
dynamicFvMesh & mesh
Definition:
createDynamicFvMesh.H:18
convergenceTolerance
convergenceTolerance
Definition:
readSolidDisplacementFoamControls.H:6
applications
solvers
stressAnalysis
solidDisplacementFoam
readSolidDisplacementFoamControls.H
Generated by
1.8.13