HyperWorks Solvers

Complex Eigenvalue Analysis

Complex Eigenvalue Analysis

Previous topic Next topic No expanding text in this topic  

Complex Eigenvalue Analysis

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Real eigenvalue analysis is used to compute the normal modes of a structure. Complex eigenvalue analysis computes the complex modes of the structure. The complex modes contain the imaginary part, which represents the cyclic frequency, and the real part which represents the damping of the mode. If the real part is negative, then the mode is said to be stable. If the real part is positive, then the mode is unstable. Complex eigenvalue analysis is usually used to determine the stability of a structure when unsymmetric matrices are presented due to special physical behavior. It is also used to determine the modes of a damped structure.

The complex eigenvalue analysis is formulated in the following manner:

Where,

K is the stiffness matrix of the structure

M is the mass matrix

CGE is the element structural damping matrix

C is the viscous damping matrix

g is global structural damping coefficient

Kf  is the extra stiffness matrix defined by direct matrix input

is the coefficient of extra stiffness matrix

The solution of the complex eigenvalue problem yields complex eigenvalue, , and complex mode shape, A. Complex modes with positive real parts are considered unstable modes. Unstable modes are often generated in pairs.

The circular frequency, is then calculated through the relationship:

The damping coefficient is also computed from:

This corresponds to the real part of a complex eigenvalue; modes with negative damping coefficients have positive real parts and are unstable modes.

The extraction of complex modes directly from the above formulation is usually quite computationally expensive, especially if the problem size is not small. Instead, a modal method is used to solve the complex eigenvalue problem. First, the real modes are calculated via a normal modes analysis. Then, a complex eigenvalue problem is formed on the projected subspace spanned by the real modes and thus much smaller than the real space. Finally, the complex modes extraction of the reduced problem follows the well known Hessenberg reduction method.

In order to run a complex eigenvalue analysis, both the EIGRL and EIGC bulk data entries need to be given. They define the number of the real modes and the number of complex modes to be extracted, respectively. The EIGRL card has to be referenced by a METHOD statement in a SUBCASE definition. The EIGC card is referenced by a CMETHOD statement in the same SUBCASE definition.

Usage

The complex eigenvalue solution usually involves an unsymmetrical matrix which represents the source of the physical instability (like friction). To capture this instability, a nonlinear quasi-static analysis (small displacement) subcase should be setup and the model state can be carried over to the modal complex eigenvalue analysis subcase using STATSUB(BRAKE). If STATSUB(BRAKE) is present, then OptiStruct transfers the various parameters associated with the model state (stress, geometric stiffness, friction, and so on) at the end of the referenced NLSTAT subcase and performs the modal complex eigenvalue analysis. This workflow is typical in brake squeal analysis applications.

In some cases, instead of using STATSUB(BRAKE) you may choose to import an external matrix to represent the friction state of the model prior to a Modal Complex Eigenvalue solution. The external matrix should be provided as a DMIG bulk data entry, and then referenced by a K2PP statement in the SUBCASE definition.  You can define a specific coefficient for the external matrix by PARAM, FRIC.  Otherwise, the default value of the coefficient is 1.0.

Complex eigenvalue analysis is also utilized to model the gyroscopic effect of rotating systems via rotor dynamics. Refer to Rotor Dynamics in the User’s Guide for more information.