This example demonstrates how shape optimization can be used.
For the cantilever beam below, a shape is sought that minimizes the structural mass and allows a limited vertical deflection at the lower right corner.
Structural Model.
The shape of the beam is defined using a linear combination of the two basis shapes below. The linear factors are the design variables in the optimization problem.
Basis Shape 1.
Basis Shape 2.
The basis shapes are defined using shape basis vectors. These can be generated using AutoDV, which is part of HyperMesh. The output file of AutoDV contains the definition of the DESVAR and DVGRID cards. This file can then be included in the OptiStruct input file, bulk data section, via the INCLUDE statement.
The optimization problem, objective and constraint functions, is defined in the same manner as the other types of structural optimization. OptiStruct then goes through an iteration process to solve the optimization problem. The figures below show the optimization result of the cantilever beam.
Final Shape.
Final Shape, deformed with von Mises stresses.
For the input file sample, see <install_directory>/demos/hwsolvers/optistruct/shape1.fem.
See Also: