Frequency
The (generalized) eigenvalue problem is handled in the Frequency
step. To define a valid step, please use the
following command.
Text Only | |
---|---|
To successfully run an eigen analysis, the system shall be symmetric, otherwise complex eigen values are computed. This typically requires the stiffness matrix to be symmetric. Besides, it must have
- a positive definite stiffness matrix,
- a semi-positive definite mass matrix.
Remarks
- The symmetric banded storage uses
_pbsv
solver which only accepts symmetric positive definite banded matrix. If theFrequency
fails to compute the required eigen modes, please use other storage schemes. - The computed eigenvalue is the eigenvalue of the system. In the field of structural dynamics, it is \(\omega^2\). The (angular) frequency and period can be computed accordingly.
- The constrained (generalized) eigenvalue problems cannot be handled when the constraints are implemented via Lagrange multiplier method. If the system contains constraints, users shall make sure they are applied via the penalty function method.
FEAST Solver
By default, the ARPACK
solver is used to solve the generalized eigen problem.
The FEAST Eigenvalue Solver can also be used. To switch, one can use
Text Only | |
---|---|
Currently, the FEAST
solver can be applied to full, banded and sparse storage. For banded storage, it is necessary to
use the SPIKE
solver.
Text Only | |
---|---|
Example
Consider a massless elastic cantilever beam with lumped end mass. Assume the length is \(L=2.84\), the elastic modulus is \(E=94.13\), the moment of inertia is \(I=1.34\) and the lumped mass is \(M=5.76\) so that
Text Only | |
---|---|
The output is