Optimization Process

The following features are in this section.

Minimize Objective Function

OptiStruct solves the following structural optimization problem:(1) min ( f ( x ) = f ( x 1 , x 2 , ... , x n ) )

Subject to:

g j ( x ) 0 where j = 1 , 2 , ... , m x i L x i x i U where i = 1 , 2 , ... , n

The objective function f ( x ) and the functions g ( x ) in the constraint function are structural responses obtained from a finite element analysis. A constraint is considered active if it is satisfied exactly ( g = 0 ); it is considered inactive if g < 0 ; it is considered violated if g > 0 .

The selection of the vector of design variables x depends on the type of optimization being performed. In topology optimization, the design variables are element densities (Design Variables). In size optimization (including free-size), the design variables are properties of structural elements (Size (Parameter) Optimization). In topography and shape (including free-shape) optimization, the design variables are the factors in a linear combination of shape perturbations (Topography Optimization and Shape Optimization).

The objective function is defined using a DESOBJ Subcase Information Entry. DESOBJ references a response defined by either the DRESP1, DRESP2, or DRESP3 Bulk Data Entry. Depending on the type of response, DESOBJ is located inside or outside of a SUBCASE. The constraints are defined using a DESSUB or DESGLB Subcase Information Entry, depending on if the type of response is subcase related or global, respectively. DESSUB and DESGLB refer to DCONSTR or DCONADD Bulk Data Entries. DCONSTR relates the constraint value or bound to a response defined by DRESP1, DRESP2, or DRESP3.

Minmax Objective Function

The minmax optimization problem is given as:(2) min[ max( f 1 ( x )/ f 1 , f 2 ( x )/ f 2 ,..., f K ( x )/ f K ) ]
Subject to:(3) g j ( x )j=1,,m x i L x i x i U i=1,,n

Where, f ¯ K are the reference values.

The reference values can take different values for positive or negative objective functions. These problems are solved using the Beta-method. In this method, the problem is transformed into a regular optimization problem through the introduction of an additional design variable β such that:

min β

Subject to: (4) f i ( x )/ f ¯ i βi=1,,k g j ( x )0j=1,,m

The functions f i ( x ) and the functions g ( x ) in the constraint function are structural responses obtained from a finite element analysis. A constraint is considered active if it is satisfied exactly ( g = 0 ); it is considered inactive if g < 0 ; it is considered violated if g > 0 .

The selection of the vector of design variables x depends on the type of optimization being performed. In topology optimization, the design variables are element densities (Design Variables). In size optimization (including free-size), the design variables are properties of structural elements (Size (Parameter) Optimization). In topography and shape (including free-shape) optimization, the design variables are the factors in a linear combination of shape perturbations (Topography Optimization and Shape Optimization).

The objective function of a minmax problem is defined using MINMAX or MAXMIN statements in the Subcase Information section. MINMAX or MAXMIN references a DOBJREF statement in the Bulk Data section, which again refers to a DRESP1, DRESP2, or DRESP3 response definition. The reference values are defined on the DOBJREF entry. The constraints are defined as stated above. The constraints are defined using a DESSUB or DESGLB Subcase Information Entry, depending on if the type of response is subcase related or global, respectively. DESSUB and DESGLB refer to DCONSTR or DCONADD Bulk Data Entries. DCONSTR relates the constraint value or bound to a response defined by DRESP1, DRESP2, or DRESP3.

System Identification

OptiStruct solves two structural optimization problems.

For system identification, following two structural optimization problems are solved:(5) min i = 1 n ( W i f i ( x ) T i T i ) 2 (6) g j ( x ) 0  ,      j = 1 , 2 , ... , m

min β   with   W i | f i ( x ) T i T i | β ,    i = 1 , 2 , ... , n g j ( x ) 0  ,      j = 1 , 2 , ... , m

The functions f i ( x ) and the functions g j ( x ) in the constraint function are structural responses obtained from a finite element analysis. A constraint is considered active if it is satisfied exactly ( g = 0 ); it is considered inactive if g < 0 ; it is considered violated if g > 0 . The values TI are the target value for the particular response, Wi is a weighting factor.

The selection of the vector of design variables g = 0 depends on the type of optimization being performed. In topology optimization, the design variables are element densities (Design Variables). In size optimization (including free-size), the design variables are properties of structural elements (Size (Parameter) Optimization). In topography and shape (including free-shape) optimization, the design variables are the factors in a linear combination of shape perturbations (Topography Optimization and Shape Optimization).

The objective function is defined using a DESOBJ entry or a MINMAX, MAXMIN Subcase Information Entry. DESOBJ, MINMAX, or MAXMIN reference a DSYSID entry that defines target values for responses defined by either a DRESP1, DRESP2, or DRESP3 Bulk Data Entry. The constraints are defined using a DESSUB or DESGLB Subcase Information Entry, depending on if the type of response is subcase related or global, respectively. DESSUB and DESGLB refer to DCONSTR or DCONADD Bulk Data Entries. DCONSTR relates the constraint value or bound to a response defined by DRESP1, DRESP2, or DRESP3.