DEV Community

Cover image for Predicting Asphalt Rutting Before It Happens: The Jenkins Approach
NovaSolver
NovaSolver

Posted on Originally published at novasolver.jp

Predicting Asphalt Rutting Before It Happens: The Jenkins Approach

Why rutting sneaks up on pavement engineers

A new asphalt lane looks flat for years. Then, almost without warning, the wheel paths start to show as two shallow troughs running the length of the lane while the area between them and outside them stays level. That is rutting: the slow accumulation of permanent (non-recoverable) deformation every time a tire load passes. Each pass only contributes a few microns of unrecovered strain, so the process is invisible on any single truck's trip. It only becomes visible after hundreds of thousands or millions of load repetitions — which is exactly why it needs to be predicted at the design stage rather than diagnosed after the fact.

Once rut depth crosses roughly 12 to 19 mm (the threshold varies by agency), water pools in the wheel paths during rain, hydroplaning risk climbs, and the pavement is usually flagged for a mill-and-overlay rehabilitation. Getting the mixture design and structural thickness right the first time is far cheaper than an early overlay, which is the entire reason empirical rutting models like the Jenkins formulation exist: they let you connect mix and traffic variables to a predicted rut-depth-versus-time curve before a single truck drives on the finished road.

What actually goes into the prediction

The rut-depth calculator is built around inputs that a pavement engineer already controls or measures during mix design: Mixture type and Aggregate gradation set the internal friction and packing behavior of the aggregate skeleton, Surface thickness and Binder content determine how much asphalt mastic is available to flow under repeated shear, and Traffic ESAL (equivalent single axle loads) captures how many damaging repetitions the pavement will see over its life. Pavement temperature and Tire pressure matter more than most non-specialists expect, because bitumen is a viscoelastic material — its stiffness drops sharply as temperature rises, and higher tire pressures concentrate the same axle load into a smaller, more intense contact patch. Finally, Design life anchors the whole calculation to a time horizon so the output is a curve, not a single number.

The empirical structure looks roughly like this, in the spirit of the LRRB 99-… line of research this style of model comes from:

RD = a * (N)^b * TF
TF = f(pavement temperature)
N  = cumulative ESAL over the analysis period
Enter fullscreen mode Exit fullscreen mode

where RD is rut depth, N is cumulative traffic in ESALs, a and b are regression coefficients tied to mixture type and gradation, and TF is a temperature adjustment factor. The exponent b is typically less than 1, which is the mathematically precise way of saying rutting grows quickly early in a pavement's life (as the mix densifies under traffic) and then decelerates — though it never fully stops, which is why design life still matters.

A worked example

Suppose you are checking a dense-graded surface mix, 90 mm thick, with a binder content of 5.2%, placed on a route carrying moderate truck traffic. You expect roughly 0.9 million ESALs per year, a design life of 15 years, an average summer pavement temperature of 45 °C in the top lift, and standard 700 kPa tire inflation.

First, cumulative traffic:

Cumulative ESAL = 0.9e6 * 15 = 13.5e6  →  13.5 (×10^6)
Enter fullscreen mode Exit fullscreen mode

Next, the temperature factor. At 45 °C the binder is well into its softer regime, so the calculator's Temp factor comes out around 1.35 (a 35% amplification relative to the reference temperature of roughly 25 °C used in the base regression). Plugging cumulative ESAL and the temp factor through the mixture-specific coefficients for this gradation and binder content yields a Predicted rut depth (mm) of about 9.8 mm at year 15.

Compare that against an Allowable rut (mm) threshold of 12 mm for this road classification, and the mix passes — but not by much. Running the same inputs forward a few more years (or bumping the traffic growth assumption from flat to 3%/year, which is more realistic for a growing corridor) pushes Predicted life (yr) down to around 17-18 years before the allowable threshold is crossed, and the tool's Required overlay (cm) output — the thickness needed to reset the clock at that point — comes out near 4 cm of mill-and-fill.

The sensitivity worth noting: dropping surface thickness from 90 mm to 75 mm on the same mix roughly doubles the rate of rut accumulation, because the structural section carries proportionally more of the shear strain closer to the surface where temperatures (and therefore softening) are highest. Binder content has a similar but subtler effect — too little binder starves the mix and increases internal friction losses that show up as raveling rather than rutting, while too much creates a mix that shears plastically under exactly the kind of sustained high-temperature, high-tire-pressure loading this model is built to catch.

Where the simple model breaks down

This class of empirical model is calibrated against a specific range of mixtures, climates, and traffic conditions, and it shows its limits at the edges. Extremely stiff, polymer-modified binders used in some heavy-haul corridors rut less than the base regression predicts, because the coefficients were fit primarily against conventional binders. Extreme channelized traffic — ports, intersections with long queuing dwell times, bus rapid transit lanes where every vehicle tracks the same six inches of pavement — also concentrates load repetitions in a way that a network-average ESAL count underestimates. And because the temperature factor is usually derived from a single representative design temperature, a location with unusually long, hot summers (or a dark-colored, low-albedo surface that runs hotter than ambient) needs a locally calibrated temperature input rather than a textbook default.

The other common mistake is treating Predicted life (yr) as a hard cutoff rather than a threshold-crossing estimate. Real pavements don't fail on a schedule; they cross the allowable rut depth at whatever point actual traffic and actual temperatures diverge from the design assumptions. Treat the output as a planning horizon for scheduling inspections and budgeting overlays, not a guarantee.

Aggregate gradation deserves more attention than it gets

It is worth dwelling on Aggregate gradation specifically, because engineers reviewing a rutting report often focus on binder content and traffic while treating gradation as a fixed background variable. Rutting resistance in a dense-graded mix comes largely from stone-on-stone contact within the aggregate skeleton, not from the binder. A gap-graded or fine-heavy gradation relies more on mastic stiffness to resist shear, which makes it far more sensitive to the temperature factor than a coarse, well-interlocked gradation carrying load through direct aggregate contact. Two mixes with identical binder content and surface thickness can produce meaningfully different rut-depth curves purely because one gradation locks up under load and the other does not. When a predicted rut depth comes out worse than expected for a mix that otherwise looks conservative on paper, gradation is usually the first place to look before assuming the traffic or temperature inputs were wrong.

Try it yourself

If you're sizing a pavement section or checking whether an existing mixture design will hold up under updated traffic projections, it's faster to run the numbers than to eyeball them. You can try the rut depth calculator here and adjust mixture type, thickness, and traffic directly to see how the predicted rut-depth curve shifts. If your project also involves subgrade or foundation checks, the Winkler beam-on-foundation tool is a natural companion for the structural side of the same design.

Top comments (0)