Abstract
Soil–structure interaction is a key aspect to take into account when simulating the response of civil engineering structures subjected to dynamic actions. To this end, and due to its simplicity and ease of implementation, the dynamic Winkler model has been widely used in practical engineering applications. In this model, soil–structure interaction is simulated by means of spring–damper elements. A crucial point to guarantee the adequate performance of the approach is to accurately estimate the constitutive parameters of these elements. To this aim, this article proposes the application of a recently developed parameter identification method to address such problem. In essence, the parameter identification problem is transformed into an optimization problem, so that the parameters of the dynamic Winkler model are estimated by minimizing the relative differences between the numerical and experimental modal properties of the overall soil–structure system. A recent and efficient hybrid algorithm, based on the combination of the unscented Kalman filter and multi-objective harmony search algorithms, is satisfactorily implemented to solve the optimization problem. The performance of this proposal is then validated via its implementation in a real case-study involving an integral footbridge.
Keywords
Introduction
Soil–structure interaction (SSI) is an important aspect to consider in civil engineering structures in order to mimic accurately their behaviour via numerical models (Tabatabaiefar et al., 2016). One of the most widely used SSI models is the static Winkler model (Hirai, 2011), where the SSI phenomenon is simulated via the implementation of spring elements, whose behaviour is characterized by a stiffness coefficient. When dynamic actions come into play, it is necessary to implement a dynamic Winkler model (Allotey and El Naggar, 2008), where the SSI is simulated via spring–dampers elements, whose behaviour is characterized by both stiffness and damping coefficients. However, both the static and dynamic Winkler models present a clear limitation for their practical engineering application: the need to accurately estimate the value of the above constitutive parameters (stiffness/damping coefficients) that resemble the actual SSI. In fact, this parameter identification is not a straightforward issue since it involves testing jointly both systems: the soil and the structure.
In order to address such parameter identification problem, two sets of methods have been traditionally employed. In the first type of methods, the SSI phenomenon is characterized via the use of numerical models whose constitutive laws are previously determined via either laboratory (Drnevich et al., 1978) or field tests (Badsar et al., 2010; Campanella and Stewart, 1992; Cheng and Leong, 2018; Karl et al., 2006; Lai and Rix, 1998; Lee et al., 2016). Among the different methods, the so-called mixed finite element (FE)–boundary element (BE) method has been widely implemented (Alamo et al., 2016; Yazdchi et al., 1999). In this approach, the FE method, used to simulate the structure, and the BE method, employed to model the soil, are coupled by imposing compatibility and equilibrium equations at the soil–structure interphase. Although these methods constitute a valid attempt to simulate numerically the SSI phenomenon, they present three main limitations that discourage their use for practical engineering applications, namely: (1) the constitutive laws of the soil are estimated without taking into account the SSI phenomenon; (2) the results rely strongly on such constitutive laws; and (3) they are somehow complex to be implemented by practitioner engineers.
In order to overcome these limitations, a second type of methods emerged that also combined numerical and experimental techniques, although with a different perspective: the parameters that characterize the SSI phenomenon are estimated via the implementation of some kind of parameter identification algorithm. Among these identification algorithms, the so-called estimators have been extensively employed. Within these estimators, the maximum likelihood method has been widely adopted, due to its ease of implementation and good balance between computational cost and accuracy. This method transforms the parameter identification problem into an optimization problem, in which the parameters to be estimated are determined via the minimization of an objective function, defined in terms of the relative differences between some numerical and experimental data that reflect the behaviour of the soil–structure system. According to the best of the authors’ knowledge, the first examples of this approach were reported by Maier and Gioda (1982) and Arai et al. (1984). In both studies, a gradient-based algorithm was considered as optimization method. Subsequently, Gens et al. (1996) used the Levenberg–Marquardt algorithm to solve the parameter identification problem during a tunnel excavation work. The main limitation of these methods is the local character of the optimization algorithm: local optimizers present a high risk of convergence to a local minimum and are highly dependent on the initial value of the design parameters.
Subsequently, in order to overcome these limitations, global optimization algorithms were considered to solve the parameter identification problem in geotechnical applications (Ledesma et al., 1996a, 1996b). Due to their good convergence and effectiveness to solve nonlinear problems, genetic algorithms have been widely used to this end (Srinivas and Deb, 1994). However, the use of genetic algorithms presents an important drawback: the high simulation time required to perform the optimization process for complex structures. For this reason, during the last 25 years, great efforts have been devoted to propose and implement alternative global optimizers that reduce the simulation time without comprising the accuracy of the solution.
However, when it becomes mandatory to take into account the stochastic character of either the soil or the structural system, another kind of identification methods is required, which involve estimators that filter the uncertainty associated with the stochastic nature of the constitutive parameters. Estimators based on the so-called Kalman filter (KF) have clearly imposed to this end (Kalman, 1960). The KF estimates the parameters of a linear system by considering statistical white noise of the experimental data. Thus, the mean and covariance of the parameters of the SSI model are estimated iteratively in two steps (prediction and correction) in order to minimize the estimation error, and, therefore, achieve an unbiased true estimation of the parameters of the model. As the use of the KF was limited to linear systems, a new algorithm – the extended Kalman filter (EKF) – was later developed to address the parameter identification problem for nonlinear systems (Jazwinski, 1970). The EKF algorithm is based on the local linearization of the nonlinear system and the subsequent application of the KF algorithm on the resulting linearized system. However, the performance of this algorithm is reduced as the nonlinear character of the system increases. In such case, a new enhanced version of the KF was proposed: the unscented Kalman filter (UKF). In this method, no linearization of the system is required, so that, instead, Gaussian behaviour of the system is assumed (Julier and Uhlmann, 1997). Thus, the covariance of the estimation process is determined from the propagation of a set of sample points through the nonlinear system. Thus, the UKF algorithm allows computing more accurately the mean and covariance of the estimated parameters than the EKF algorithm (up to the second order of the Taylor series expansion of the nonlinear function and up to the third order for Gaussian inputs) (Nguyen and Nestorović, 2015). However, these algorithms, based on KF, are local optimizers, and therefore may fail when finding the global optimum of functions with several extreme values.
For these reasons, the current trend to overcome all the above-mentioned limitations and reduce computational cost is to solve the parameter identification problem using hybrid algorithms that take advantage of the virtues of both local and global optimizers. For instance, a hybrid UKF-simulated annealing algorithm was proposed by Astroza et al. (2016) that allowed reducing the simulation time when compared to the sole implementation of the simulated annealing algorithm. More recently, Naranjo-Perez et al. (2020) proposed a hybrid UKF–harmony search (HS) algorithm for the FE model updating of complex civil engineering structures. This hybrid algorithm combined the virtues of two individual algorithms as follows: (1) the (local) UKF algorithm, which reduces the uncertainty associated with the parameter identification based on experimental data; and (2) the (global) HS algorithm (Geem et al., 2001), which reduces significantly simulation times when compared to other classical metaheuristic algorithms (Jiménez-Alonso et al., 2017).
In this article, the UKF–HS algorithm is extended to consider a more general multi-objective approach (UKF–MHS), and it is further implemented to solve the parameter identification problem associated with the experimental identification of the dynamic Winkler model parameters. The parameter identification problem is herein formulated based on the FE model updating method under the maximum likelihood approach (Mottershead et al., 2011). In this manner, the parameter identification problem is transformed into a multi-objective optimization problem (Marwala, 2010), with the objective functions defined in terms of the relative differences (residuals) between the numerical and experimental modal properties of the SSI system. In particular, three types of residuals are next considered as follows: (1) residuals based on the natural frequencies; (2) residuals based on the damping ratios; and (3) residuals based on the vibration modes. Therefore, the aim of the resulting optimization problem focuses on minimizing the value of the objective functions via the modification of some pre-selected physical parameters of the structure. The solution of this optimization problem provides a point estimation of the value of such physical parameters. In this process, the numerical modal properties of the soil–structure system are obtained via the FE method, while its experimental modal properties are identified via the signal processing of its response recorded during either a forced vibration (Maia et al., 1997) or an ambient vibration test (Magalhães and Cunha, 2011).
Thus, the following three are the main aspects that characterize the proposed parameter identification method:
It is a model-based identification method, so that the solution of the parameter identification problem involves the solution of an FE model updating problem.
The identification of the parameters defining the dynamic Winkler model is performed indirectly, by inferring them from the analysis of the overall experimental behaviour of the soil–structure system.
A hybrid UKF–MHS algorithm is implemented to efficiently perform the parameter identification process.
Finally, the performance of this parameter identification method has been validated via its implementation in a real case study. Concretely, a real steel–concrete composite integral footbridge has been considered to conduct the parameter identification of the dynamic Winkler model. The selection of this structural type is based on the high influence of the SSI phenomenon on the dynamic behaviour of integral bridges (Rodriguez et al., 2011).
This article is organized as follows. First, some basics about the use of dynamic Winkler models to numerically simulate the SSI phenomenon in civil engineering structures are presented. Subsequently, the parameter identification problem of the dynamic Winkler model is formulated in terms of a multi-objective optimization problem. Next, the performance of the proposed method is validated via its implementation for a real steel–concrete composite integral footbridge. Finally, some concluding remarks are drawn to close this article.
SSI under the dynamic Winkler model
An adequate simulation of the SSI is a basic aspect for the accurate estimation of the response of the civil engineering structure under dynamic actions (Tabatabaiefar et al., 2016). The SSI phenomenon depends clearly on the type of foundation. Two extreme cases are normally considered to simulate the behaviour of these foundations, the so-called: (1) direct and (2) deep foundations.
Direct foundations are usually rigid massive structures. Direct foundations may be modelled as an equivalent spring–damper element (Gazetas, 1991). The dynamic stiffness and damping coefficient of this element may be determined in terms of the amplitude of the vibration level of the structure. For low vibration levels, which are assumed herein, the SSI phenomenon on direct foundation may be simulated adequately considering only the stiffness component.
Thus, the value of the equivalent stiffness of an embedded direct foundation, either
where
Deep foundations are slender flexible structures whose structural behaviour depends mainly on their length. The following two types of models have been usually used to analyse the SSI phenomenon in the case of deep foundations: (1) spring models and (2) spring–dampers models.
On one hand, the spring models present as main assumption a fully coupling between the soil and the deep foundation. According to this model, the effect of the soil adjacent to the deep foundation is simulated by several spring elements located along the deep foundation. The response of these spring models have been usually obtained via either approximate solutions (Novak, 1974; Tajimi, 1966) or numerical methods, such as the FE or the BE method (Alamo et al., 2016).
On the other hand, the spring–damper models, in which the effect of the soil adjacent to the deep foundation is simulated by several spring–damper elements located along its length. These second models have been widely used to simulate the SSI phenomenon of civil engineering structure for practical engineering applications due to the well-balanced equilibrium between their complexity and the accurate of the results provided. Among the different spring–damper models, the dynamic Winkler model has been considered herein.
According to this model, the stiffness of each spring–damper element,
where
In addition, the damping coefficient of each spring–damper element, c (sN/m), may be determined via the sum of two energy dissipation mechanisms (Gazetas and Dobry, 1984) as follows: (1) hysteretic damping and (2) radiation damping
The hysteretic damping,
where
Similarly, the radiation damping coefficient,
where
Finally, it is necessary to remark that herein the contribution of the hysteretic damping coefficient,
Parameter identification method of dynamic systems using a hybridUKF–MHS algorithm
Parameter identification problem consists in estimating the constitutive parameters of a system by considering both the actual measurements of its real response and the predictions provided by a dynamic numerical model which simulates its behaviour. Thus, the objective of the parameter identification problem is to infer the value of these constitutive parameters which minimizes the difference between the numerical and experimental behaviour of the system. For this reason, the parameter identification problem may be also referred as an inverse problem.
There are several methods to simulate numerically the response of the system during the parameter identification process. Among these methods, FE analysis has been widely used to model numerically the response of civil engineering structures. If the parameter identification method is based on an FE model, the solution of this parameter identification problem implies the updating of the corresponding FE model. Thus, this parameter identification problem may be transformed into an FE model updating problem (Marwala, 2010).
FE model updating of civil engineering structures for practical engineering applications is usually solved using some type of estimators. Estimators can be classified into two general groups (Chen, 2003; Rao et al., 2007) as follows: (1) point estimators and (2) interval estimators. The first type returns a single value of each considered parameter and the second type returns an interval of possible values of each considered parameter. The maximum likelihood method, a point estimator, has been considered herein to perform this problem due to its efficiency and accuracy in the solution of the updating problem (Jiménez-Alonso et al., 2017).
According to this method, the FE model updating problem may be formulated as a multi-objective optimization problem (Mottershead et al., 2011). Thus, the objective of this problem is to minimize the value of the different terms of the objective function via the modification of some pre-selected physical parameters of the model (considered as design variables). This objective function is defined in terms of the relative differences between the numerical and experimental modal properties of the structure. Computational intelligence algorithms are normally considered to solve this optimization problem (Marwala, 2010). However, these computational algorithms present the following two clear limitations: (1) they elapse a high simulation time when the complexity of the FE model increases; and (2) they are not able to deal with the uncertainty associated with the experimental modal properties of the system.
In order to overcome these limitations, hybrid algorithms are normally employed. Among these algorithms, a recent proposal – the UKF–MHS algorithm (Naranjo-Perez et al., 2020) – has been considered herein due to its great efficiency and accuracy to solve the FE model updating problem of complex civil engineering structures.
As result of the optimization process, the so-called Pareto front is obtained. The Pareto front shows the set of possible solutions of the optimization problem. Subsequently, a decision-making problem must be solved to select the best solution among all the elements of the Pareto front. The criterion provided by Jin et al. (2014) has been considered herein to cope with this decision-making problem.
In next sections, the proposed parameter identification method is described in detail. First, the formulation of the parameter identification problem as a multi-objective optimization problem has been presented. Subsequently, a theoretical background of the MHS and the UKF algorithms has been included. Finally, the proposed hybrid UKF–MHS algorithm has been described briefly.
Formulation of the parameter identification problem
As it has been mentioned above, the parameter identification problem may be formulated as a multi-objective optimization problem. The formulation of this problem may be expressed as follows
where
The three residuals may be determined in terms of the relative differences between the numerical and experimental modal properties of the structure as follows
where
where
MHS algorithm
The HS algorithm is a global metaheuristic algorithm inspired by the mental process for the creation of musical harmony (Geem et al., 2001). The aim of the algorithm is to find the global minimum of a previously defined objective function by modifying a set of design variables (physical parameters) of a numerical model. The HS algorithm has been implemented successfully for several practical engineering applications (Yang and Koziel, 2011). This algorithm has shown a great effectiveness (a reduced simulation time without compromising the accuracy) in comparison with other conventional metaheuristic algorithms when it is implemented to solve nonlinear optimization problems (Wang et al., 2015). The operating rules of this algorithm are similar to the ones which govern the performance of other conventional metaheuristic algorithms, such as genetic algorithms. However, in this case, the complexity of the numerical operations employed to control the evolution of the algorithm has been reduced to improve its performance. Despite the great effectiveness of this algorithm, it has been rarely applied, to the best of the authors’ knowledge, for the parameter identification of systems based on the FE model updating method. The MHS algorithm is an extension of the previous algorithm which allows minimizing more than one objective function.
The MHS algorithm consists of the following steps:
The harmony matrix,
New harmonies are improvised. This step consists in generating a new set of harmonies (parameter vectors) based on: (a) memory considerations, (b) randomization and (c) pitch adjustments. According to this, each parameter can adopt a value from a previous value in the harmony matrix,
The new solutions and the previous solutions in the harmony matrix
These steps are repeated iteratively until a stop criterion is reached.
Thus, Figure 1 shows the flow chart of the MHS algorithm.

Flow chart of the MHS algorithm.
UKF
The UKF algorithm is a derivative free estimator for nonlinear systems. This algorithm belongs to the class of filters named sigma points Kalman filters (Julier and Uhlmann, 1997). Its implementation as parameter estimator was proposed by Wan and Van Der Merwe (2000) and Wan et al. (1999).
The parameter identification can be addressed as
where
Both types of noise are assumed to be white Gaussian with zero mean and uncorrelated covariance matrices
The UKF algorithm addresses the nonlinear estimation by considering
The
where
As a particular case of the KF, the square root UKF consists of two steps as follows: (1) the prediction step and (2) the correction (update) step.
First, the prediction step is conducted based on the prior model to assess the sigma points and predict the estimates of the estimation error covariance,
where
A
Subsequently, the correction step uses both the measurements,
Initial step:
Main loop:
Prediction step:
Calculate the
Correction (update) step:
The hybrid UKF–MHS algorithm
The hybrid UKF–MHS algorithm is a local–global optimization algorithm which takes advantage of the virtues of the two well-known optimization algorithms to reduce the simulation time of the optimization process without compromising the accuracy of the solutions provided (Naranjo-Pérez et al., 2020).
The general layout of this algorithm is shown in Figure 2 and it may be summarized as follows: (1) the MHS algorithm proposes a set of candidate values for the parameters; (2) for each candidate value, the UKF algorithm obtains the value of

Flow chart of the hybrid UKF–MHS algorithm (Naranjo-Perez et al., 2020).
Application example: parameter identification of the dynamic Winkler model of a real integral footbridge
Description of the structure and preliminary finite element model
As benchmark structure, a real integral footbridge located at Paradas (Seville, Spain) has been considered herein (Figure 3(a)). The footbridge is a steel–concrete composite integral structure with a single span of 12 m of length. The cross-section of the structure consists in a steel–concrete composite box girder formed by a steel box girder of 0.40 m of depth and a concrete slab of 0.2 × 2.5 m2. The two abutments are supported on four micropiles with a diameter,

Lateral view of Paradas footbridge (Seville, Spain): (a) graphical representation and (b) footbridge in its current state.
A preliminary FE model of the footbridge was built using the FE analysis package Ansys (2019). The concrete slab, the steel box girder, the handrailing and the micropiles were modelled by three-dimensional (3D) beam elements (BEAM188). The mesh consists of 0.25 m long elements for the concrete slab and the steel box girder and 0.50 m long for the handrailing and the micropiles. The SSI has been simulated by one-dimensional (1D) spring–damper elements (COMBIN14) according to the model proposed by Krizek (2011) for this type of structure. A spring–damper element was placed at each node of the different micropiles. The tip of each micropile was assumed to be simply supported. The FE model of the overall structure is shown in Figure 4(c).

Numerical models considered in this study: (a) geometric definition of the direct foundation of each abutment, (b) dynamic Winkler model for modelling the soil–pile interaction, (c) overall view of the FE model of the Paradas footbridge and (d) detail of the FE model showing the concrete–slab, steel box girder, abutment (as a massive node), handrailing and micropiles.
The mechanical properties of both the concrete and the steel were established according to the Eurocode 4 (1994). For the steel, density,
According to the geotechnical report of the design project, the vertical profile of the soil was characterized by: (1) a first backfill material layer about 5 m of thickness and (2) a subsequent clay layer. The abutments were embedded around 0.9 m in the soil. The following mechanical properties were assumed for the simulation of the SSI phenomenon (according to the recommendations of the geotechnical report): (1) for the backfill material, density,
The SSI phenomenon was simulated considering the following two interaction submodels: (1) the soil–abutment interaction (direct foundation) and (2) the soil–pile interaction (deep foundation). The soil–abutment interaction was simulated by six spring elements (three translations and three rotations) in each abutment. The stiffness of these springs has been calculated using equations (1) to (12) according to the proposal of Gazetas (1991). In addition, each abutment was modelled by a massive node which simulated its mechanical properties (Figure 4(a) and (d)).
The soil–pile interaction was simulated via the dynamic Winkler model (Figure 4(b)). The equivalent spring–damper elements were placed along the length of the pile. Thus, the stiffness, k, of each spring–damper element was computed using equation (13) and the damping, c, of each spring–damper element was computed using equation (16) which relates this magnitude with the mechanical properties of the soil.
Subsequently, a numerical FE damped modal analysis was performed in order to obtain the modal properties of the footbridge. As result of this analysis, Table 1 shows the first three numerical natural frequencies of the footbridge,
Numerical,

(a) Layout of the ambient vibration test and (b) Numerical (
Ambient vibration test, operational modal analysis and parameter identification
Subsequently, the modal properties of the footbridge were identified experimentally via the signal processing of the measures recorded during an ambient vibration test. In this experimental test, the response of the structure under ambient vibration was recorded at different points. Concretely, a gridline with 2 × 7 points was instrumented. The points were separated longitudinally 2 m and transversally 2.5 m. Three high sensitive triaxial force-balanced accelerometers (Kinemetrics EpiSensor ES-T) were used during this ambient test. Two of these devices were considered as references, at two fixed locations, and the other accelerometer was moving to the defined points (Figure 5(a)). Twelve set-ups, with a duration of 600 s and a sampling frequency of 100 Hz, were performed.
The experimental identification of the modal properties was conducted in time domain using the unweighted principal component-Merge algorithm, as it is implemented in the software Artemis (2016). This identification method, framed within the stochastic subspace identification method (Magalhães and Cunha, 2011), merges the records of the different set-ups which allows improving the estimates of the experimental modal properties of the footbridge (Döhler et al., 2010). The three first identified natural frequencies,
In order to determine the correlation between the numerical and experimental modal properties of this footbridge, the relative differences between natural frequencies,
Thus, Table 1 shows a bad correlation between the numerical and experimental modal properties of the footbridge: (1) the relative difference between the second numerical and experimental natural frequency,
Hence, the value of the physical parameters of the FE model originally considered to simulate numerically the dynamic behaviour of the footbridge is not adequate, and a parameter identification method must be used to improve the performance of this numerical model.
In this manner, the above-mentioned parameter identification method was implemented in the mathematical package MATLAB (R2019a, n.d.) to perform the identification process. As one of the main factors, which may have a greater influence on the dynamic behaviour of the structure, is the SSI phenomenon, the parameter identification method focused on the parameter identification of the dynamic Winkler model.
Thus, the main objective of this identification process is to estimate the value of the most relevant physical parameters of the numerical model which minimizes the relative differences between the numerical and experimental modal properties of the footbridge. In order to select these parameters, two criteria were considered as follows: (1) to consider those physical parameters which mobilize more modal strain energy (Fox and Kapoor, 1968); and (2) to take into account those parameters which characterize the SSI phenomenon. As a result of this selection process, a vector of six parameters,
In addition, a search domain has been established in order to avoid ill-conditioning problems and to ensure that the estimative of these parameters maintains an adequate physical meaning. In this sense, the following three facts must be remarked: (1) the upper bound of Young’s modulus of the steel is strangely high because the stiffeners and diaphragms have been modelled in a simplified way, only an equivalent added mass has been included for this purpose; (2) the lower and the upper bounds of the search domain of the parameters which characterize the behaviour of the soil have been established according to the recommendations of the European standards (Eurocode 7, 2004); and (3) the upper bound of Young’s modulus of the backfill was increased in order to simulate the effect of the dynamic compaction on this layer.
The lower,
Bounds (lower,
An initial population of 40 harmonies (parameter vectors) were generated. For each harmony,
In each iteration, a new set of 20 individuals (harmonies) was created. For each harmony, the UKF algorithm calculates
Finally, a decision-making problem was solved to select the best solution among the different elements of the Pareto front. As it was mentioned above, the criterion provided by Jin et al. (2014) has been considered herein. Thus, the point estimation,
Once the identification process was finished, it was possible to estimate the value of the parameters of the dynamic Winkler model. Thus, the parameter of the spring–damper elements for each layer may be estimated as follows: (1) for the backfill layer,
Thus, the adequate performance of the proposed identification method is supported by the following three facts:
The good correlation between the numerically updated and experimental modal properties of the footbridge that follows the identification process: the relative differences,
The good agreement observed between the parameters of the dynamic Winkler model provided by this proposal and the values recommended by European standards (Eurocode 7, 2004).
The good correlation between the damping coefficient of the soil obtained by this identification method and the values reported by other studies in the literature (Hashash and Park, 2001).
Finally, one additional conclusion can be drawn from this study: the importance of considering the SSI phenomenon in the modelling of integral bridges. As Table 3 illustrates, the experimental damping ratios associated with the three identified vibration modes are greater than the values recommended by international guidelines (Butz et al., 2007). Therefore, the adequate characterization of the dynamic Winkler model plays a key role when simulating the actual behaviour of this type of civil engineering structures.
Updated,
Conclusion
In this article, the experimental identification of the parameters of the dynamic Winkler SSI model (stiffness and damping coefficients) has been addressed based on the extension of a recently developed hybrid UKF–MHS algorithm. Implementation details of the proposed approach have been discussed in detail, and its performance has been illustrated via a real engineering case study. According to this proposal, the parameter identification problem is transformed successively into two problems as follows: (1) an FE model updating problem and (2) a multi-objective optimization problem.
In this manner, the parameter identification problem has been formulated in terms of a multi-objective optimization problem, where the objective function to be minimized is defined in terms of the relative differences (residuals) between the numerical and experimental modal properties of the soil–structure system. To this end, the following three types of residuals have been considered: (1) residuals associated with the natural frequencies; (2) residuals associated with the damping ratios; and (3) residuals associated with the vibration modes. The numerical behaviour of the system has been simulated using the FE method, while its experimental modal properties have been identified via the signal processing of the dynamic response of the structure recorded during an experimental vibration test. As design variables, the most relevant physical parameters of the structure were adopted. The optimization has been conducted using a hybrid UKF–MHS algorithm.
The performance of the method has been validated via its application to a real steel–concrete composite integral footbridge, for which the parameters of the dynamic Winkler model have been identified experimentally. The obtained results illustrate the following: (1) the good agreement between the numerical and experimental modal properties of the structure after the identification process; and (2) the good correlation between the values of the Winkler parameters obtained according to this proposal and the values recommended by the European standards (Eurocode 7, 2004).
The proposed approach exhibits the following three main advantages when addressing the parameter identification of the dynamic Winkler SSI model: (1) the parameter identification can be performed indirectly based on the solution of an inverse problem defined in terms of the overall numerical and experimental behaviour of the structure; (2) no complex geotechnical test is needed to perform the parameter identification; and (3) the method is quite simple and may be straightforwardly implemented for practical engineering applications.
In conclusion, the proposed method becomes a valid tool to characterize the parameters of the dynamic SSI Winkler model for practical engineering applications. Nevertheless, additional studies are recommended in order to better characterize the parameters of the dynamic Winkler model for different types of civil engineering structures supported on different types of soils.
Footnotes
Acknowledgements
The authors acknowledge the Planning Department of Paradas (Spain) for the support during the development of the experimental tests.
Declaration of Conflicting Interests
The author(s) declared no potential conflicts of interest with respect to the research, authorship and/or publication of this article.
Funding
The author(s) disclosed receipt of the following financial support for the research, authorship and/or publication of this article: This work was partially funded by the Ministerio de Economía y Competitividad of Spain and the European Regional Development Fund under project RTI2018-094945-B-C21. In addition, the co-author, J.N.-P., has been supported by the research contract, USE-17047-G, provided by the Universidad de Sevilla.
