Masonry Lintel Arching Load (Triangular Load Over an Opening)
The triangular dead load a lintel carries within a 45-degree triangle (height span/2) when the wall above >= span/2.
Example
You enter
- Opening (clear) span (ft) 6
- Wall weight above (psf) 60
- Height of wall above opening (ft) 5
You get
- Lintel dead load 540 lb (arching, triangular)
- Equivalent UDL 90 lb/ft
Details, formula, and sources
The triangular dead load a lintel carries within a 45-degree triangle (height span/2) when the wall above >= span/2, else the full rectangle. A 6 ft opening, 60 psf, 5 ft above -> 540 lb (90 lb/ft); only 2 ft above -> the full 720 lb. Dead load only; the engineer of record governs.
tri_h = span/2; if wall_above >= tri_h: W = 0.5 x span x tri_h x wall_psf (arching); else W = span x wall_above x wall_psf (full rectangle); UDL = W/span.
The masonry arching-action lintel-load method (TMS 402 commentary / masonry design references), by name.
The 45-degree arching triangle for masonry lintel loads is a standard masonry-design method (TMS 402 commentary / masonry design references). The engineer of record governs.
Estimate. AHJ and licensed professional govern.
Field names used by the API: span_ft, wall_psf, wall_h_above, W_lb, w_udl_plf
- Arching triangle 45-degree triangle, height span/2; arches only when wall above >= span/2masonry design method
- No arching case insufficient wall above -> the full rectangle span x height x psf (more load)masonry design method
- Dead load only add floor/roof/superimposed loads separately; confirm bond and no control jointscope of this tile