Concrete Isolation-Joint Filler Takeoff

Isolation-joint filler around a slab where it abuts rigid elements, so it can move freely.

Run the calculator

Example

You enter

You get

Details, formula, and sources

Pre-molded isolation-joint filler (usually 1/2 in fiber or foam) around a slab-on-grade where it abuts rigid elements so it can move independently: filler = 2 x (length + width) + columns x column-perimeter, strips = ceil(filler / strip length). A 40 x 30 ft slab around six 12 in columns is 164 LF (140 perimeter + 24 columns), 17 ten-foot strips; a 50 x 40 ft slab with no interior columns is 180 LF. This is distinct from the sawn CONTROL joints, which relieve shrinkage within the slab. The structural and slab-on-grade details (ACI 302 / ACI 360) govern where the isolation joints go and the filler type.

slab_perimeter_ft = 2 x (slab_length_ft + slab_width_ft); column_isolation_ft = round(num_columns) x column_perimeter_ft; filler_lf = slab_perimeter_ft + column_isolation_ft; strips = ceil(filler_lf / strip_length_ft).

ACI 302 (Guide for Concrete Floor and Slab Construction) and ACI 360 (Design of Slabs-on-Ground) isolation-joint practice, by name; the structural detail governs the joint locations.

The takeoff arithmetic is public first-principles (perimeter plus column perimeters over strip length); the joint locations and the 1/2 in filler type come from the ACI 302 / 360 slab-on-grade detail.

Estimate. AHJ and licensed professional govern.

Field names used by the API: slab_length_ft, slab_width_ft, num_columns, column_perimeter_ft, strip_length_ft, filler_lf, strips

Related tools