|
Algorithm 1: Proposed Algorithm. |
Inputs: Stabilization diagram (frequency, damping ratio, and mode shape), damping ratio limits ( and ), stabilization criteria (, and ), and similarity measure threshold (). Output: Global modes
Classify as stable all poles that satisfy the stabilization criteria and as not stable all remaining poles
Classify as spurious all poles with damping ratio lower than or higher than (Hard Validation Criteria—HVC) or that do not appear with a complex conjugated pair
Extract the number of stable poles ()
Create a matrix of zeros
For in : -
5.1.
For in : Compute the distance between the poles and () using the relative distance between the natural frequencies of both poles and assign the result to the matrix in the position ()
Apply agglomerative hierarchical clustering taking the distance matrix as the method’s similarity measure and consider the informed threshold ()
Extract the number of clusters obtained ()
For in :
-
8.1.
If cluster has more than one pole of each order, remove all poles of each order but one, and keep the one with the damping ratio closest to the cluster’s damping ratio median
-
8.2.
Store the number of poles and each modal parameter (natural frequency, damping ratio, mode shapes and order) of the cluster
Create a histogram of the number of poles in each cluster
Extract the mean size of the clusters
Select the clusters whose size is bigger than the mean size
Create a boxplot of the frequency and of the damping ratio
Remove the outliers:
-
-
If or , remove the pole because it is a frequency outlier
-
-
If or , remove the pole because it is a damping ratio outlier
Extract the parameters that represent the clusters: mean frequency, mean damping ratio, and mean mode shape
Extract the number of global modes ()
For in :
-
16.1.
Extract the number of poles ()
-
16.2.
Create a matrix of zeros
-
16.3.
-
16.4.
Extract the minimum value of the matrix ()
-
16.5.
If :
-
16.6.
Create a matrix of zeros
-
16.7.
For in :
-
16.8.
For in :
-
16.9.
Compute the distance between the poles and according to Equation (14) and assign the result to the matrix in the position ()
-
16.10.
Apply agglomerative hierarchical clustering taking the distance matrix as the method’s similarity measure and considering the informed MAC limit ()
-
16.11.
Select the poles from the biggest cluster to represent the global mode
-
16.12.
Extract the parameters that represent the modal globe: mean frequency, mean damping ratio, and mean mode shape
|