1. Introduction
Indonesian territory is prone to earthquake disasters occurring as a consequence of its position. As it is the point of the interaction of four tectonic plates, including Australian, Eurasian, Pacific, and Philippine, moreover, it is the place in which two primary earthquake courses (Circum-Pacific Earthquake Belt and Trans Asiatic Earthquake Belt) pass through. Over the last five decades, dozens of large earthquakes occurred in Indonesia and they have led to many casualties. It is worth noting here that even the conventional force-based seismic design approach is strongly connected to the deformation capacity parameter through the force-reduction factor which is used in the estimation of design force of structures in the force-based seismic design approach. Furthermore, the deformation capacity plays a crucial role in seismic assessment and retrofitting of existing structures, which has become one of the main research topics in structural engineering.
This phenomenon can be minimized through awareness of unreinforced masonry building, even for the non-engineered building construction. A simple house construction commonly uses a brick masonry wall which, when a horizontal force (earthquake) occurs, can lead to total and immediate collapse starting from the damage and the collapse in the part of masonry wall followed by other building structures. This happens since the masonry wall in a simple house is used as a structural part supporting the lateral loads (limited friction) due to the earthquake load. Seismic behaviour of masonry walls was specifically discussed for its shear capacity drives in several papers [
1,
2].
The displacement capacity is a key parameter in the seismic design and assessment of structures. Unfortunately, our current state of knowledge of the displacement capacity of masonry walls is limited. On the one hand, the available experimental data has pronounced variability, so it is not possible to identify rational values for the displacement capacity of masonry walls based only on such experimental data and, on the other hand, there are no reliable analytical models for either the displacement capacity or the force–displacement relationship of masonry walls [
3].
In general, the displacement capacity of masonry walls is a very complex value; it is influenced not only by the failure mode but also by many other factors such as the constituent materials, geometry, boundary conditions, and pre-compression level. Currently, we are still not able to take into account properly the influences of all factors affecting the displacement capacity of masonry walls due to inhomogeneous experimental data and a lack of reliable analytical models.
The assessment of the nonlinear seismic behaviour of masonry walls represents a subject of great importance, however it is rather difficult to solve.
The behavior of unreinforced masonry wall panels subject to dynamic excitation such as seismic loading is very complex and—up to today—not yet entirely investigated and understood. There are neither instructions for the determination of the seismic input onto the wall nor a concept for the approximation of the dynamic stability leaving it up to the structural engineer to find a practicable method for the seismic verification. Quite often the seismic input is hence determined by using the definition for non-structural components that may be an acceptable approximation in many cases. However, there are no guidelines specifically for vital non-structural components and for components that represent a potential risk. Including a seismic verification using a realistic model and realistic response spectra that take into account the filtering effects of the structure is required. They are not explained clearly by Eurocode 8 [
4].
The deformation occurring under lateral loading on unreinforced masonry wall was explained Bourzam [
5] which the element’s stiffness depends on the mechanical properties of constituent material, the geometry and boundary conditions. When subjected to a lateral load V, a confined masonry wall generates a horizontal deflection δ. This lateral displacement is the sum of the deflection due to flexure and the deformation due to shear as defined in the Equations (1)–(5). The detail correlation lateral load (V) and horizontal deflection as deformation of unreinforced masonry wall under lateral loading is figured on
Figure 1.
where:
Ke = the effective stiffness of confined wall
Iw = tl3/12, moment inertia of the wall’s cross section
Aw = area of the wall’s horizontal
1.2 = the shear coefficient for rectangular cross-section
α = coefficient depends on the boundary condition, α =3 for cantilever panel and α =12 in case of fixed-ended wall
EEquation = modulus of elasticity equivalent
GEquation = shear modulus equivalent
After substituting the value of V from Equation (2) into Equation (1) and rearranging its different terms, the general equation for the effective stiffness of confined masonry wall in the elastic domain is obtained and expressed as follows:
μ = coefficient describes the applied restraint conditions of the wall,
μ = 3.33 for cantilever walls and
μ = 0.83 in case of fixed-ended walls.
This clearly shows that further research into this field of seismic engineering is inevitable. The outcome of the research should be a new verification concept that allows for a quick and easy verification based on limit values and also provides guidance for a more advanced investigation of the dynamic stability using displacement-based approaches. It is interesting to observe the model of an artificial neural network [
6,
7,
8,
9] of dynamic capacity of no-fines lightweight concrete wall with or without any horizontal reinforcement. As the name implies, no-fines lightweight concrete is a conventional lightweight concrete which eliminates the engagement of fine aggregate, in order to achieve some advantages. For example, it won’t segregate and is cheap.
Modelling with an artificial neural network (ANN) [
10] refers to the Black Box modelling in which the input is installed with a proper output. This model consists of connections and processing elements (neurons).
In common, the structure of the ANN is multilayer perceptron (MLP).
Figure 2 illustrates the MLP structure consisting of input, hidden and output layer.
Cybenko [
11] explained that the ANN model using the function of tangent hyperbolic activation in a hidden layer and linear function in its layer output is able to predict the accuracy of all modelled systems. Because of that, Equations (6)–(19) used to arrange the ANN modelling.
To determine the weight, for example by connecting
output to
φi input, needs an attempt called training/learning. In training, the weight is adjusted to obtain the network output suitable with the process or target output. This learning algorithm will continuously adjust the weight until the target desired is reached. MLP can be written mathematically as follows:
The learning algorithm used in this research was Levenberg Marquardt Algorithm. Though being more complex in comparison with the back-propagation algorithm, this algorithm is able to provide a better result. The derivation of this algorithm can be seen in Norgaard [
12] and can be explained as follows.
Training Data refers to a set of inputs
u(
k) paired with the desired output of
y(
k) as given below:
The objective of this learning is to determine the weight that might be from the data pair given.
Thus, the network can result in an estimation of output of
y(
k) that is equal or closer to the output of
y(
k). The error estimation will be approached using mean square error criterion:
wi refers to the recent weight,
f(i) denotes the direction of searching and
μ(i) is the extent of step. Levenberg Marquardt is a standard method for the minimization of mean square error criterion. This algorithm has
λ parameter to maintain convergence. The value of
λ is controlled by the ratio between the decrease of actual value and the prediction value.
where:
G shows a gradient of criteria by referring to the weight and R refers to the approach of Hessian. If the ratio gets closer to one, L(i) (w(i) + f) approaches VN, and λ should be reduced through some factors. Conversely, if the ratio is little or negative, λ should be added. The Levenberg Marquardt algorithm can be summarized as follows.
1. Select the vector of initial weight of w(0) and the initial value of λ(0) where w refers to the weight and λ is given the initial value.
2. Determine the direction of searching in which I refers to the matrix of identity.
Thus,
f is obtained and put into
If the objective function in the current iteration is less than the previous iteration or
VN (
w(i) +
f(i),
ZN) <
VN (
w(i),
ZN); thus, the current weight has been added to be a new weight
w(i+1) =
w(i) +
f(i). For this, the new searching direction of searching is the old searching direction
λ(i+1) =
λ(i). If not, finding new λ must be found from the r value.
where
V is calculated from the equation of Levenberg Marquard
L3. If the criteria are achieved, the calculation is terminated. Conversely, if the criteria are not achieved yet, it must be started from step 2.
2. Research Method
Table 1 shows the specimen of no-fines lightweight concrete wall was made into 2 (two) variations: no-fines lightweight concrete wall without horizontal reinforcement (lightweight concrete wall, LCW) and no-fines lightweight concrete wall with horizontal reinforcement with 6 mm-diameter with the distance of 200-mm inter-reinforcements (lightweight concrete wall with horizontal bars, LCWHB-200) as shown in
Figure 3 and
Figure 4.
The constituent materials of no-fines lightweight concrete wall in this research was structured from the binding material of 50-kg Portland cement type I (Indocement), PDAM water at Structure Laboratory, Department of Civil Engineering of Gadjah Mada University, 10–20 mm diameter aggregate originated from Kemiri Village, Pakem Sleman. PDAM has acronym Perusahaan Daerah Air Minum, Indonesia regional water utility company. In addition, the reinforcement steel used in forming the reinforced concrete frame was the ISPAT steel, the company was set up as a 60,000 tpa Greenfield project, for rolling from Surabaya with 8-mm plain steel reinforcement (fy = 341.62 MPa) as the column reinforcement and practical beam. The 6-mm reinforcement (fy = 263.06 MPa) was used as the shear reinforcing and horizontal reinforcement on the wall. The no-fines lightweight concrete wall was planned with the stress force on the average of 4.45 Mpa, elasticity modulus on the average of 1632.75 Mpa, splitting tensile was on the average of 0.248 Mpa, and adhesive reinforcement in no-fine concrete at 1.661 Mpa (34.62% of the adhesive reinforcement in normal concrete). No-fines lightweight concrete has a weight of 1572 kN/m2, 94.3% lower than the red brick. The ready-mix normal concrete with fc’ = 25.90 MPa for sloof beam with the ratio of Portland Cement:Sand:Coarse Aggregate = 1:2:3.
The equipment used in the research is included loading frame, load cell, crane, rigid floor, hydraulic jack and hydraulic pump machine with the capacity of 50 tons, data lodger, and computer. 6 units of 50-mm Linear Variable Differential Transformer (LVDT) with the accuracy of 0.01 mm and all was connected to data lodger were used to measure the level of deflection. Set up of the test on those three specimens can be seen in
Figure 5.
Cyclic lateral load was given as unidirectional with the axis of wall strength referring to American Society for Testing Materials (ASTM) E 2126-02a Method B (amplitudes of the Reversed Cycles). The lateral load was given to the specimen with alternating direction until reaching the yield in which it was then continued to reach a collapse (failure) and loading was based on the displacement control.
Meanwhile, data obtained from the test above was used to make an ANN-based model that can be used to predict the horizontal deflection by entering the input condition that would be predicted. ANN will predict in an interpolation and extrapolation of horizontal deflection. Here, the model of ANN proposed to predict the horizontal deflection (force and deviation) was developed by means of MATLAB R2013 (TechSource Systems Pte Ltd, Singapore) MATLAB 7.1.
Figure 6 presents the structure of the artificial neural network model in which the force was the input data and deflection was the output.
3. Results and Analysis
This neural network model used a FIR (Finite Impulse Response) structure. It was characterized by placing the variable of input model from the input itself. The input data used in this study was 1217 data points for the no-fines lightweight concrete wall without the horizontal reinforcement unreinforced and 2688 data points for the no-fines lightweight concrete wall with the horizontal reinforcement unreinforced. The equation, Equation (20) of model output can be presented as follows:
The artificial neural network model of the no-fines lightweight concrete used MLP; trained by Marquardt algorithm conducted in 200 iterations. The neural model was trained with training data to determine the weight value. Then, the weight used for the validation of neural models by using other input and output data. The goodness of system identification was measured by using Equation (21), Root Mean Square Error (RMSE), which can be written as follows:
The best RMSE obtained from the no-fines lightweight concrete with the reinforcement was at 0.2629 for training and at 0.7701 for validation. Meanwhile, the best RMSE obtained in the no-fines lightweight concrete wall without reinforcement was at 0.0431 for training and at 0.0462 for validation. The trained neural network model was also validated in a set of data that was not used for network training (
Figure 7 and
Figure 8). Using fixed values of the weights that obtained in training phase, the neural networks should produce the predicted output from the new input data.
Figure 9 and 10 illustrate the validation phase.
These results confirm that no-fines lightweight concrete with the reinforcement provides better results than without bar steel horizontal. The mechanical properties of horizontal reinforcement improved the strength behavior of no-fine lightweight concrete as the wall element. This is shown in the RMSE results and images on training and validation.
Figure 7 shows the training for no-fines lightweight concrete wall with the horizontal reinforcement showing a more orderly and non-random pattern, as well as
Figure 9 as a validation image showing similar trends. These are different with
Figure 8 and
Figure 10. They were figured as training and validation for no-fines lightweight concrete without the reinforcement.
The correlation coefficient R that shows at Equation (22) what proportion of the variation of the predicted values can be attributed to the linear relationship with the actual values is given by the formula:
The experimental deflection of the no-fines lightweight concrete wall due to cyclic load is illustrated in
Figure 11 and
Figure 12. The correlation coefficients are 0.9927 for deflection of no-fines lightweight concrete wall with reinforcement and 0.9955 for deflection of no-fines lightweight concrete wall without reinforcement which was distributed evenly on both sides of the line, which indicates an excellent performance of the model.