Detailed Description
Definition in file readSolidDisplacementFoamControls.H.
Go to the source code of this file.
Functions
|
int
| nCorr (readInt(stressControl.lookup("nCorrectors"))) |
scalar
| convergenceTolerance (readScalar(stressControl.lookup("D"))) |
Switch
| compactNormalStress (stressControl.lookup("compactNormalStress")) |
Variables
|
const dictionary &
| stressControl = mesh.solutionDict().subDict("stressAnalysis") |
Function Documentation
int nCorr
|
( |
readInt(stressControl.lookup("nCorrectors"))
|
) |
|
scalar convergenceTolerance
|
( |
readScalar(stressControl.lookup("D"))
|
) |
|
Switch compactNormalStress
|
( |
stressControl.
|
lookup"compactNormalStress"
) |
|
Variable Documentation
const dictionary& stressControl = mesh.solutionDict().subDict("stressAnalysis")
|