Maximize the First Natural Mode (First Eigenvalue)

This section shows you how to maximize the first eigenvalue with the sensitivity-based bead optimization approach.

It is not recommended that you define a maximization of an eigenvalue problem similar to the controller-based bead algorithm. You have more control over the modes in the sensitivity-based algorithm.

A problem you usually want to avoid when optimizing eigenmodes is mode-switching because it destabilizes the optimization algorithm. The typical problem is by maximizing the first eigenmode it might "overtake" the second mode - hence, the modes switch place (previous second mode becomes the first mode) and the sensitivity algorithm must suddenly take a new mode into consideration.

Mode tracking can of course be used (see Optimization Parameters for Mode Tracking), but the computationally cheapest way to push the first eigenmode up is to use the Kreisselmeier-Steinhauser formulation (Type = DYN_FREQ_KREISSEL):

φ=αkln(j=1Nekfj)

In the formula fj is the eigenfrequency, e the base of the natural logarithm and α and k are constants.

The following definition enforces the 5 first modes to keep their sequence. This is usually sufficient to avoid mode switching among the first couple of modes.


DRESP
 ID_NAME  = dresp_eig_kreissel
 DEF_TYPE = SYSTEM
 TYPE     = DYN_FREQ_KREISSEL
 LC_SET   = Modal,All,1-5
END_

OBJ_FUNC
 ID_NAME = max_dresp_eig_kreissel
 DRESP   = dresp_eig_kreissel
 TARGET  = MAX
END_

The first mode is maximized (TARGET=MAX) until it comes near the higher modes in which case they are being considered as well.

See the figure about the iteration history in Differences between Bead Optimization Algorithms at iteration 13-14, where modes do not because of this formulation even though they a close to each other.