OpenFOAM
7
The OpenFOAM Foundation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
createControls.H
Go to the documentation of this file.
1
#include "
createControl.H
"
2
3
int
nCorr
=
stressControl
.lookupOrDefault<
int
>(
"nCorrectors"
, 1);
4
5
scalar
convergenceTolerance
(
readScalar
(
stressControl
.lookup(
"D"
)));
readScalar
#define readScalar
Definition:
doubleScalar.C:38
stressControl
const dictionary & stressControl
Definition:
createControls.H:1
createControl.H
nCorr
int nCorr
Definition:
createControls.H:3
convergenceTolerance
scalar convergenceTolerance(readScalar(stressControl.lookup("D")))
applications
solvers
stressAnalysis
solidDisplacementFoam
createControls.H
Generated by
1.8.13