: Actions on structures – Part 2: Traffic loads on bridges (defines Load Models LM1 to LM3). EN 1992-1-1 & EN 1992-2
To guarantee structural service life, crack width management is paramount due to harsh subterranean environmental exposures. Crack Width Control (Clause 7.3 of EN 1992-1-1) Maximum allowable crack width ( wmaxw sub m a x end-sub
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ Traffic / Surcharge (qk) ============================ ◄── Soil Surface //////////////////////////// // Soil Backfill (γs) // //////////////////////////// ============================ ◄── Top Slab │ ┌──────────────────────┐ │ ━━━━► │ │ │ │ ◄━━━━ Active Earth Horizontal │ │ │ │ Pressure (σ_h) Pressure │ │ │ │ ━━━━► │ │ │ │ ◄━━━━ Hydrostatic │ └──────────────────────┘ │ Pressure (if applicable) ============================ ◄── Bottom Slab ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ Ground Bearing Pressure (σ_v) Permanent Actions ( Gkcap G sub k
Manual calculations are tedious. Recommended workflow: box culvert design calculations eurocode 2021
The structural analysis output generates design envelopes for three force types: Bending Moments ( MEdcap M sub cap E d end-sub
Crack width control is critical for culverts to ensure water-tightness and durability.
K=MEdb⋅d2⋅fckcap K equals the fraction with numerator cap M sub cap E d end-sub and denominator b center dot d squared center dot f sub c k end-sub end-fraction is the effective depth of the concrete cross-section and fckf sub c k end-sub is the characteristic cylinder compressive strength. Ensure 0.2080.208 : Actions on structures – Part 2: Traffic
: Specifically addresses precast concrete box culverts, covering manufacture and installation.
Using EN 1990 Equation 6.10 (or the more unfavorable of 6.10a and 6.10b), the design structural effects ( Edcap E sub d ) are determined:
Box culverts are typically rigid, buried structures. Because the walls cannot rotate significantly away from the soil, is generally used rather than active pressure ( Kacap K sub a Using EN 1990 Equation 6
For further details on traffic distributions, review the Eurocode 1: Traffic Loads on Bridges standard manual.
# Verification of reinforcement area required f_ck = 30.0 # MPa b = 1000.0 # mm d = 252.0 # mm M_Ed = 103.46 * 10**6 # N*mm f_yk = 500.0 # MPa f_yd = f_yk / 1.15 K = M_Ed / (b * (d**2) * f_ck) # K = 103.46e6 / (1000 * 252^2 * 30) = 0.0543 # K < 0.167 (Singly reinforced check passes) import math z = (d / 2.0) * (1.0 + math.sqrt(1.0 - 3.53 * K)) # z = 252 * 0.95 = 239.4 mm (limited by 0.95d max rule) z = min(z, 0.95 * d) A_s_req = M_Ed / (f_yd * z) print(f"Required Reinforcement Area: A_s_req:.2f mm²/m") Use code with caution. Executing this structural computation indicates an
Before applying equations, you must define the structural metrics of the box culvert: : Internal width ( ) and internal height ( Component Thicknesses : Top slab ( ), bottom slab ( ), and wall thickness (
K0=1−sin(ϕ′)cap K sub 0 equals 1 minus sine open paren phi prime close paren is the effective angle of internal friction of the soil. : Deep Overburden (