Solvers Overview: Natural Frequency

Description

The Natural Frequency solver is used to calculate the natural frequencies (or free vibration frequencies) and corresponding vibration modes of an undamped structure. The natural frequency analysis problem is formulated as the following eigenvalue problem:

where

= global stiffness matrix,

= Global mass matrix,

= Circular frequency (radians/sec), natural frequency (Hertz), and

= Vibration mode (shape) vector.

Initial conditions may be considered by the Natural Frequency solver to include the effects of stress stiffening, contact status and so on. When stress stiffening effects are included, a slightly different eigenvalue problem is solved, namely

where is the geometric, or stress, stiffness matrix corresponding to the results of the load case used as initial conditions.

Procedure

The Natural Frequency solver executes the following steps:

  1. Calculates and assembles the element stiffness and mass matrices to form the global stiffness and mass matrices. In the stiffness calculation, material temperature dependency is considered through the user nominated temperature case (see Special Topics: Temperature Dependence). Either a consistent or lumped mass matrix can be used according to the solver option setting (see Entities: Consistent vs Lumped Mass). Constraints and links are assembled in this process, however, the constant terms for enforced displacements, shrink links and multi-point links are ignored, and the restraints are treated as fixed restraints.
  2. If an initial file has been selected to define the initial stress state of the structure, a geometric stiffness matrix may be formed and assembled into the global stiffness matrix to account for stress stiffening/softening effects on natural frequencies. The geometric stiffness matrix is always added when the initial file comes from a linear static analysis, and when the initial file comes from a nonlinear static or quasi-static analysis executed with the GNL option. For initial files from nonlinear static and quasi-static analysis without the GNL option, the geometric stiffness matrix can be included on request.

    If material nonlinearity, point contacts, cutoff bars or compression-only supports are considered in the initial solution, a tangent stiffness matrix will be assembled for the natural frequency analysis based on the state of these nonlinear effects in the selected result case.

    If the initial file considered nonlinear geometry, the deformed geometry will be used as the initial shape of the structure in the natural frequency analysis - vibration is assumed to be centred on this deformed shape. See Special Topics: Solution Restart.

  3. Modifies the stiffness matrix if a shift value is applied.
  4. Solves the eigenvalue problem to calculate natural frequencies and the corresponding mode shapes using the Sub-Space Iteration method.

Notes

See Also