9. Structural damping#
As a first approximation, a large number of structures can be treated as undamped structures that, if constrained so that there’s no rigid motion allowed, can be represented by the second order system
being mass and stiffness matrices \(\mathbf{M}\), \(\mathbf{K}\) that are positive definite, and symmetric if derived as an example from a Lagrangian formulation of the problem.
todo Add reference to Lagrange mechanics and its properties in the classical mechanics bbooks.
This kind of systems are conveniently described using modal basis, as modes (or free/natural modes of vibrations) are orthogonal w.r.t. both mass and stiffness matrix.
todo Add reference; add comment: diagonal, or diagonalizable with coincident eigenvectors.
Free response using modal basis
9.1. Small damping#
Structural small damping can be treated as a first order perturbation of the undamped system,
or in Laplace domain
Here two assumptions are made and justified later:
matrix \(\mathbf{C}\) is (semi)positive symmetric
matrix \(\mathbf{C}\) becomes diagonal in the modal basis, i.e. modal basis simoultaneously diagonalize mass, damping and stiffness matrices
If these two assumption holds, using the modal base collected in matrix \(\mathbf{U}\),
the diagonalization reads
being \(m_i := \mathbf{u}_i^T \mathbf{M} \mathbf{u}_i\), \(c_i := \mathbf{u}_i^T \mathbf{C} \mathbf{u}_i\), \(k_i := \mathbf{u}_i^T \mathbf{K} \mathbf{u}_i\), the modal mass, damping and stiffness.
(Semi)definite positive damping matrix
Starting from the equations of motion
the kinetic energy and the mechanical energy balance is derived (todo add references) with scalar multiplication by \(\dot{\mathbf{u}}\). For constant matrices,
having recognized \(D = \dot{\mathbf{u}}^T \mathbf{C} \dot{\mathbf{u}} \ge 0\) as the dissipation from damping, that can’t make the mechanical energy of the system \(K + V\) increase. This condition implies that \(\mathbf{C}\) is (semi)definite positive.
Diagonal damping in modal basis
Let’s write here the perturbed free damped system in Laplace domain using modal basis,
and evaluate the derivative of this relation w.r.t. a parameter \(p\) associated to the damping, and not influencing mass or stiffness properties, \(\mathbf{M}_{/p} = \mathbf{0}\), \(\mathbf{K}_{/p} = \mathbf{0}\),
Let’s investigate the effect of small damping on the eigensolution \(\left(s_i, \mathbf{u}_i \right)\). Exploiting the symmetry of the matrices of the system (following from the assumed simultaneous diagonalization of the damping matrix \(\mathbf{C} = \mathbf{U} \text{diag}\{ c_i \} \mathbf{U}^*\)), and evaluating the dot product of the latter relation for the \(i\)-th eigensolution with the eigenvector \(\mathbf{u}_i\),
it follows that the derivative of the \(i^{th}\) eigenvalue w.r.t. the parameter \(p\) reads
This derivative evaluated for the reference undamped condition \(\mathbf{C} = \mathbf{0}\) becomes
having recognized the modal mass \(m_i := \mathbf{u}_i^T \mathbf{M} \mathbf{u}_i\) associated to the \(i^{th}\) mode. Now, let’s evaluate the derivative of the eigenvalue \(s_i\) w.r.t. the components of the damping matrix \(\mathbf{C}\), i.e. \(\mathbf{C}_{/C_{jk}}\) that is a matrix full of zero, except for the component \((j,k)\) equal to one,
and the first order polynomial expansion of \(s_i\) in coefficients \(C_{jk}\) reads
From this expression, it’s possible to deduce that the \(i^{th}\) eigenvalue of the slightly damped system differs from the \(i^{th}\) eigenvalue of the undamped system \(s_{i,0} = \mp j \omega_{i}\) of a real non-positive (as \(\mathbf{C} \ge 0\) for dissipative damping actions) term \(\Delta s_i = - \frac{1}{2} \frac{\mathbf{u}_i^T \mathbf{C} \mathbf{u}_i}{m_i} \in \mathbb{R}\), \(\Delta s_i \le 0\), depending only on the damping matrix and the \(i^{th}\) mode. This term shifts the eigenvalue \(s_i\) to the left in the complex plane, and thus makes it asymptotically stable.
As the variation \(\Delta s_i\) only depends on the \(i^{th}\) eigenvector, and not on other eigenvectors, the assumption of siultaneously diagonalizable damping matrix is consistent with the results from this assumption.