Parameter |
Values |
Description |
||||||||||
TRAKMETH |
<0, 1, 2> Default = 0 Defaults:
|
TRAKMETH is a parameter that can be used to select the criterion employed for mode tracking. There are three tracking criteria available for selection in the current implementation:
If TRAKMETH = 0 The Mass cross-orthogonality check (CORC) criterion is used for mode tracking. This performs a mass orthogonality check of the current and previous eigenvectors after reanalysis. CORC is implemented as follows: If TRAKMETH = 1 The Modal assurance criterion square root (MACSR) criterion is used for mode tracking. This criterion essentially calculates the dot product of the two unit vectors associated with the current and previous eigenvectors. MACSR is implemented as follows: If TRAKMETH = 2 The standard modal assurance criterion (MAC) is used for mode tracking. MAC is implemented as follows: Where, is the current eigenvector. is the previous eigenvector. is the mass matrix. Note: PARAM, MODETRAK, YES or the subcase selector MODTRAK = YES should be added to the input file to activate mode tracking. |