Functions | Variables
createSolidDisplacementFoamControls.H File Reference

Go to the source code of this file.

Functions

scalar convergenceTolerance (readScalar(stressControl.lookup("D")))
 
Switch compactNormalStress (stressControl.lookup("compactNormalStress"))
 

Variables

const dictionary & stressControl = mesh.solutionDict().subDict("stressAnalysis")
 
int nCorr = stressControl.lookupOrDefault<int>("nCorrectors", 1)
 

Function Documentation

◆ convergenceTolerance()

scalar convergenceTolerance ( readScalar(stressControl.lookup("D"))  )

◆ compactNormalStress()

Switch compactNormalStress ( stressControl.  lookup"compactNormalStress")

Variable Documentation

◆ stressControl

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

Definition at line 1 of file createSolidDisplacementFoamControls.H.

◆ nCorr

int nCorr = stressControl.lookupOrDefault<int>("nCorrectors", 1)

Definition at line 3 of file createSolidDisplacementFoamControls.H.