Optimal Sensor Placement Strategy for the Identification of Local Bolted Connection Failures in Steel Structures
-
Published:2019
S. Biswal, Y. Wang, 2019. "Optimal Sensor Placement Strategy for the Identification of Local Bolted Connection Failures in Steel Structures", International Conference on Smart Infrastructure and Construction 2019 (ICSIC): Driving data-informed decision-making, MJ DeJong, JM Schooling, GMB Viggiani
Download citation file:
1 Introduction
Bolted connections with high tensile clamping forces are widely used in steel structures. However, after repetitive external forces and vibrations during the long service life of the structures, the bolted connections experience loss of preloads, i.e., becoming loosened. This may result in the failure of the entire structure. Identification of the loss in pretension is thus essential to ensure the safety of bolted connections and prevent catastrophic failures (Milanese et al. 2008).
The present project considers a steel portal frame (Figure 1) with pre-tensioned bolted connections between the beam and columns. The details about the member sections and the position and numbering of bolts where damage may occur are shown in Figure 2. It aims to use the measured acceleration time signals to identify the loss of pretension at any of the bolt locations. Damage identification algorithms in the time domain will be developed to compare the time signal between the healthy structure and the damaged structure to detect, locate and quantify the damage.
The aim of this paper is to estimate an optimal location of accelerometers where the damage is more sensitive to the measured accelerations. Sensitivity indices can be estimated using distance-based measures reported by Abhinav and Manohar (2016). For a given damage scenario, if the distance between the time signals obtained from the healthy structure and the damaged structure is larger at location 1 than at location 2, then it can be said that the response at location 1 is more sensitive to damage than response at location 2. An optimal sensor placement technique based on modal identification error is presented in Liu et al. (2015). Various types of optimization algorithms are used in Papadimitriou (2005), Guo et al. (2015), and Yuen and Kuok (2015) for estimating optimal sensor location by minimizing information entropy. A hybrid optimization technique using mean square error along with an adaptive genitive algorithm is reported in Chen et al. (2017) for determining the optimal number of sensors and their locations. An optimal sensor placement using a bond energy algorithm is presented in Lu et al. (2016). A multi-objective algorithm is used in Lin et al. (2018) for estimating multi-type sensor placement on a structure. A sensor placement strategy based on the Fisher information matrix is reported in Zhou et al. (2013), and Meo and Zumpano (2005). A review of methodologies for optimal sensor placement for health monitoring of structures are mentioned in Yi and Li (2012).
In the present study, a Markov chain Monte Carlo based modified Metropolis-Hastings algorithm reported in Zuev and Katafygiotis (2011) is used to find the optimal location of accelerometers on the steel portal frame. The objective function in the modified Metropolis-Hastings algorithm is the minimization of cumulative LB_Keogh distance between time signals obtained from the healthy structure and those obtained from the damaged structure. The LB_Keogh distance used in this study was developed by Keogh and Ratanamahatana (2005). To verify the efficiency of the proposed algorithm, it is then compared with an optimal sensor placement strategy reported in Zhou et al. (2013).
2 Methodology
2.1 LB_Keogh distance metric
Let us consider two signals in the time domain, signal 1 as ‘S’ and signal 2 as ‘R’ as shown in Figure 3. Let the time signals be accelerations measured from a modal test using an impulse hammer. Let signal ‘S’ denote acceleration measured from the healthy structure, and signal ‘R’ denote acceleration measured from the damaged structure.
Any anomaly in terms of occurrence of damage can be predicted by comparing the two signals. The Euclidean distance measure is a well-known technique for comparing two signals for any anomaly. In many ways, the Euclidean distance measure present several drawbacks like (i) it is only applicable to time series of equal length, (ii) it does not take into account outliers or noise, (iii) it is very sensitive to signal transformation like shifting, scaling in time or amplitude, time warping etc. Dynamic time warping (DTW) is a distance measure that allows non-linear alignments between two signals, thus it can be applied to time signals of different lengths and at the same time, it is less sensitive to signal transformations. The time shift between two signals (Figure 3) is efficiently handled by DTW as shown in Figure 4.
Though the superiority of DTW has long been known, most research until lately implement Euclidean distance-based measure, as it can more efficiently be calculated. As shown in Keogh and Ratanamahatana (2005), a lower bounding function can speed up the calculation from O(n2) to O(n). It is also shown that DTW with lower bounding can be much faster than Euclidean-based measure. Let us define two sequences UB and LB for a given query sequence ‘S’ such that "i, LBi ≤ Si ≤ UBi. In practice, uncertainties are embedded in measured time signals. Lower bound (LB) and upper bound (UB) can be taken as the 95% confidence bounds of the measured time signal ‘S’. Let the candidate sequence be ‘R’. Lower bounding defined in Keogh and Ratanamahatana (2005) as the square root of the squared sum of the distances from every part of the candidate sequence ‘R’ not falling within the boundary envelope of ‘S’, to the nearest orthogonal edge of the boundary envelope. The LBKoegh distance measure by Keogh and Ratanamahatana (2005), between S and R (Figure 5) is given by
2.2 Optimal sensor placement with known damage
Let the structure (here portal frame) be divided into N-1 number of elements, such that there are N number of nodes. Let m be the number of accelerometers available for the test. The objective of the study is to find the optimal location of accelerometers on the structure. The accelerometers at the optimal locations maximize the LB_Keogh distance between the query sequence measured from the healthy structure and the candidate signal measured from the damaged structure. However, uncertainties are always present in the measurements due to gauge sensitivity, calibration error, quality of data, errors in recording, transmitting and manipulating recorded data. Uncertainties in the measured time signals are propagated to the estimated output data. Hence it is necessary to consider the uncertainties in the measured time signals while estimating the optimal location of the sensors. Let Xm×1 be a random vector of size m×1 with probability density function π, the element of which represents the node number at which an accelerometer is fixed on the structure. X is defined as Xi ∼ Uint[1,Nn], where i = 1...m.
Let Zu be the vector of accelerations measured on the undamaged structure at ‘X’ locations, and Zd be the vector of accelerations measured on the damaged structure at ‘X’ locations for a given damage scenario. Modified Metropolis-Hastings algorithm by Zuev and Katafygiotis (2011) is used in this study to simulate samples from the target density π(X|Of), where Of is the objective function. In this study, the objective function Of is defined as the maximization of the cumulative LBKeogh distance (CLBKeogh) for every measured acceleration data. Using MMH algorithm separate Markov chains are run for every element of X, and a Markov chain is moved from j – 1th position to jth position if CLBKeogh calculated at jth simulation step is larger than CLBKeogh at j – 1th simulation step. Markov chains are run till convergence is achieved or the assigned number of samples are covered. For the completeness, the steps of MMH algorithm are explained below.
[1] Initialize X as .
[2] For j = 1 ...Nsamp, where Nsamp is the number of samples considered in the MMH algorithm
For i = 1...m
Simulate from the proposal density
Accept with probability , and set
Or reject with probability , and set
Return i
Find LB_Koegh distance measure for each acceleration time signal between the damaged structure and the healthy structure, and then add them to get the cumulative LB_Keogh distance measure CLB_Keogh (X) and CLB_Keogh (Xj – 1). LB_Keogh distance measures are also calculated across the measurement points (that represents cross-correlation between different measured signals) at a given step of the Markov chain, and then added to the CLB_Keogh obtained at the corresponding step of Markov chain.
Accept X by setting Xj = X if CLB_Keogh (X) > CLB_Keogh (Xj – 1).
Or reject X by setting Xj = Xj – 1
Return j
The acceptance probability is given by
where p (•|•) is the prior probability.
2.3 Optimal sensor placement with uncertain damage
For condition assessment and damage identification of structures on site, the prior location of damage and extent of damage are not known. To estimate the optimal location of sensors, in this case, CLBKeogh is calculated for every damage case. A Markov chain is moved from j – 1th position to jth position if for every damage case k (k = 1....Nd), CLB_Keogh calculated for damage case k at jth simulation step is larger than CLBKeogh at j – 1th simulation step for the same damage case k. If the number of damage cases Nd is large, it may result in a large number of samples in the Markov chain simulation getting rejected. To avoid a large number of rejections, a Markov chain is allowed to move to the next position if for Ndr number of damage cases (where, Ndr < Nd) CLB_Keogh jth simulation step is larger than CLB_Keogh at j – 1th simulation step. Ndr can be chosen (Mourad et al., 2012) such that P(Ndr ≤ ndr| Nd) > 1 – q for any q lying between 0 and 1. The probability P(Ndr ≤ ndr|Nd) can be derived using discrete binomial distribution as , where p is the probability of CLB_Keogh calculated for a damage case k at jth simulation step being larger than CLB_Keogh at j – 1th simulation step for the same damage case.
2.4 Optimal position of impulse hammer
For identifying modal parameters of a structure using an impulse hammer and accelerometers, the impulse needs to be applied at each location where accelerometers are fixed. An impulse hammer is usually used to excite the structure. When modal frequencies are only of concern, the impulse should be applied at a position, such that a maximum number of consecutive modes get excited. In this study, the position of the hammer is chosen so that it will maximize CLB_Keogh for accelerations measured at a given set of locations. The position of the hammer is also taken as a random variable (Uniform random integer varying between 1 to the total number of nodes taken for the given structure). A separate Markov chain is added to the MMH algorithm mentioned in the previous section, keeping the objective function the same as before.
3 Numerical simulation
3.1 Finite element model of a steel portal frame
Opensees by Mazzoni et al. (2009) and Mckenna F et al. (2009), is used in this study for finite element modelling of the steel frame. A total of 50 nodes are assigned to the finite element model as shown in Figure 6, 14 each on the columns and 22 on the beam excluding the two nodes shared with the two columns. The number of nodes in beam and columns is chosen such that the minimum distance between two nodes (that represent minimum distance between two accelerometers) is greater than 100 mm.
Beam and columns are modelled using ‘elasticBeamColumn’ elements. Bolts with numbers one to eight as shown in Figure 7 are modelled using a set of springs consisting of (i) one ‘zeroLength’ element along the length of beam, (ii) one ‘zeroLength’ element along the depth of beam, and (iii) one ‘zeroLength’ element along the rotation about the transverse axis.
As shown in Figure 8, three coincident lines are used for representing the gusset angle at the centre of beam and beam at two levels of bolts. The bolts in the beam are then connected to the gusset angle using zero length spring-damper elements in Opensees. Loosening of the bolt at a particular position will result in a change in stiffness and damping coefficient of the spring-damper element. The actual change in stiffness and damping coefficient can be identified using finite element model updating, and a future study is undergoing focussing that aspect. The ‘zeroLength’ elements are assigned with ‘Elastic’ and ‘Viscous’ properties to represent three spring mass damper systems for providing restraints along the length, depth and rotation degrees of freedom. The stiffness and viscous properties of the spring damper system are taken as random variables. In the present study a quantitative loosening of a bolt is simulated by changing the spring stiffness by 90%, and at the same time keeping the damping constant as constant. It is understood that the loosening of the bolt will affect both stiffness and damping coefficient of the spring-damper system. However, for introducing small damage only the spring stiffness has been changed in the present study.
4 Results
4.1 Estimated optimal sensor location with known damage
In this study four damage cases are considered (i) case 1: bolt 1 is fully loosened, (ii) case 2: bolts 1, 2, and 3 are fully loosened, (iii) case 3: bolts 1, 2, 5 and 6 are fully loosened, and (iv) case 4: bolts 1, 3, 5 and 7 are fully loosened. The optimal location of accelerometers and position of impulse hammer for damage case 1 to damage case 4 are shown in Figure 9 to Figure 12. Here the damage case was known a-priori and the only unknowns were the position of hammer and location of accelerometers.
Optimal location of accelerometers and hammer when bolt 1 is loosened
Optimal location of accelerometers and hammer when bolts 1, 2 and 3 are loosened
Optimal location of accelerometers and hammer when bolts 1, 2 and 3 are loosened
Optimal location of accelerometers and hammer when bolts 1, 3, 5 and 7 are loosened
Optimal location of accelerometers and hammer when bolts 1, 3, 5 and 7 are loosened
Optimal location of accelerometers and hammer when bolts 1, 2, 5 and 6 are loosened
Optimal location of accelerometers and hammer when bolts 1, 2, 5 and 6 are loosened
4.2 Estimated optimal sensor location with unknown damage
When the damage is not known a-priori, the estimated optimal location of impulse hammer and accelerometers are shown in Figure 13. A summary of the location of the impulse hammer and accelerometers for various damage cases are given in Table 1.
Optimal location of accelerometers and hammer with uncertain locations of loosened bolts
Optimal location of accelerometers and hammer with uncertain locations of loosened bolts
Optimal location of accelerometers and hammer by the proposed method
| Damage case | Accelerometer locations | Hammer location |
|---|---|---|
| Bolt 1 loosened | 6. 18. 22, 27, 28. 30 | 30 |
| Bolts 1, 2, 5 & 6 loosened | 22. 27,31,35.40. 49 | 22 |
| Bolts 1, 3, 5 & 7 loosened | 12. 20, 22, 25,31.48 | 20 |
| Bolts 1, 2 & 3 loosened | 10. 18, 19, 28, 30.31 | 30 |
| Random location of bolt loosened | 3, 19. 23,26, 30.31 | 21 |
| Damage case | Accelerometer locations | Hammer location |
|---|---|---|
| Bolt 1 loosened | 6. 18. 22, 27, 28. 30 | 30 |
| Bolts 1, 2, 5 & 6 loosened | 22. 27,31,35.40. 49 | 22 |
| Bolts 1, 3, 5 & 7 loosened | 12. 20, 22, 25,31.48 | 20 |
| Bolts 1, 2 & 3 loosened | 10. 18, 19, 28, 30.31 | 30 |
| Random location of bolt loosened | 3, 19. 23,26, 30.31 | 21 |
4.3 Comparison with a state-of-the-art method
The estimated optimal sensor locations are then compared with the optimal sensor locations obtained by Zhou et al. (2013). The optimal location of accelerometers obtained using Zhou et al. (2013) are shown in Figure 14. To compare the efficiency of the proposed optimal location, the total effect of damage on the acceleration time signals are calculated by L2-norm based distance measure as given in Abhinav and Manohar (2016). Greater the value of total effect, higher will be the sensitivity of damage to the output acceleration time signals. The comparison of the estimated total effect for different damage cases given the sensor locations by the proposed method and by Zhou et al. (2013) is given in Table 2. From Table 2, it is clear that for damage case 3, when bolts 1, 3, 5 and 7 are loosened, the total effect of the damage on the accelerations measured at the locations obtained by proposed algorithm, and the locations obtained by Zhou et al. (2013) have identical values. However, in all other three damage cases, the total effect for the proposed method is higher than the total effect for the optimal locations obtained using Zhou et al. (2013). The distances measures estimated by the proposed method are at an average of 30% larger than the distances estimated by Zhou et al. (2013). That means the accelerations measured at the proposed optimal locations are more sensitive to damage.
Accelerometer locations based on damage measurability by Zhou et al. (2013)
Comparison of the proposed method to damage measurability by Zhou et al. (2013)
| Damage case | Total effect of damage case to acceleration signals by the proposed method | Total effect of damage case to acceleration signals by Zhou et al (2013) |
|---|---|---|
| Bolt 1 loosened | 2429 | 1977 |
| Bolts 1, 2, 5 & 6 loosened | 2349 | 1730 |
| Bolts 1, 3, 5 & 7 loosened | 2580 | 2580 |
| Bolts 1, 2 & 3 loosened | 3268 | 2622 |
| Damage case | Total effect of damage case to acceleration signals by the proposed method | Total effect of damage case to acceleration signals by Zhou et al (2013) |
|---|---|---|
| Bolt 1 loosened | 2429 | 1977 |
| Bolts 1, 2, 5 & 6 loosened | 2349 | 1730 |
| Bolts 1, 3, 5 & 7 loosened | 2580 | 2580 |
| Bolts 1, 2 & 3 loosened | 3268 | 2622 |
5 Conclusion
This study used a modified Metropolis-Hasting algorithm to determine the optimal location of accelerometers as well as the impact hammer on a portal frame. Optimal sensor locations are estimated for four damage cases when the damage locations and severities are known, and for another case when the location of damage is not known a-priori. To compare the efficiency of the proposed algorithm with that of a state-of-the-art method, the total effect of the damage on the accelerations at the optimal locations are calculated. Based on the results, it is clear that the acceleration time signals at the proposed optimal locations are more sensitive to damage than the existing method.
6 Acknowledgements
The authors would like to acknowledge Engineering and Physical Sciences Research Council, UK Research and Innovation, for the financial support with Grant Reference Number: EP/R021090/1.














