Modal Analysis in the context of Finite Element Analysis (FEA) is a technique used to determine the natural frequencies and mode shapes of a structure. It helps in understanding how a structure will respond to dynamic loading. Each mode shape corresponds to a specific natural frequency and describes a specific pattern of motion the structure undergoes at that frequency.
- It is the most fundamental type of dynamic analysis.
- This technique enables designs to avoid resonant vibrations or to vibrate at a specified frequency.
- It provides engineers with insights into how the design will respond to various dynamic loads.
- It aids in calculating solution controls for other types of dynamic analysis
Steps in Modal Analysis:
- Input and Model Preparation: The geometry is simplified and prepared for analysis, the material properties are assigned, and boundary conditions are applied according to the actual model conditions.
- Discretization: The structure is divided into finite elements, creating a mesh.
- Formulation: The mass () and stiffness () matrices are assembled from the properties of the individual elements.
- Eigenvalue Problem: The equation of motion for a system without damping and external forces is given by:
ππ’Β¨(π‘)+πΎπ’(π‘)=0
By assuming a harmonic solution of the form π’(π‘)=π·ππππ‘ , we get:
πΎπ·=π2ππ·This is a generalized eigenvalue problem, where π2Β are the eigenvalues (squares of the natural frequencies), and π·Β are the eigenvectors (mode shapes).
- Solution: Solve the eigenvalue problem to obtain the natural frequencies and mode shapes.
Simple Spring-Mass-Damper System with Single Degree of Freedom
A simple spring-mass-damper system is a fundamental model in dynamics and vibration analysis. The system consists of a mass π Β connected to a spring with stiffness and a damper with damping coefficient .
Governing Equation:
The equation of motion for the mass is derived from Newton’s second law:
where:
- π₯(π‘)Β is the displacement of the mass as a function of time.
- π₯Λ(π‘)Β is the velocity (first derivative of π₯(π‘)).
- π₯Β¨(π‘)Β is the acceleration (second derivative of π₯(π‘)).
- πΉ(π‘)Β is the external force applied to the mass.
Analyzing the System:
- Free Vibration (No External Force πΉ(π‘)=0):
- Undamped (π=0):
ππ₯Β¨(π‘)+ππ₯(π‘)=0Β
The solution is harmonic:
π₯(π‘)=π΄cosβ‘(πππ‘)+π΅sinβ‘(πππ‘)Βwhere ππ=ππ is the natural frequency.
- Damped (πβ 0):
ππ₯Β¨(π‘)+ππ₯Λ(π‘)+ππ₯(π‘)=0Β
The damping ratio π=π/2*sqrt(ππ) determines the behavior:
- Underdamped (π<1): Oscillatory motion with exponentially decaying amplitude.
- Critically damped (π=1): The system returns to equilibrium as quickly as possible without oscillating.
- Overdamped (π>1): The system returns to equilibrium without oscillating, slower than in the critically damped case.
- Undamped (π=0):
- Forced Vibration (πΉ(π‘)β 0):
ππ₯Β¨(π‘)+ππ₯Λ(π‘)+ππ₯(π‘)=πΉ(π‘)
The response of the system depends on the form of πΉ(π‘). For a harmonic force πΉ(π‘)=πΉ0cosβ‘(ππ‘), the steady-state solution can be found using methods like the Fourier transform or Laplace transform.
Eigenfrequencies and Mode Shapes:
The square roots of the eigenvalues are denoted as Οi, representing the structureβs natural circular frequencies in radians per second (rad/s).
- To find the natural frequencies fi in cycles per second (Hz), use the formula fi = Οi / (2Ο). These natural frequencies, fi, are the values that the user inputs and Workbench outputs.
- The eigenvectors {Ο}i correspond to the mode shapes, describing the specific deformation patterns the structure assumes when vibrating at each natural frequency fi.
Participation Factor, Effective Mass
The participation factors are calculated using the formula: πΎπ=πππ [π] {π·}
where {π·}Β represents an assumed unit displacement spectrum in each of the global Cartesian directions and rotation about each axis.
- These factors measure the amount of mass moving in each direction for each mode.
- A high value in a particular direction indicates that the mode will be strongly excited by forces in that direction.
- The “Ratio” is another list of participation factors, normalized to the largest value.
The effective mass is calculated using the formula:
πeff,π=(πΎπ)2/πππ[π]ππ
where πΎπΒ is the participation factor for mode π, and ππΒ is the eigenvector for mode π.
- Ideally, the sum of the effective masses in each direction should equal the total mass of the structure, but this depends on the number of modes extracted.
- The ratio of effective mass to total mass is useful for determining whether a sufficient number of modes have been extracted.