TACS Analysis Interface Module (AIM)
TACS Analysis Interface Module (AIM)
Loading...
Searching...
No Matches
FEA Optimization Control

Structure for the optimization control dictionary = ‘Value’. The "Value" must be a JSON String dictionary (see Section JSON String Dictionary).

  • fullyStressedDesign = 0
    Number of iterations with fully stressed design.
  • mathProgramming = 30
    Number of iterations for math programming methods.
  • maxIter = 30
    Maximum number of optimization iterations.
  • constraintRetention = 1.5
    Constraint retention factor. Will be at least 1.5 times the number of design variables
  • eps = 1.0
    Constraint retention parameter in which all constraints having a value greater than "eps" will be considered active.

  • moveLimit = 1.0
    Move limit bound.