Complex eigenvalue extraction

This problem contains basic test cases for one or more Abaqus elements and features.

The tests in this section verify the complex eigenvalue extraction procedure in Abaqus/Standard, which uses the subspace projection method. The procedure is tested for systems with symmetric stiffness matrices that include damping terms and for problems with friction, which introduces unsymmetry to the stiffness matrix.

This page discusses:

ProductsAbaqus/Standard

One-element test

Elements tested

CPE4

Features tested

Complex eigenvalue extraction for a system with a symmetric stiffness matrix, both with and without damping.

Problem description

In both tests the model consists of a quadratic element of unit length. The nodes at one end (y=0) are constrained. The eigenvalue extraction is performed for the undeformed configuration.

Results and discussion

The stiffness matrix in the first problem (pcfreq_ce4sf_real.inp) is symmetric and contains no damping. In the absence of damping contributions, the eigenvalues extracted by the complex eigensolver must have zero real components and the imaginary components (frequencies) must be the same as the frequencies obtained in the preceding frequency extraction step. In the second problem (pcfreq_ce4sf_real.inp) mass-proportional damping is introduced. The following relations can be derived for an underdamped system with mass-proportional damping: Re(μN)=α/2 and Im(μN)=ωN2-α2/4, where Re(μN) and Im(μN) are the real and imaginary components of the complex eigenvalues, respectively; α is the mass-proportional damping factor; and ωN is the natural frequency of the undamped system. The complex eigenvalues obtained for this problem match the formulae above.

Input files

pcfreq_ce4sf_real.inp

Complex eigenvalue extraction for a symmetric stiffness matrix without damping.

pcfreq_ce4sf_imag.inp

Complex eigenvalue extraction for a symmetric stiffness matrix with mass-proportional damping.

A rotating ring compressed between two plates

Elements tested

C3D8

Features tested

Complex eigenvalue extraction for a system with an unsymmetric stiffness matrix caused by a friction contribution.

Problem description

The model consists of a ring with an inside radius of 1.0 and an outside radius of 2.0 and two plates positioned at both sides of the ring. The ring is modeled using a linear elastic material with a Young's modulus of 200, Poisson's ratio of 0.3, and density of 1.0. Contact pairs define contact between the side surfaces of the ring and the plates. The ring is meshed with 16 linear brick elements (element type C3D8). The plates are modeled with membrane elements (element type M3D4) for the models with deformable-to-deformable contact or with rigid elements (element type R3D4) for the problems with deformable-to-rigid contact.

The loading consists of two steps. In the first step the plates are moved a distance of 0.05 toward the ring to establish frictionless contact. In the second step the friction coefficient is increased to 0.3 and a rotational velocity is imposed on the ring. Because the complex eigensolver uses the subspace projection method, the natural frequencies must be extracted prior to the complex eigenvalue extraction step. The following problems with different contact models are considered:

  • deformable-to-deformable contact with small sliding (pcfreq_def_ss.inp),

  • deformable-to-deformable contact with small sliding, including friction-induced damping effects (pcfreq_def_ss_fdamp.inp),

  • deformable-to-rigid contact with small sliding (pcfreq_rg_ss.inp),

  • deformable-to-deformable contact with finite sliding (pcfreq_def_fs.inp), and

  • deformable-to-deformable contact with finite sliding in a restarted analysis (pcfreq_def_fs_res.inp).

In addition, analyses with a steady-state transport step (pcfreq_sst_3d.inp), a substructure usage (pcfreq_sup_use.inp), and a velocity-dependent friction coefficient (pcfreq_def_ss_negdamp.inp) are tested.

Results and discussion

An analytic solution is not available for this problem, so the results (the frequency of an unstable mode and the damping ratio) are compared only between the different models. As shown in the table that follows, the results for pcfreq_def_fs.inp, pcfreq_def_fs_res.inp, pcfreq_def_ss.inp, pcfreq_def_ss_fdamp.inp, pcfreq_def_ss_negdamp.inp, pcfreq_rg_ss.inp, and pcfreq_sst_3d.inp are in very good agreement. The differences in the results for pcfreq_sup_use.inp are due to the use of a substructure to model the elastic ring.

Input fileFrequency of an unstable modeReal part of an unstable mode
pcfreq_def_ss 1.769 0.1648
pcfreq_def_ss_fdamp 1.769 0.1636
pcfreq_rg_ss 1.769 0.1448
pcfreq_def_fs 1.770 0.1650
pcfreq_def_fs_res 1.770 0.1650
pcfreq_sst_3d 1.767 0.1582
pcfreq_sup_use 1.799 0.1487
pcfreq_def_ss_negdamp 1.769 0.1705

Input files

pcfreq_def_ss.inp

Deformable-to-deformable contact with small sliding.

pcfreq_def_ss_fdamp.inp

Deformable-to-deformable contact with small sliding, including friction-induced damping effects.

pcfreq_rg_ss.inp

Deformable-to-rigid contact with small sliding.

pcfreq_def_fs.inp

Deformable-to-deformable contact with finite sliding.

pcfreq_def_fs_res.inp

Deformable-to-deformable contact with finite sliding, restarted analysis.

pcfreq_sst_3d.inp

Deformable-to-rigid contact with finite sliding, rotational velocity imposed in the steady-state transport step.

pcfreq_sst_axi.inp

Axisymmetric mesh generation used in pcfreq_sst_3d.inp.

pcfreq_sup_use.inp

Substructure analysis.

pcfreq_sup_gen.inp

Substructure generation file referenced in pcfreq_sup_use.inp.

pcfreq_def_ss_negdamp.inp

Deformable-to-deformable contact with small sliding and velocity-dependent friction coefficient.