Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.49 KB

File metadata and controls

45 lines (28 loc) · 1.49 KB

Eigenvalue Computation for a cantilever beam

Author: Philipp Bucher

Kratos version: 6.0

Source files: Beam Eigenvalues

Case Specification

This simple example shows how the eigenvalues (Eigenfrequencies and Eigenmodes) of a cantilever beam can be computed.

The properties of the beam can be seen in the Materials file

Here we are only interested in the first three bending modes, for which we can calculate the analytical solution with (source):

fi = λi/(2 π L2) (EI/ρA)1/2

with lambda for the first eigenfrequencies being:

  • λ1 = 1.875
  • λ2 = 4.694
  • λ3 = 7.855

Using the specified properties we obtain for the first three bending modes:

  • f1 = 0.5595 Hz
  • f2 = 3.5068 Hz
  • f3 = 9.82 Hz

The results obtained with Kratos are :

  • f1 = 0.5596 Hz
  • f2 = 3.5063 Hz
  • f3 = 9.81685 Hz

The corresponding mode-shapes are shown below:

Mode 1. First Bending Mode

Mode 2. Second Bending Mode

Mode 3. Third Bending Mode