Functions | Variables
createControlsSolidDisplacement.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

stressControl readEntry< Switch > ("compactNormalStress", compactNormalStress_)
 

Variables

const dictionary & stressControl = mesh.solutionDict().subDict("stressAnalysis")
 
 nCorr_ = stressControl.lookupOrDefault<label>("nCorrectors", 1)
 
 convergenceTolerance_ = readScalar(stressControl.lookup("D"))
 

Function Documentation

◆ readEntry< Switch >()

stressControl readEntry< Switch > ( "compactNormalStress"  ,
compactNormalStress_   
)

Variable Documentation

◆ stressControl

const dictionary& stressControl = mesh.solutionDict().subDict("stressAnalysis")

◆ nCorr_

nCorr_ = stressControl.lookupOrDefault<label>("nCorrectors", 1)

Definition at line 5 of file createControlsSolidDisplacement.H.

◆ convergenceTolerance_

convergenceTolerance_ = readScalar(stressControl.lookup("D"))

Definition at line 7 of file createControlsSolidDisplacement.H.