Definition in file readSolidDisplacementFoamControls.H.
This graph shows which files directly or indirectly include this file: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") |
| int nCorr | ( | readInt(stressControl.lookup("nCorrectors")) | ) |
| scalar convergenceTolerance | ( | readScalar(stressControl.lookup("D")) | ) |
| Switch compactNormalStress | ( | stressControl. | lookup"compactNormalStress" | ) |
| const dictionary& stressControl = mesh.solutionDict().subDict("stressAnalysis") |
Definition at line 1 of file readSolidDisplacementFoamControls.H.