Rigid Pavement Design

Solve the AASHTO 1993 rigid (concrete) pavement design equation iteratively for the required PCC slab thickness from traffic, reliability, concrete strength, subgrade support, load transfer, and drainage.


AASHTO 1993 Pavement Design Guide (rigid)

Traffic & Reliability

%

Concrete & Support

psi
psi
pci

Required Slab Thickness

9.50 in

Rounded for construction to 9.5 in (nearest 0.5 in).

Design Detail

9.499in
Required D (exact)
-1.645
ZR (reliability)
2.00
ΔPSI
5.390e+6
Allowable W18 (check)

About Rigid Pavement Design Calculator (AASHTO 1993)

The rigid pavement design calculator implements the AASHTO 1993 Guide for Design of Pavement Structures equation for rigid (jointed plain concrete, PCC) pavements. It solves the design equation iteratively for the required slab thickness D in inches given the design traffic in 18-kip equivalent single axle loads (W18 ESALs), the reliability level, the overall standard deviation, the serviceability loss, the concrete modulus of rupture and elastic modulus, the modulus of subgrade reaction, the load transfer coefficient, and the drainage coefficient.

The rigid equation differs from the flexible one: it uses a 7.35*log10(D+1) thickness term, a serviceability term with the 1.624e7/(D+1)^8.46 denominator, and a load-transfer term built from the concrete strength Sc and stiffness Ec, the support k, the load transfer coefficient J, and the drainage coefficient Cd. All inputs use US customary units (psi, pci, inches).

How It Works

  1. Enter the design traffic W18 (ESALs), the reliability R in percent, the overall standard deviation S0, and the initial and terminal serviceability indices (initial p0 is typically 4.5 for rigid pavements).
  2. Enter the concrete properties (modulus of rupture Sc and elastic modulus Ec), the modulus of subgrade reaction k, the load transfer coefficient J, and the drainage coefficient Cd.
  3. The calculator converts reliability to the standard normal deviate ZR and the serviceability indices to the design loss dPSI = p0 - pt.
  4. It solves the AASHTO 1993 rigid design equation for the slab thickness D by bisection, since the allowable W18 increases monotonically with D, then back-checks the allowable W18 at the solved thickness.

Worked Example

A concrete highway carries W18 = 5.39 million ESALs at 95% reliability (ZR = -1.645), S0 = 0.35, with serviceability dropping from p0 = 4.5 to pt = 2.5 (dPSI = 2.0). The concrete has a modulus of rupture Sc = 650 psi and elastic modulus Ec = 5,000,000 psi, the subgrade support is k = 200 pci, the load transfer coefficient is J = 3.2 (dowelled joints with tied shoulders), and the drainage coefficient is Cd = 1.0. Solving the AASHTO 1993 rigid equation by bisection gives a required slab thickness of about 9.5 in, which would be rounded up to 9.5 in for construction. Checking the forward equation at D = 9.5 in returns an allowable W18 of about 5.39 million ESALs, confirming the solution.

Formulas

AASHTO 1993 rigid pavement design equation
log10(W18) = ZR*S0 + 7.35*log10(D+1) - 0.06 + log10(dPSI/(4.5-1.5)) / (1 + 1.624e7/(D+1)^8.46) + (4.22 - 0.32*pt)*log10[ (Sc*Cd*(D^0.75 - 1.132)) / (215.63*J*(D^0.75 - 18.42/(Ec/k)^0.25)) ]
Design serviceability loss
dPSI = p0 - pt

Standards & References

  • AASHTO Guide for Design of Pavement Structures (1993), rigid pavement equation
  • AASHTO reliability ZR table (50% -> 0, 95% -> -1.645, 99% -> -2.327)
  • US customary units (Sc and Ec in psi, k in pci, thickness in inches)

Frequently Asked Questions

How is the rigid pavement design equation different from the flexible one?

Both relate W18 traffic to a design variable, but the rigid equation solves for the PCC slab thickness D (inches) rather than a structural number SN. It uses a 7.35*log10(D+1) thickness term and a load-transfer term built from the concrete modulus of rupture Sc, elastic modulus Ec, subgrade reaction k, load transfer coefficient J, and drainage coefficient Cd, none of which appear in the flexible equation.

What is the load transfer coefficient J?

The load transfer coefficient J accounts for how well a joint or crack transfers load across the slab. Lower J means better load transfer and a thinner slab. Typical values are about 3.2 for jointed plain concrete with dowels and tied shoulders, and roughly 3.8 to 4.4 without dowels or tied shoulders.

What is the modulus of subgrade reaction k?

The modulus of subgrade reaction k, in pounds per cubic inch (pci), measures the stiffness of the foundation supporting the slab, defined as the pressure required to produce unit deflection. A higher k means a stiffer support and a thinner required slab. The effective k often includes the contribution of a subbase layer.

Why is the slab thickness solved iteratively?

The AASHTO 1993 rigid equation gives W18 explicitly as a function of the slab thickness D but cannot be rearranged in closed form for D. Because the allowable W18 increases monotonically with D over the design range, the calculator uses bisection to find the thickness that exactly carries the design traffic.