Complex Eigenvalue Extraction
The complex eigenvalue extraction procedure uses a projection method to extract the complex eigenvalues of the current system. The eigenvalue problem of the finite element model is formulated in the following manner:
where
-
is the mass matrix (which is symmetric and, in general, is semi-positive definite);
-
is the damping matrix;
-
is the stiffness matrix (which can include initial stress stiffness and friction effects and, therefore, in general is unsymmetric);
-
is the complex eigenvalue;
-
is the right complex eigenvector;
-
is the left complex eigenvector and is defined as follows:
where is a transpose conjugate left eigenvector
- M and N
-
are degrees of freedom.
The complex eigenvalue extraction procedure in Abaqus/Standard uses a subspace projection method; thus, the eigenmodes of the undamped system with the symmetrized stiffness matrix must be extracted using the eigenfrequency extraction procedure prior to the complex eigenvalue extraction step. By default, the entire subspace is used as the base vector; this subspace can be reduced as described below. Abaqus/Standard always computes all the complex eigenmodes available in the projection subspace (taking into account any user-specified modifications to the subspace). The user-specified number of requested eigenmodes and frequency range for the complex eigenvalue extraction procedure do not influence the number of computed complex eigenmodes. It determines only the number of reported modes, which cannot be higher than the dimension of the projected subspace. To modify the number of computed eigenmodes, reduce the projection subspace as described below or change the number of eigenmodes extracted in the prior natural frequency extraction step accordingly. If you do not specify the number of requested complex modes or the frequency range, all the computed modes will be reported.
To take into account the unsymmetric effects, the unsymmetric matrix solution and storage scheme is used automatically for a complex eigenvalue extraction step. The unsymmetric effects will be disregarded if you specify that the symmetric solution and storage scheme should be used (see Defining an Analysis).
Input File Usage
COMPLEX FREQUENCY number of complex eigenmodes, frequency_min, frequency_max
Abaqus/CAE Usage
Step module: Create Step: Linear perturbation: Complex frequency: Number of eigenvalues requested: All or Value, Minimum frequency of interest (cycles/time): value, Maximum frequency of interest (cycles/time): value
Shift Point
You can specify a shift point, S, in cycles per time, for the complex eigenvalue extraction procedure (S ≥ 0). Abaqus/Standard reports the complex eigenmodes, , in order of increasing so that the modes with the imaginary part closest to a given shift point are reported first. This feature is useful when a particular frequency range is of concern. The default is no shift.
Input File Usage
COMPLEX FREQUENCY , , , S
Abaqus/CAE Usage
Step module: Create Step: Linear perturbation: Complex frequency: Frequency shift (cycles/time): S
Normalization
For complex eigenvalue extraction analysis both displacement and modal complex eigenvector normalization are available. Displacement normalization is the default in SIM-based analysis. Modal normalization is the only option available if the SIM-based architecture is not used.
If displacement normalization is selected, the complex eigenvectors are normalized so that the largest value in each vector is unity and the imaginary part is zero. If modal normalization is selected, only the complex eigenvectors of the projected system (GU) are normalized using the displacement method and no normalization of the complex eigenvectors in the finite element subspace is performed. For large eigenproblems the displacement normalization can become time consuming; therefore, modal normalization is recommended.
Input File Usage
Use the following option to select displacement normalization (available only if the SIM-based architecture is used):
COMPLEX FREQUENCY, NORMALIZATION=DISPLACEMENT
Use the following option to select modal normalization (the only option if the SIM-based architecture is not used):
COMPLEX FREQUENCY, NORMALIZATION=MODAL
Abaqus/CAE Usage
You cannot select the normalization method of the complex eigenvectors in Abaqus/CAE; the default method is used.
Selecting the Eigenmodes on Which to Project
You can select eigenmodes of the undamped system with the symmetrized stiffness matrix on which the subspace projection will be performed. You can select them by specifying the mode numbers individually, by requesting that Abaqus/Standard generate the mode numbers automatically, or by requesting the eigenmodes that belong to specified frequency ranges. If you do not select the eigenmodes, all modes extracted in the prior eigenfrequency extraction step are used in the modal superposition.
Input File Usage
Use one of the following options to select the eigenmodes by specifying mode numbers:
SELECT EIGENMODES, DEFINITION=MODE NUMBERS SELECT EIGENMODES, GENERATE, DEFINITION=MODE NUMBERS
Use the following option to define the eigenmodes by specifying a frequency range:
SELECT EIGENMODES, DEFINITION=FREQUENCY RANGE
Abaqus/CAE Usage
You cannot select the eigenmodes in Abaqus/CAE; all modes extracted are used in the subspace projection.
Evaluating Frequency-Dependent Material Properties
When frequency-dependent material properties are specified, Abaqus/Standard offers the option of choosing the frequency at which these properties are evaluated for use in the complex eigenvalue extraction procedure. This evaluation is necessary because the operators cannot be modified during the eigenvalue extraction procedure. If you do not choose the frequency, Abaqus/Standard evaluates the stiffness and damping associated with frequency-dependent springs and dashpots at zero frequency and does not consider the stiffness and damping contributions from frequency-domain viscoelasticity. If you do specify a frequency, the stiffness and damping contributions from frequency-domain viscoelasticity are considered.
Input File Usage
COMPLEX FREQUENCY, PROPERTY EVALUATION=frequency
Abaqus/CAE Usage
Step module: Create Step: Complex Frequency: Other: Evaluate dependent properties at frequency: value
Right and Left Complex Eigenvectors
For complex eigenvalue extraction analysis right or left complex eigenvectors can be requested. By default, the right eigenvectors are extracted. The left eigenvectors are available only in analyses that are based on the SIM architecture. You can extract both right and left complex eigenvectors in the same analysis, but they must be requested in separate steps. You should select modal normalization of the complex eigenvectors if you want to extract both the right and left eigenvectors.
Input File Usage
Use the following option to extract the right complex eigenvectors:
COMPLEX FREQUENCY, RIGHT EIGENVECTORS (default, the only option if the SIM architecture is not used)
Use the following option to extract the left complex eigenvectors:
COMPLEX FREQUENCY, LEFT EIGENVECTORS (only if the SIM architecture is used)
Abaqus/CAE Usage
Only the right complex eigenvectors are extracted in Abaqus/CAE.