Modal Analysis Using FEM
   HOME

TheInfoList



OR:

The goal of
modal analysis Modal analysis is the study of the dynamic properties of systems in the frequency domain. Examples would include measuring the vibration of a car's body when it is attached to a shaker, or the noise pattern in a room when excited by a loudspeake ...
in structural mechanics is to determine the natural mode shapes and frequencies of an object or structure during free
vibration Vibration is a mechanical phenomenon whereby oscillations occur about an equilibrium point. The word comes from Latin ''vibrationem'' ("shaking, brandishing"). The oscillations may be periodic, such as the motion of a pendulum—or random, suc ...
. It is common to use the
finite element method The finite element method (FEM) is a popular method for numerically solving differential equations arising in engineering and mathematical modeling. Typical problem areas of interest include the traditional fields of structural analysis, heat ...
(FEM) to perform this analysis because, like other calculations using the FEM, the object being analyzed can have arbitrary shape and the results of the calculations are acceptable. The types of equations which arise from modal analysis are those seen in
eigensystem In linear algebra, an eigenvector () or characteristic vector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denoted b ...
s. The physical interpretation of the
eigenvalues In linear algebra, an eigenvector () or characteristic vector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denoted b ...
and
eigenvectors In linear algebra, an eigenvector () or characteristic vector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denoted ...
which come from solving the system are that they represent the frequencies and corresponding mode shapes. Sometimes, the only desired modes are the lowest frequencies because they can be the most prominent modes at which the object will vibrate, dominating all the higher frequency modes. It is also possible to test a physical object to determine its natural frequencies and mode shapes. This is called an Experimental Modal Analysis. The results of the physical test can be used to calibrate a finite element model to determine if the underlying assumptions made were correct (for example, correct material properties and boundary conditions were used).


FEA eigensystems

For the most basic problem involving a linear elastic material which obeys
Hooke's Law In physics, Hooke's law is an empirical law which states that the force () needed to extend or compress a spring by some distance () scales linearly with respect to that distance—that is, where is a constant factor characteristic of ...
, the
matrix Matrix most commonly refers to: * ''The Matrix'' (franchise), an American media franchise ** '' The Matrix'', a 1999 science-fiction action film ** "The Matrix", a fictional setting, a virtual reality environment, within ''The Matrix'' (franchi ...
equations take the form of a dynamic three-dimensional spring mass system. The generalized equation of motion is given as: : ddot U+ dot U+ = where is the mass matrix, ddot U is the 2nd time derivative of the displacement (i.e., the acceleration), dot U is the velocity, is a damping matrix, is the stiffness matrix, and is the force vector. The general problem, with nonzero damping, is a
quadratic eigenvalue problem In mathematics, the quadratic eigenvalue problemF. Tisseur and K. Meerbergen, The quadratic eigenvalue problem, SIAM Rev., 43 (2001), pp. 235–286. (QEP), is to find scalar eigenvalues \lambda, left eigenvectors y and right eigenvectors x such th ...
. However, for vibrational modal analysis, the damping is generally ignored, leaving only the 1st and 3rd terms on the left hand side: : ddot U+ = This is the general form of the eigensystem encountered in structural engineering using the FEM. To represent the free-vibration solutions of the structure, harmonic motion is assumed. This assumption means that ddot U/math> is taken to equal \lambda /math>, where \lambda is an eigenvalue (with units of reciprocal time squared, e.g., \mathrm^). Using this, the equation reduces to: : \lambda + = /math> In contrast, the equation for static problems is: : = which is expected when all terms having a time derivative are set to zero.


Comparison to linear algebra

In
linear algebra Linear algebra is the branch of mathematics concerning linear equations such as: :a_1x_1+\cdots +a_nx_n=b, linear maps such as: :(x_1, \ldots, x_n) \mapsto a_1x_1+\cdots +a_nx_n, and their representations in vector spaces and through matric ...
, it is more common to see the standard form of an eigensystem which is expressed as: : x] = lambda Both equations can be seen as the same because if the general equation is multiplied through by the inverse of the mass, , it will take the form of the latter. Because the lower modes are desired, solving the system more likely involves the equivalent of multiplying through by the inverse of the stiffness, , a process called
inverse iteration In numerical analysis, inverse iteration (also known as the ''inverse power method'') is an iterative eigenvalue algorithm. It allows one to find an approximate eigenvector when an approximation to a corresponding eigenvalue is already known. The me ...
.Hughes, Thomas J. R., ''The Finite Element Method'', Prentice-Hall Inc., Englewood Cliffs, 1987 page 582-584 When this is done, the resulting eigenvalues, \mu , relate to that of the original by: : \mu = \frac but the eigenvectors are the same.


See also

*
Finite element method The finite element method (FEM) is a popular method for numerically solving differential equations arising in engineering and mathematical modeling. Typical problem areas of interest include the traditional fields of structural analysis, heat ...
*
Finite element method in structural mechanics The finite element method (FEM) is a powerful technique originally developed for numerical solution of complex problems in structural mechanics, and it remains the method of choice for complex systems. In the FEM, the structural system is modeled by ...
*
Modal analysis Modal analysis is the study of the dynamic properties of systems in the frequency domain. Examples would include measuring the vibration of a car's body when it is attached to a shaker, or the noise pattern in a room when excited by a loudspeake ...
*
Seismic analysis Seismic analysis is a subset of structural analysis and is the calculation of the response of a building (or nonbuilding) structure to earthquakes. It is part of the process of structural design, earthquake engineering or structural assessment ...
*
Structural Dynamics Structural dynamics is a type of structural analysis which covers the behavior of a structure subjected to dynamic (actions having high acceleration) loading. Dynamic loads include people, wind, waves, traffic, earthquakes, and blasts. Any struct ...
*
Eigensystem In linear algebra, an eigenvector () or characteristic vector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denoted b ...
*
Eigenmode In linear algebra, an eigenvector () or characteristic vector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denoted ...
*
Quadratic eigenvalue problem In mathematics, the quadratic eigenvalue problemF. Tisseur and K. Meerbergen, The quadratic eigenvalue problem, SIAM Rev., 43 (2001), pp. 235–286. (QEP), is to find scalar eigenvalues \lambda, left eigenvectors y and right eigenvectors x such th ...


References


External links


Frame3DD open source 3D structural modal analysis program
{{DEFAULTSORT:Modal Analysis Using Fem Finite element method Numerical differential equations Numerical linear algebra