2. Damping Options¶
The standard equations that are solved in the nonlinear analysis of structures subjected to dynamic forces are:
where
Energy is dissipated by the structure as it deforms, which is why it comes to rest when the force is removed. The
It is the formulation of the
Table of Contents
2.1. Rayleigh Damping¶
A classical damping matrix can be assembled as a linear combination of the mass and stiffness matrices:
is known as Rayleigh damping , is the most common—almost pervasive—model in nonlinear analysis of structures. The damping ratio for the nth mode of such a system is
The coefficients
Mass Proportional Damping,
(2.1.3)¶In mass-proportional damping, the damping matrix is inversely proportional to the natural frequency. The coefficient is chosen to represent the period at a single mode, modes with a higher frequency will have less damping, and modes with a smaller frequency will have more damping.
Stiffness Proportional Damping,
(2.1.4)¶In stiffness-proportional damping, the damping is proportional to the natural frequency, increasing linearly as the natural frequency increases. The coefficient is again chosen to represent the period at a single mode, modes with a higher frequency will have more damping, and modes with a smaller frequency will have less damping.
Traditional Rayleigh Damping,
(2.1.5)¶Two coefficients are determined by the user specifying the damping at two different modes given by
and [Rayleigh45]:(2.1.6)¶as the damping at these two modes is usually specified to be the same, i.e.
, this matrix equation can be solved for and(2.1.7)¶
Note
In the tool, the user has the option of specifying which of the stiffness matrices (the current linearized stiffness matrix or the initial tangent stiffness matrix). Opinion in the literature is divided, the default is set to the initial stiffness as the possible inclusion of negative damping (should the descending branch of the yield curve be reached), the possibility of including zero damping (should elastic perfectly plastic materials yield), and the very fact that the damping is tied to the hysteretic behavior given why it is included in the first place, makes little physical sense.
Different approaches are of course possible, e.g. where the user explicitly models damping. These must be specified by the user in the optional analysis script they provide.
2.2. Modal Damping¶
In modal damping the eigenvectors
where the
Note
A drawback of this practical implementation is that higher modes are undamped. To overcome this, FEM applications that permit modal damping also permit it to be combined with stiffness proportional damping, where at the last mode of interest,
where
- Rayleigh45
Rayleigh L. Theory of Sound, 1. Dover: New York, NY, 1945.