Rayleigh Damping

The formulation presented in the previous sections does not take into account the damping mechanisms that arise in time-dependent systems. Damping is the dissipation of energy in the solid structure due to a combination of different phenomena, including molecular interaction within the material.

In dynamic problems, the contribution of damping forces can be taken into account by including a velocity-dependent damping term, cu˙, in the equation of motion (Eqn. (4460)):

Figure 1. EQUATION_DISPLAY
ρu¨+cu˙∇⋅σb=0
(4574)

which assumes a linear relationship between the damping force and velocity. The weak form of Eqn. (4574) can be constructed and discretized as described in the previous section, leading to the general discretized equation for a linear elastic damped system:

Figure 2. EQUATION_DISPLAY
Mu¨(t)+Cu˙(t)+Ku(t)=fext
(4575)

The damping matrix in each element is:

Figure 3. EQUATION_DISPLAY
CMN=V0NMcINN  dV
(4576)

As damping is a complex combination of different phenomena, the damping matrix is often approximated using Rayleigh damping, which models the damping matrix as a linear combination of the stiffness and mass matrices:

Figure 4. EQUATION_DISPLAY
C=τKK+fMM
(4577)

You can determine the scalar coefficients τK and fM from a desired modal damping factor and the knowledge of the first two eigenvalues of the undamped system.

The eigenvalue problem of the undamped system is:

Figure 5. EQUATION_DISPLAY
(Kωi2M)xi=0
(4578)

where ωi and xi are the eigenvalues and eigenvectors, respectively:

Figure 6. EQUATION_DISPLAY
X=[x1xixn], Ω=[ω12ωi2ωn2]
(4579)

Since K and M are symmetric matrices, the eigenvectors are orthogonal. The eigenvectors are normalized with respect to the mass matrix M. After solving the undamped eigenvalue problem Eqn. (4578), the equations for the damped system can be decoupled by multiplying Eqn. (4575) by XT:

Figure 7. EQUATION_DISPLAY
XTMX=IXTKX=ΩXTCX=Γ
(4580)

It is possible to write the solution of the damped system, u, as a linear combination of the (undamped) eigenvectors xi:

Figure 8. EQUATION_DISPLAY
u=Xg(t)
(4581)

where g(t) are the generalized, or modal, degrees of freedom. Eqn. (4575) then reduces to the diagonal form:

Figure 9. EQUATION_DISPLAY
Ig¨(t)+Γg˙(t)+Ωg(t)=q(t)
(4582)

with the generalized loads:

Figure 10. EQUATION_DISPLAY
q(t)=XTfext(t)
(4583)

Assuming frequency-proportional damping, with modal damping factors ζi, the diagonal matrix Γ becomes:

Figure 11. EQUATION_DISPLAY
Γ=[2ζ1ω12ζiωi2ζnωn]
(4584)

Each row of Eqn. (4582) is then:

Figure 12. EQUATION_DISPLAY
g¨i(t)+2ζiωig˙i(t)+ωi2gi(t)=qi(t)
(4585)

The Rayleigh damping coefficients τK and fM can now be determined by comparing the damping term in Eqn. (4585) with Eqn. (4577):

Figure 13. EQUATION_DISPLAY
2ζiωi=fM+τKωi2
(4586)

For example, you can write Eqn. (4586) for the first two fundamental eigenfrequencies ω1 and ω2:

Figure 14. EQUATION_DISPLAY
τK=2ζ1ω12ζ2ω2ω12ω22fM=2ζ1ω12ζ1ω12ζ2ω2ω12ω22ω12
(4587)

with τK>0 and fM>0.

If you assume a uniform modal damping factor ζ for both frequencies, τK and fM become:

Figure 15. EQUATION_DISPLAY
τK=2ζω1+ω2fM=2ζω1(1ω1ω1+ω2)
(4588)

A typical modal damping factor is ζ=0.02.

An even simpler choice is to restrict the Rayleigh damping to stiffness proportional damping, by assuming fM=0 and τK>0, and tune the parameter with the fundamental eigenfrequency:

Figure 16. EQUATION_DISPLAY
2ζω=τKω2
(4589)

If you express the eigenfrequency ω as a function of the period T:

Figure 17. EQUATION_DISPLAY
ω=2πT
(4590)

τK reduces to:

Figure 18. EQUATION_DISPLAY
ζTπ=τK
(4591)

If you then choose the time-step for the stiffness proportional damping τK=Δt, the modal damping factor becomes:

Figure 19. EQUATION_DISPLAY
ζ=ΔtTπ
(4592)

A time-step of Δt=T/100, with the choice of τK=Δt, gives a modal damping factor of:

Figure 20. EQUATION_DISPLAY
ζ=π100=0.0314
(4593)