Modal Frequency Response Analysis
The modal method first performs a normal modes analysis to obtain the eigenvalues and the corresponding eigenvectors of the system.
The response can be expressed as a scalar product of the eigenvectors and the modal responses, .
The equation of motion without damping is then transformed into modal coordinates using the eigenvectors.
The modal mass matrix and the modal stiffness matrix are diagonal. If the eigenvectors are normalized with respect to the mass matrix, the modal mass matrix is the unity matrix and the modal stiffness matrix is a diagonal matrix holding the eigenvalues of the system. This way, the system equation is reduced to a set of uncoupled equations for the components of that can be solved easily.
The inclusion of damping, as discussed in the direct method, yields:
Here, the matrices and are generally non-diagonal. Then the coupled problem is similar to the system solved in the direct method, however of much lesser degree of freedom. It is solved using the direct method.
The evaluation of the equation of motion is much faster if the equations can be kept decoupled. This can be achieved if the damping is applied to each mode separately. This is done through a damping table TABDMP1 that lists damping values versus natural frequency . If this approach is used, no structural element or viscous damping should be defined.
The decoupled equation is:
- Modal damping ratio.
- Modal eigenvalue.
- Structural damping.
- Critical damping.
- Quality factor.
They are related through the following three equations at resonance:
Modal damping is entered in to the complex stiffness matrix as structural damping if PARAM, KDAMP, -1 is used. Then the uncoupled equation becomes:
A METHOD statement is required for the modal method to control the normal modes analysis. The METHOD statement can refer to either EIGRL or EIGRA Bulk Data Entry.
Residual Vector Generation (Increases accuracy)
The accuracy of the modal method can be vastly improved by adding the displacement vectors of a static analysis based on the dynamic loading to the matrix of eigenvectors . These vectors are frequently referred to as residual vectors, the method as the modal acceleration.
- The unit load method generates residual vectors based on static loads, which are unit vectors at the dynamic load degrees of freedom. That is, the static loads for the residual vector generation are unit vectors at the degrees of freedom where the dynamic load is applied. The number of residual vectors is equal to the number of loaded degrees of freedom. This is the default method since it is generally more accurate.
- The applied load method generates a maximum of two residual vectors which are the dynamic load vector at a loading frequency of zero. If the real and the imaginary parts of the dynamic load are the same, or if one of them is zero, only one of them is used.
Modal Frequency Response Analysis with Enforced Motion
- Relative Method:
In this case, the solution proceeds in two stages. First, a static analysis with the enforced motion is solved to obtain the static displacements. Then, the dynamic analysis is solved using the previously calculated static displacements and the eigenvectors. This method is relatively less efficient, but leads to more accurate solutions and is the default method.
- Total/Absolute Method:
In this case, the solution proceeds in a single stage and the calculation of static displacements is not needed. The contribution of modal dynamic load would directly come from applied displacement/velocity/acceleration at the SPCD degrees of freedom. This method is computationally efficient as it avoids calculation of static displacement vectors.
Refer to PARAM, ENFMETH to control the calculations with these methods.