MSC Backcalculation Dynamic FWD
MSC Backcalculation Dynamic FWD
To cite this article: Gabriel Bazi & Tatiana Bou Assi (2020): Asphalt concrete master
curve using dynamic backcalculation, International Journal of Pavement Engineering, DOI:
10.1080/10298436.2020.1733567
loading. Sebaaly et al. (1985, 1986) were the pioneers in indicat- the current prediction accuracies are not sufficient to recommend
ing that the dynamic analysis and inertial effects are important these models for practical implementation.
in the prediction of pavement responses. The potential for developing the asphalt concrete master
Dynamic analyses of pavement structures either use the curve was investigated in this study using an application that
finite element or finite layer models for the calculation of pave- uses a finite element model in the time domain and the New-
ment responses: deflections, stresses or strains. Several software ton-Raphson’s method. The limitations are explained based on
tools were developed for the backcalculation of pavement layer the evaluation of simulated flexible pavement structures using
properties using dynamic analyses. Those programmes require synthetic deflection time histories. This method does not require
the time histories of the FWD load and deflection sensors, and any constraints on the variables, as opposed to the previously
they are based on either frequency or time domain methods. In reported methods. The results are promising, but further inves-
the dynamic procedure, the deflection time histories at each tigation and research are needed to apply this method to field
FWD sensor are used. In addition to the peak deflections measured FWD data. Nonetheless, the current application is
used in static analyses, the time delay or lag between the peak readily available for use with field data to reliably determine
of the deflection and the peak of the load is also utilised. the pavement layer variables (moduli and Rayleigh damping
For backcalculation in the time domain, the deflection time coefficients) and asphalt concrete moduli at the FWD dominant
histories calculated from forward analysis are matched with the frequencies, as demonstrated in a recent study using seasonal
measured deflection time histories at one or more sensors. For FWD testing for an LTPP section (Bazi et al. 2020).
backcalculation in the frequency domain, the measured time
histories of applied load and deflections are transformed into
Dynamic backcalculation application
the frequency domain through Fourier transform. Pavement
properties are then determined by matching the calculated fre- A dynamic backcalculation application called PULSE was devel-
quency response functions with those obtained from measured oped using Visual Basic for Applications (VBA). The appli-
data at desired frequencies at one or more sensors (Luo 2008). cation can be used for both flexible and rigid pavements and
Dynamic backcalculation software tools were summarised has the capability of determining the asphalt concrete master
in a recent FHWA report by Chatti et al. (2017), and those soft- curve for flexible pavements.
ware tools either use the wave propagation theory or finite The asphalt concrete layer for flexible pavements is mod-
element method. Magnuson et al. (1991), Kang (1998), Al- elled as a linear viscoelastic (LVE) material, and all other layers
Khoury et al. (2001) and Losa (2002) developed dynamic back- including the Portland cement concrete layer for rigid pave-
calculation programmes based on the frequency domain ments are modelled as linear elastic with damping.
methods. Ling et al. (1991), Matsui et al. (2000) and Turkiyyah The ABAQUS finite element (FE) software is used for for-
(2005) developed programmes based on the time domain ward calculation to quantify the surface deflections vs. time
methods. Finally, Uzan (1994a) and Chatti et al. (2004a, through an implicit dynamic analysis. The multivariate New-
2004b) developed programmes having the flexibility of either ton-Raphson (NR) method is used to improve the variables
using the time or frequency domain methods. Uzan (1994b) (LVE coefficients, layer moduli and damping coefficients) itera-
compared the two approaches and indicated that the time tively to match five parameters for every FWD deflection time
domain scheme is preferred over the frequency domain when history. These five parameters are essential to capture the shape
the deflection histories do not decay to zero at the end of the and magnitude of each deflection pulse.
sampling window (typically 60 msec.). Those programmes The Microsoft Excel Solver was initially used (i) to deter-
use a variety of optimisation techniques including, but not lim- mine the Prony series coefficients for modelling the asphalt
ited to, the linear and non-linear least-square optimisation and concrete as LVE, and (ii) to solve the system of equations in
the Newton’s method. the NR method for improving the variables for every iteration.
Few attempts were made in the past to develop the asphalt The Excel Solver uses the generalised reduced gradient method
concrete master curve from FWD data. Michigan State Univer- (GRG) (Lasdon et al. 1976), an algorithm that falls under the
sity (MSU) led this effort (Kutay et al. 2011, Zaabar et al. 2014) constrained non-linear optimisation (programming) category.
and developed a procedure based on a time domain dynamic This algorithm is very powerful but requires unnecessary com-
solution with viscoelastic asphalt concrete layer as a forward putational power for solving simple problems such as the Prony
routine. Kutay et al. (2011) indicated that the master curve series coefficients or NR method.
may be obtained for frequencies above 10−3 Hz and reported The MATLAB package (2018) replaced the Excel Solver in
modest success in the backcalculation process. Recommen- the latest version of the PULSE application. This upgrade
dations for improvements in FWD technology and test pro- reduced the computational time from several minutes to a
cedures were made. Zaabar et al. (2014) used a genetic couple of milliseconds, which can be attributed to the high-per-
algorithm as the search core for backcalculation analysis. The formance programming language and specific functions used in
method appears to be robust, but it requires constraints (limits) MATLAB.
on the sigmoidal function coefficients and those constraints are A flowchart of the process followed by the PULSE application
not readily available unless laboratory testing is performed. Gopa- is shown in Figure 1.
lakrishnan et al. (2014) also made a similar effort using the same The application does not place any constraints, either upper
layered viscoelastic forward analysis tool developed by MSU or lower, on the variables and it efficiently converges to the
along with a neural network methodology, but indicated that exact values.
INTERNATIONAL JOURNAL OF PAVEMENT ENGINEERING 3
Figure 2. Effect of sigmoidal coefficients variation: (a) Effect of δ, (b) Effect of α, (c) Effect of β’ and (d) Effect of γ.
frequency), and finally the coefficient γ influences the steepness function is concave or concave downward. The IP coincides
or the slope of the curve at the inflection point. with the maximum slope and zero curvature.
It will be demonstrated later that the master curve, including
the maximum modulus, can efficiently be determined in few
Slope and curvature of the sigmoidal function iterations through dynamic backcalculation whenever the
The first and second derivatives of the sigmoidal function FWD dominant frequencies are to the right of the minimum
shown in equation 3 were determined symbolically in curvature, which is represented by an arrow in Figure 3. It is
MATLAB, and are represented by equations 6 and 7, respect- worth noting that the maximum modulus, located to the far
ively. The curvature k, that is the amount by which a curve right, is outside the range of FWD dominant frequencies.
deviates from being straight line, is calculated using the first
and second derivatives in accordance with equation 8.
Newton’s method for approximating roots
′
∂log(E) a.g.eb +g.log(f ) In numerical analysis, the Newton’s method – also known as
First derivative: =− (6)
∂log(f ) ′
(1 + eb +g.log(f ) )
2
the Newton-Raphson method – is a root-finding algorithm
′ which produces iteratively better approximations to the roots
∂2 log(E) 2a.g2 .e2b +2g.log(f )
Second derivative: = of a function. In optimisation, the Newton’s method is used
∂log(f )2 ′
(1 + eb +g.log(f ) )
3
to determine the stationary points of a function (minima or
′
a.g2 .eb +g.log(f ) maxima) by finding the roots of the function’s first derivative.
− ′ 2 (7) The Newton’s method uses the first few terms of the Taylor
(1 + eb +g.log(f ) )
series (equation 9) of a real-valued function at x = xn .
∂2 log(E)
f ′′ (xn )
∂log(f )2 f (x) = f (xn ) + f ′ (xn ) × (x − xn ) + × (x − xn )2
Curvature k = 1.5 (8) 2!
∂log(E) 2 + ... (9)
1+
∂log(f )
For finding the roots of a function, the linear approximation
Figure 3 provides a graphical representation of a sigmoidal (first two terms) of the Taylor series are used and f (x) is set
function along with its slope and curvature plotted vs. fre- equal to zero (equation 10). The offset Dx needed to improve
quency. The slope, which is represented by the first derivative, the root for every iteration is shown in equation 11.
is shown to always be positive. The curvature, which is almost f (x) = f (xn ) + f ′ (xn ) × (x − xn ) = 0 ⇒ x = xn+1
equal to the second derivative, is shown to be positive to the left
of the IP where the sigmoidal function is convex or concave f (xn )
= xn − (10)
upward, and it is negative to the right of the IP where the f ′ (xn )
INTERNATIONAL JOURNAL OF PAVEMENT ENGINEERING 5
Figure 4. Two iterations of Newton’s method for f (x) = x 3 + x−1 = 0 starting with x0 = −0.6 (x1 = 0.27307692 after iteration 1, x2 = 0.85046676, and root = 0.68232780
after iteration 6).
6 G. BAZI AND T. B. ASSI
Figure 6, include the peak deflection (DPeak) that occurs at a would be an 8 × 1 matrix and the error array would be a
time TPeak; the times to the left and right of the peak that cor- 35 × 1 matrix.
respond to 50% of the peak deflection TLeft and TRight, respect- The RMSRE calculated using equation 15 gives a measure of
ively; and the duration of the pulse at 50% of the peak deflection the total error by considering the five groups of parameters.
calculated as the difference between TRight and TLeft (Dur- The error can be sub-divided to separately quantify the error
ation). The duration, time lag between peak deflections rep- for each of the five groups (DPeak, Duration, etc.).
resented by TPeak, and the magnitudes of the peak deflections
are significantly influenced by the pavement layers variables
(Bazi et al. 2019b). Therefore, the selected parameters can Dynamic backcalculation results
reliably determine those variables through backcalculation. The capabilities of the PULSE application were demonstrated in
The FWD measured data or calculated data using a dynamic this paper for a combination of simulated flexible pavement
FE model are not continuous and are only available at discrete structures and asphalt concrete mixes. Those combinations
intervals, therefore the use of data fitting through high-degree consisted of three flexible pavement structures with varying
polynomial equations and first derivative for determining asphalt concrete layer thicknesses ranging from 7.5–18-cm
TPeak are critical in accurately quantifying all five parameters. for mix A and one flexible structure with 18-cm thick asphalt
For an FWD setup with 7 sensors and a pavement structure concrete layer for mix B. Ten temperatures ranging from −1
requiring the determination of 8 variables, the Jacobian matrix to 37.5°C at 5.5°C intervals with two additional temperatures
would be a 35 × 8 matrix consisting of 35 rows (7 sensors × 5 at 18.5 and 24°C were considered for each structure resulting
parameters) and 8 columns (8 variables), the offset array in a total of 40 combinations as shown in Table 1. The
sigmoidal function coefficients were determined for mix A the FWD most dominant frequency. This finding is consistent
using dynamic modulus data for a dense graded mix. Mix B with previous research. Sebaaly et al. (1985, 1986) reported that
is stiffer – representing a mix with harder asphalt binder or the FWD impulse load contains frequencies in the range of 0–
an aged mix. At a frequency of 10 Hz and a temperature of 45.5 Hz as obtained using a Fourier series expansion, with 45%
25°C, mix A has a modulus of 3,250 MPa and mix B has a mod- in the range of 4.5–18.2 Hz. The dominant frequency was
ulus of 6,750 MPa. reported to be around 17 Hz by Kim et al. (2000) and about
10–25 Hz by Chatti and Lei (2012).
The PULSE application improved the variables for every iter-
Backcalculated layer variables
ation, and the process was terminated whenever the error
Each of the 40 combinations had 8 variables – 4 for the asphalt between the theoretical (exact) and calculated asphalt concrete
concrete layer, and 2 for each of the aggregate base and subgrade maximum modulus (10δ+α) dropped below 1% or plateaued.
layers. The exact and seed (starting) values for the eight variables The backcalculation test results are presented in Table 3 for
along with their absolute differences are shown in Table 2. The the 40 combinations. The frequency range (on a log scale), for
maximum difference between the exact and seed values is which the asphalt concrete moduli were determined to an accu-
shown to be as high as 50%, even though the PULSE application racy less than 1%, is shown for every combination. The upper
is very robust and is capable of converging to the exact values frequency is represented by >15 (or frequency > 1015 Hz) for
with larger differences. The percent difference for the asphalt the combinations where the maximum modulus was deter-
concrete master curve is illustrated in Table 2 for two points: mined to less than 1% error.
maximum modulus (equal to 10δ+α), and modulus at a frequency The maximum error in the asphalt concrete moduli at 17 Hz
of 17 Hz and temperature of 20°C. and the unbound layers variables is shown in brackets. Those
The PULSE application was used for the dynamic backcalcula- errors are significantly low for all combinations demonstrating
tion of the variables for each of the 40 combinations. The asphalt the robustness of the method.
concrete moduli at the FWD dominant frequencies, and the
unbound layer moduli and Rayleigh damping coefficients were Asphalt concrete master curve determination
efficiently determined to an accuracy less than 1% after 3–4 iter- The possibility of determining the asphalt concrete master
ations and less than 0.5% after 6–8 iterations. The speed of con- curve is demonstrated in this study. It is shown that the master
vergence can be further improved by starting with closer seed curve can be reliably determined for most of the combinations
values, a process that will be evaluated in future research. (about 60–85%) starting at frequencies around 10−1 or 10−2 Hz
The asphalt concrete moduli were the fastest to convergence (log frequency = −1 or −2). The lowest frequency range was
at frequencies around 17 Hz, indicating that this frequency is also reported by Kutay et al. (2011). It is important to note
Table 3. Dynamic backcalculation frequency range (log) and maximum error. that the FWD pulse does not contain very low frequencies that
Mix A B are adequate for determining the minimum modulus 10δ,
AC Thickness (cm) 7.5 12.5 18 18 unless very close seed values are used.
Temp. (°C) −1 −1.6 to >15 −2.1 to >15 −2.0 to >15 1.3 to 1.8 The potential of determining the master curve appears to be
[0.038%] [0.133%] [0.444%] [1.023%] dependent on the asphalt concrete mix (e.g. mix A vs. B), the
4.5 −3.9 to >15 1.1 to 1.4 1.0 to 2.6 0.3 to >15
[0.011%] [1.386%] [1.181%] [2.747%] asphalt concrete temperature (e.g. low vs. high), and the pave-
10 −3.1 to >15 −3.4 to >15 −3 to >15 −2.4 to >15 ment structure (e.g. h1 = 7.5, 12.5 or 18-cm).
[0.017%] [0.065%] [0.135%] [0.285%] Upon further investigation of the asphalt concrete mixes
15.5 −2.3 to >15 −2.1 to >15 −2.2 to >15 −3.6 to >15
[0.008%] [0.033%] [0.07%] [1.253%] and temperatures, it was found that the maximum modulus
18.5 −2.3 to >15 −1.9 to >15 −1.8 to >15 −1 to >15 can reliably be determined when the FWD dominant frequen-
[0.023%] [0.032%] [0.046%] [0.353%] cies are to the right of the minimum curvature as illustrated
21 −1.9 to >15 −1.5 to >15 −2.2 to 5.7 −0.9 to >15
[0.003%] [0.015%] [0.158%] [0.139%] in Figure 7 for mixes A and B. The points of minimum cur-
24 −1.7 to >15 −1.4 to 11.5 0.3 to 2.2 −0.8 to >15 vature are represented by solid dots on the graph. Note that
[0.001%] [0.005%] [1.27%] [0.052%] the master curves move to the left at lower temperatures
26.5 −1.8 to >15 −1.5 to 7.0 0.6 to 2.1 −0.7 to 6.7
[0.001%] [0.007%] [1.467%] [0.035%] and to the right at higher temperatures, when plotted vs.
32 −2.1 to 6.5 −2.1 to 4.3 0.5 to 2.5 −0.6 to 4.9 frequency.
[0.005%] [0.027%] [0.529%] [0.026%] Figure 7(a) shows the curves for mix A at temperatures of
37.5 −1.3 to 5.9 −1.2 to 5.1 −1.1 to 4.7 0.4 to 2.2
[0.021%] [0.013%] [0.011%] [1.364%] −1, 18.5 and 37.5°C. The master curve and the maximum
modulus were reliably determined through backcalculation
Figure 7. Asphalt concrete master curve prediction for (a) mix A and (b) mix B.
10 G. BAZI AND T. B. ASSI
Figure 8. Asphalt concrete master curve for mix A at reference temperature (20°C) determined using data from two temperatures (15.5 and 26.5°C).
to less than 1% error for the −1 and 18.5°C temperatures since where: r = Distance where the radius of curvature is calculated
the FWD dominant frequencies are to the right of the mini- = 20-cm; D0 = FWD centre deflection; D20 = FWD deflection at
mum curvatures, but this is not the case for the 37.5°C temp- 20-cm radial offset.
erature. Therefore, the backcalculation process has more The effect of the dominant frequencies, mixes and pavement
strength or power in determining the maximum modulus at structures requires further investigation, and a plan to tackle
the lower temperatures as opposed to the higher temperatures. this is recommended in the last section.
Whenever the FWD dominant frequencies are to the left of
the minimum curvature, the maximum modulus is typically Master curve determination at reference temperature
overestimated. The master curve at the reference temperature can be easily
The use of a stiffer mix (mix B in this case) has a positive determined using time-temperature relaxation moduli vs. fre-
effect on the master curve determination. Mix B, for quency relationships at a minimum of two temperatures,
example, has curves shifted upward to the left, as it is clearly which would require FWD testing at two different times. The
shown in Figure 7(b) for the 37.5°C temperature where the development of the asphalt concrete master curve for the thin
minimum curvature moved closer to the FWD dominant flexible structure (7.5-cm thick asphalt concrete) is illustrated
frequencies. This shift, among other factors, produces a wider in Figure 8. The moduli at two temperatures of 15.5 and
temperature range over which the maximum modulus can 26.5°C and at frequencies above 10−2 Hz were used along
reliably be determined. This is illustrated in Table 3 for with the minimum modulus 10δ to determine the master
mixes A and B using the pavement structure with 18-cm curve at a reference temperature of 20°C through data fitting
thick asphalt concrete layer, where the maximum modulus using the Microsoft Excel solver. The minimum modulus 10δ,
was determined to less than 1% error up to 18.5°C for mix A which is dependent on the aggregate gradation, can be deter-
and up to 24°C for mix B. mined from laboratory testing. This modulus is not expected
This study also showed that the temperature range over to change over time due to aging or damage, therefore it can
which the maximum modulus can reliably be determined is be reliably used in this process. On the other hand, the maxi-
extended for the pavement structures with thinner asphalt con- mum modulus, which is dependent on the limiting binder
crete layers. The maximum modulus was determined for mix A modulus (glassy modulus), is expected to vary over time and
to less than 1% error up to 18.5°C for the thick structure (18-cm it can be reliably determined using backcalculation. The error
AC) and up to 26.5°C for the thin structure (7.5-cm AC). This shown in Figure 8 is minimal, as expected, since the minimum
behaviour might be related to the larger deflections or curva- modulus was not varied during fitting and the moduli at fre-
tures for the thin structures, as more valuable information is quencies above 10−2 Hz were determined to less than 1% error.
extracted from the asphalt concrete layer for the backcalcula-
tion process. For example, the centre deflection is 100% larger
and the curvature is 430% larger for the thin structure when Conclusions and recommendations
compared to the thick structure. The curvature is the inverse PULSE , a dynamic backcalculation application, has been devel-
of the radius of curvature R20 (Leger and Autret 1972) calcu- oped and it uses ABAQUS for forward calculation and the
lated in accordance with equation 19. Newton’s root-solving algorithm for improving the variables
after every iteration. PULSE models the asphalt concrete layer
r2
R20 = (19) as a linear viscoelastic material and all other layers as linear
D0 elastic with damping. PULSE also has the potential of determin-
2×D0 × −1
D20 ing the asphalt concrete master curve.
INTERNATIONAL JOURNAL OF PAVEMENT ENGINEERING 11
Harichandran, R.S., et al., 1993. Modified Newton algorithm for backcal- MATLAB version, 2018. The MathWorks, Inc. Natick, MA.
culation of pavement layer properties. Transportation Research Matsui, K., et al., 2000. Comparative studies of backcalculated results from
Record, 1384, 15. FWDs with different loading duration. In: Nondestructive testing of
Kang, Y.V, 1998. Multifrequency back-calculation of pavement-layer pavements and backcalculation of moduli: Third Volume. West
moduli. Journal of Transportation Engineering, 124 (1), 73–81. Conshohocken, PA: ASTM International.
Kim, Y.R, 2008. Modeling of asphalt concrete. New York, NY: ASCE Press, Sauer, T, 2012. Numerical analysis. Boston, MA: Pearson.
McGraw Hill. Sebaaly, P.E., et al., 2002. Effects of off-road tires on flexible and
Kim, Y.R., Xu, B., and Kim, Y, 2000. A new backcalculation procedure granular pavements. Pierre, SD: South Dakota Department of
based on dispersion analysis of FWD time-history deflections and sur- Transportation.
face wave measurements using artificial neural networks. In: Sebaaly, B., Davis, T.G., and Mamlouk, M.S., 1985. Dynamics of falling
Nondestructive testing of pavements and backcalculation of moduli: weight deflectometer. Journal of Transportation Engineering, 111 (6),
third volume. West Conshohocken, PA: ASTM International. 618–632.
Kutay, M.E., Chatti, K., and Lei, L, 2011. Backcalculation of dynamic mod- Sebaaly, B.E., Mamlouk, M.S., and Davies, T.G. 1986. Dynamic analysis of
ulus mastercurve from falling weight deflectometer surface deflections. falling weight deflectometer data. Transportation Research Record,
Transportation Research Record, 2227 (1), 87–96. 1070, 63–68.
Lasdon, L.S., et al., 1976. Design and testing of a generalized reduced gra- Turkiyyah, G.M, 2005. Feasibility of backcalculation procedures based on
dient code for nonlinear programming. Technical Report SOL 76-3, dynamic FWD response data. Olympia, WA: Washington State
Systems Optimization Laboratory, Stanford University, CA. Department of Transportation.
Leger, P. and Autret, P., 1972. The use of deflection measurements for the Ullidtz, P., 1998. Modelling flexible pavement response and performance.
structural design and supervision of pavements. In: Proceedings of the Lyngby, DK: Tech Univ. of Denmark Polytekn.
Third International Conference on the structural Design of asphalt Uzan, J., 1994a. Advanced backcalculation techniques. In: ASTM, ed.
pavements, London, Vol. 1. Nondestructive testing of pavements and backcalculation of moduli:
Ling, C., David, E.N., and Siddharthan, R., 1991. Comparison of dynamic second Volume. Philadelphia, PA: ASTM International, 3–37.
and static backcalculation moduli for three-layer pavements. Uzan, J., 1994b. Dynamic linear back calculation of pavement
Transportation Research Record, 1293, 86–92. material parameters. Journal of Transportation Engineering, 120 (1),
Losa, M., 2002. The influence of asphalt pavement layer properties on 109–126.
vibration transmission. International Journal of Pavements, 1 (1), 67– Wang, H., et al., 2013. Three-dimensional finite element modelling of
76. Sao Paulo, Brazil. instrumented airport runway pavement responses. Transportation
Luo, F., 2008. Dynamic backcalculation of pavement properties using optim- Research Record: Journal of the Transportation Research Board, 2367
ization in nondestructive evaluation. PhD Dissertation, The Catholic (1), 76–83.
University of America. Zaabar, I., et al., 2014. Backcalculation of asphalt concrete modulus master
Magnuson, A.H., Lytton, R.L., and Briggs, R.C, 1991. Comparison of com- curve from field-measured falling weight deflectometer data: using a
puter predictions and field data for dynamic analysis of falling weight new time domain viscoelastic dynamic solution and genetic algorithm.
deflectometer data. Transportation Research Record, (1293), 61–71. Transportation Research Record, 2457 (1), 80–92.