-
The following shows an example of maximization of the first natural eigenfrequency:
DRESP
ID_NAME = dresp_max_eigenfrequency
DEF_TYPE = SYSTEM
TYPE = DYN_FREQ
LC_SET = Modal,All,1
END_
OBJ_FUNC
ID_NAME = maximize_eigenfrequency
DRESP = dresp_max_eigenfrequency
TARGET = MAX
END_
- The type of the design response is
DYN_FREQ (eigenfrequency).
To choose the first eigenfrequency, set the third argument in the item LC_SET
to 1. - Reference this design responses
ID_NAME in the OBJ_FUNC where it is set to be maximized. - To consider for example the second eigenfrequency, the
LC_SET
parameter must be set as follows: LC_SET = Modal, All, 2 .
|