Description: Defines a design variable for design optimization.
Example:
Field | Definition | Type | Default |
---|---|---|---|
ID | Design variable identification number. | Integer > 0 | Required |
LABEL | Label associated with design region used for output headings. | Character | |
PTYPE | Property type. Used with PID to identify the elements to be designed, one of the following character variables: PSOLID, PSHELL, or PCOMP. | Character | Required |
XINIT | Initial value for design variable. | XLB ≤ XINIT ≤ XUB | See Remark 1 |
XLB | Lower bound for design variable. | Real > 0.0 | Required |
XUB | Upper bound for design variable. | Real > 0.0 | Required |
REGION | Design region identification number. | Integer > 0 | Required |
DVTYPE | Design variable type, one of the following character variables: SHLTHK | Character | See Remark 2 |
DDVAL | DDVAL entry identification number that provides a set of allowable discrete values. | Integer > 0 or blank | See Remark 3 |
Remarks: