OpenFOAM
4.1
The OpenFOAM Foundation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
applications
solvers
stressAnalysis
solidDisplacementFoam
readSolidDisplacementFoamControls.H
Go to the documentation of this file.
1
nCorr
=
stressControl
.lookupOrDefault<
int
>(
"nCorrectors"
, 1);
2
convergenceTolerance
=
readScalar
(
stressControl
.lookup(
"D"
));
3
stressControl
.lookup(
"compactNormalStress"
) >>
compactNormalStress
;
readScalar
#define readScalar
Definition:
doubleScalar.C:38
nCorr
nCorr
Definition:
readSolidDisplacementFoamControls.H:1
compactNormalStress
Switch compactNormalStress(stressControl.lookup("compactNormalStress"))
stressControl
const dictionary & stressControl
Definition:
createControl.H:1
convergenceTolerance
convergenceTolerance
Definition:
readSolidDisplacementFoamControls.H:2
Generated by
1.8.11