Abstract

Damage detection of concrete structures based on finite element model and measured response parameters has been an important research topic in recent years. It is well known that test data of mechanical behavior of concrete show great scatterness. As a result, the measured response parameters of concrete structures sometimes have gross errors. The gross error is a physical quantity that is much larger than data noise, which may lead to serious distortion of calculation results. To this end, a new robust estimate method termed as the augmented inverse estimate is proposed in this work for damage detection of concrete structures to resist gross errors in data. It has the advantages of very simple programming, convenient utilization, high computational accuracy, and broad prospect of application. Central to the augmented inverse estimate are the augmentation of coefficient matrix and the multiple computations based on feedback evaluation. A reinforced concrete beam structure is used as an example to verify the proposed method. It was found that the proposed method can successfully identify the location and extent of structural damage even if the used data have gross errors.

1. Introduction

Damage in reinforced concrete structures accumulates gradually because of effects of cyclic load, circumstance erosion, material aging, and other deficiencies during their service life. Structural damage often leads to changes in the dynamic response parameters of the structure. By testing the vibration parameters and observing their changes, structural damage can be detected in a timely manner to avoid disastrous consequences. In recent decades, damage detection of concrete structures has become a key issue in the field of civil engineering. The method based on finite element model (FEM) updating [14] is one of the mainstream methods for structural damage detection, since it can simultaneously determine the locations and extents of structural damages. The basic idea of this type of method is to modify structural FEM to match the testing parameters such as natural frequencies and mode shapes. The resulting modification of the FEM will indicate the locations and extents of structural damage. Depending on the type of parameters used, the FEM updating methods can be divided into frequency based methods [513], mode shape based methods [1417], flexibility based methods [1823], displacement based methods [2426], and so on. In most cases, these FEM updating methods will come down to the solution of a system of linear equations. It is known that the ill-conditioned least-squares problems often arise in the computation process of solving the linear equations. This means that little errors in testing data may lead to very large errors in results of damage detection. To solve this problem, many researchers have used the biased estimate techniques for achieving a stable and accurate solution. For example, the singular-value-truncation (SVT) estimate [2734] is one of the most used biased estimate techniques in last decades. The key step of the SVT estimate is to ignore the smaller singular values of the coefficient matrix of the linear equations. It has been shown that the SVT estimate has certain antinoise ability and can obtain stable calculation results.

Although much progress has been made in SVT estimate, there are still several problems that need to be addressed better. The first challenge is the gross errors that may exist in the testing data. For concrete structures, the gross errors are more likely to occur due to the great scatterness of mechanical behavior of concrete. From the point of view of absolute value, the gross error is much larger than data noise. Up to now, the existing SVT estimate is powerless for gross errors. In other words, the solution of linear equations will be seriously distorted if the testing data contain a few individual gross errors. The second problem is how to fully use the particularity of damage detection to further improve the accuracy of the calculation results. For the damage detection problem, the damaged elements in the structure are often only a small minority because the actual damage usually occurs only in a few local areas. This particularity of damage detection has not been fully utilized in the previous calculation methods.

In view of the above two problems, it is very necessary to further study the new robust estimate technique for damage detection of concrete structures using the response data with gross errors. In this paper, a new robust estimate method termed as the augmented inverse estimate (AIE) is proposed for damage detection of concrete structures. Central to the proposed method are the augmentation of coefficient matrix and the multiple computations based on feedback evaluation. The proposed AIE has three main advantages. The first advantage of AIE is the ability of resisting gross errors. The AIE can determine the quantity of gross errors and eliminate the adverse effects of gross errors. The second advantage of AIE is the conciseness in theory and very simple programming, since this method only uses the matrix generalized inverse technique. The third advantage of AIE is the high computational accuracy and broad prospect of application. The AIE has a wider application range than the SVT estimate, since AIE can resist both gross errors and noise but SVT can only resist noise. If there are no gross errors in the used data, the AIE has the same antinoise ability as the SVT estimate. If there are gross errors in the used data, the AIE performs much better than the SVT estimate, since the latter will be distorted due to gross errors. In addition, the particularity of damage detection is fully utilized in the proposed AIE by removing many undamaged elements in each computation according to the feedback evaluation. This operation can significantly reduce the computational complexity and obtain more accurate damage detection results gradually.

The remainder of this paper is organized as follows: In Section 2, the damage detection equations using frequency and mode shape sensitivities are briefly reviewed. Subsequently, the SVT estimate for solving the damage detection equations is illustrated in Section 3. In Section 4, the proposed AIE technique is presented in detail to deal with both gross errors and noise. In Section 5, a reinforced concrete beam structure is employed as the numerical example to verify the proposed method. At last, the conclusions of this work are summarized in Section 6.

2. Damage Detection Equations

As stated previously, damage often leads to changes in the dynamic response parameters of the concrete structures. In this section, the damage detection equations based on vibration frequency and mode shape sensitivities are briefly reviewed. Consider a structure with degrees of freedom (DOFs), whose vibration modes can be computed by solving the following generalized eigenvalue problem:where and are the mass and stiffness matrices; and are the th eigenvalue (squares of frequency) and eigenvector (mode shape), respectively. In general, matrix is approximately constant when damage occurs. Then the first-order sensitivities of theth eigenvalue and eigenvector can be computed using the formulas presented by Fox and Kapoor [35] aswhere and are the th elemental damage parameter and stiffness matrix, respectively. Note that the computation of the eigenvector sensitivity using equation (3) is very computationally expensive, since it requires the availability of all the mode shapes of the intact structure. In view of this, the formula presented by Yang and Peng [36] is used in this paper to compute the mode shape sensitivity as

This new formula has the advantage of requiring only the knowledge of the eigenvector to be differentiated. Thus, it is efficient and convenient in programming.

Before and after damage occurs, the changes of the jth eigenvalue and eigenvector are obtained bywhere and are the th eigenvalue and eigenvector of the damaged structure; and are the corresponding changes, respectively. Using Taylor’s series expansion, the first-order approximations for and can be expressed aswhere is the total number of elements. For measured modes and measured DOFs, the first-order sensitivity equation can be written from equations (6) and (7) aswhere , , , and and are the corresponding sensitivity matrices, respectively. Combining equation (8) with (9), the damage detection equation can be obtained as

Let

Then, equation (10) can be simplified as

Finally, the elemental damage coefficients can be obtained by solving the linear equation (12). According to the resulting , the locations and extents of damage in the concrete structure can be evaluated.

3. SVT Estimate

Next, we discuss the specific methods to solve the linear equation (12). The generalized inverse technique [3740] is used in many cases to compute in equation (12); that is,where the superscript “+” denotes the Moore-Penrose generalized inverse. According to the matrix theory, the generalized inverse of a matrix can be computed by singular value decomposition (SVD) technique. The SVD of matrix can be expressed aswhere and are the orthogonal matrices, are the nonzero singular values of with . From equations (14)–(17), the generalized inverse of can be computed by

Substituting equation (18) into (13), one has

From equation (19), one can see that small singular values have greater influence on the accuracy of the solution. Thus, it is a feasible way to improve the stability of the solution by ignoring the small singular values in equation (19). This is the core idea of the SVT estimate method. Then the solution of the SVT estimate is expressed by ignoring some smaller singular values aswhere is the number of remaining singular values. The main problem existing in SVT estimate is how to choose a suitable value of the number of remaining singular values. The L-curve method [4143] will be used in this paper for choosing the number of remaining singular values. It is known that SVT estimate has the ability of resisting data noise but not the ability of resisting gross errors.

4. The Proposed AIE Method

As stated previously, there may be gross errors in the testing data due to the great scatterness of mechanical behavior of concrete. The existence of gross errors will lead to serious distortion of the results obtained by SVT estimate. In view of this, a new robust estimate method termed as the augmented inverse estimate is proposed in this section for resisting both gross errors and noise. The main innovations of the AIE method lie in the augmentation of coefficient matrix and multiple computations based on feedback evaluation. The AIE method is illustrated in detail as follows.

Firstly, each element in the observation vector is successively assumed to be the data with gross error. Without loss of generality, assuming that the element containing the gross error is , the linear equation (12) can be expressed as

Element in equation (21) cannot be used if it contains the unknown gross error. Assuming that the true value is , equation (21) should be rewritten as

The unknowns and can be synthesized into a new unknown vector by rewriting equation (22) aswhere is the augmented coefficient matrix and is the augmented unknown vector. Then the new linear equation (23) can be solved again by the SVT as described from equation (14) to equation (20). That is,

Equations (28) and (29) are the calculation formulas of AIE solution, where denotes the AIE solution of the damage parameters, and denotes the first coefficients of obtained by equation (27). According to , the possible damage locations and extents can be assessed. Equation (29) can be used to calculate the value of the gross error by , if it is necessary. Note that the above derivation process can be easily extended to the case of more than one gross error. Without loss of generality, the relevant computation formulas for the case of two gross errors are presented in the following. Assuming that the elements containing the gross errors are and , the linear equation (12) can be revised by replacing with as

As before, the unknowns , , and can be synthesized into a new unknown vector by rewriting equation (30) aswhere is the new augmented coefficient matrix, and is the new augmented unknown vector. Then the new solution is

Again, equation (33) is the calculation formula of AIE solution for the damage parameters. Equations (34) and (35) can be used to calculate the values of the gross errors by and , if it is necessary.

Finally, we discuss the multiple computations process based on feedback evaluation for the damage detection problem. In general, the perturbed elements in the FEM due to structural damages are often only a small minority. This particularity will result in the existence of a large number of coefficients close to zero in obtained by equation (28). Thus, these coefficients close to zero in should be seen as a product of data noise and they can be set to zeros to simplify equation (22) for the next recalculation. Generally, those values in which satisfy should be deemed to correspond to those undamaged elements in the structure. Then equation (23) can be further simplified for the recalculation by removing some column vectors in and coefficients in corresponding to those undamaged elements; that is,where is the remaining matrix of after removing some column vectors related to those undamaged elements and is the remaining vector of after removing the corresponding coefficients. From equation (36), the second AIE solution can be obtained again using the SVT as

The above recalculation process like equations (36) and (37) should be repeated until there are no coefficients in which satisfy , where the superscript denotes the th AIE computation. In the end, the true damaged elements can be identified according to the final AIE solution. In the above process, it is important to note that the computational complexity of each AIE computation gradually decreases, since the number of unknowns decreases gradually.

In the end, the operation steps of this method are summarized as follows:(1)Establish the FEM of the structure and compute the eigenvalue and eigenvector sensitivities using equations (2) and (4).(2)Measure the modal parameters of the damaged structure and establish the damage detection basic equation (12).(3)Use AIE method to calculate the damage parameters and possible gross errors. Repeat this operation multiple times by feedback evaluation until the true damaged elements can be identified according to the final AIE solution.

5. Numerical Validation and Comparative Study

The reinforced concrete beam shown in Figure 1 is used to verify the proposed method for damage detection. The cross section of the structure is rectangular of . The structure is divided into 32 beam elements and the length of each element is . Each node has three degrees of freedom, that is, two translational degrees of freedom and one rotational degree of freedom. The physical parameters of this structure are as follows: elasticity moduli of concrete and steel are and ; Poisson's ratio ; and density . Two damage cases are simulated: (1) element 15 has 20% stiffness reduction; (2) elements 6 and 18 both have 15% stiffness reductions. In the following computation, only the first-order vibration modal parameters are used to simulate the incomplete measurement in engineering practice. Moreover, only the data corresponding to vertical degrees of freedom of the mode shape are used in the computation because of the difficulty in measuring the rotational degrees of freedom. In addition, 2% noise is added to the simulated fundamental frequency mode to simulate the measurement error and the data at the 9th measuring point is magnified 10 times to simulate the gross error. Figure 2 presents the damage detection result using the SVT for the simulated damage case 1. One can see from Figure 2 that the SVT solution is seriously distorted, since element 15 cannot be determined to be the most possible damaged element. This means that the SVT method cannot effectively overcome the adverse effect of the gross error. Using the proposed AIE method, Figures 35 give the first, second, and third calculation results. One can see from these figures that more accurate detection results can be obtained gradually using the AIE method. From Figure 5, the satisfactory result is achieved after third AIE computations with feedback evaluations. This final assessment as shown in Figure 5 can clearly indicate that only element 15 is damaged and the calculated value of the damage parameter is . It has been shown that the proposed AIE method can effectively overcome the adverse effects of the gross error and data noise. For the second damage case, Figures 610 provide the calculation results obtained by the SVT, the first to fourth AIE, respectively. Apparently, the SVT solution shown in Figure 6 cannot indicate that elements 6 and 18 are damaged. The result again demonstrates that the SVT is powerless to resist the gross error. Using the proposed AIE method, satisfactory identification results as shown in Figure 10 can be obtained after four feedback calculations. This again demonstrates the superiority and robustness of the proposed AIE method in solving the damage detection problem under gross error pollution.

Next, the case of two gross errors is simulated to further verify the proposed method. The data at the 9th and 20th measuring points are magnified 10 and 5 times to simulate the gross errors, respectively. Figure 11 presents the damage detection result by SVT solution. It is clear that the result is not accurate due to the fact that SVT cannot overcome the adverse effects of gross errors. Using the proposed method, Figures 1215 give the damage detection results by the first to fourth AIE solutions. Apparently, the true damaged element 21 can be identified according to Figure 15. As a by-product, the calculated data at the 9th and 20th measuring points can be simultaneously obtained. The deviation ratios of the 9th and 20th data are 8.6931 and 3.1842. This means that the 9th and 20th data obviously have gross errors. This result is consistent with the hypothesis which shows that the proposed method is reasonable and feasible.

In order to compare the advantages and disadvantages of the existing singular-value-truncation algorithm (SVT) and the augmented inverse estimate (AIE), is used to describe the error degrees of damage assessment:

The error degrees of damage assessment under different methods calculated by equation (38) are shown in Table 1.

From Table 1, calculated by SVT method has a high degree of dispersion, with a maximum value of 83.9%, which occurs when element 21 is damaged. With the increase of the number of iterations, using AIE method decreases obviously. In all cases, is less than 1% by the fourth AIE. It can be seen that the AIE method has greatly improved the accuracy of the evaluation.

6. Conclusion

In this paper, a new robust estimate method termed as the augmented inverse estimate (AIE) is proposed for damage detection of concrete structures to resist gross errors in data. The proposed method has the advantages of very simple programming, convenient utilization, high computational accuracy, and broad prospect of application. Central to the augmented inverse estimate (AIE) method are the augmentation of coefficient matrix and the multiple computations based on feedback evaluation. A reinforced concrete beam structure is used to verify the proposed augmented inverse estimate method. It was found that the augmented inverse estimate (AIE) method can achieve more accurate damage detection results compared with the existing singular-value-truncation (SVT) algorithm. It may be a promising tool for solving the damage detection problem of concrete structures when the used data have gross errors. Further research on the technique can be carried out to deal with damage detection with fewer data, to compare the technique with other methods, and to verify the technique by experiment.

Data Availability

The data used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Acknowledgments

This work was supported by the National Natural Science Foundation of China (52008215); the Natural Science Foundation of Zhejiang Province, China (LQ20E080013); and the major special science and technology project (2019B10076) of “Ningbo Science and Technology Innovation 2025.”