DAFoam
v3.0.6
Discrete Adjoint with OpenFOAM
dafoam
src
adjoint
DASolver
DASolidDisplacementFoam
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
Generated by
1.8.17