Masonry Coursing and Course-Out Check

How many courses reach a height and whether that height lands on a module.

Run the calculator

Example

You enter

You get

Details, formula, and sources

course = unit + bed joint (CMU 8 in, three brick courses 8 in), courses = round(target / course), and a course-out flag when the wall top or opening is off-module and forces a cut course or fattened joints. Nominal dimensions; the product and the mason's joint govern - a layout aid, not a stamped elevation.

course_in = unit_in + joint_in; courses = round(target_in / course_in); built_in = courses x course_in; off_in = target_in - built_in; on_module = |off_in| < 0.0625.

First-principles coursing relation with the Brick Industry Association (BIA) Technical Notes on modular masonry and the NCMA TEK dimensioning references (by name).

The coursing relation is public modular-masonry layout (CMU 8 in course, three brick courses 8 in). The BIA Technical Notes and NCMA TEK references are named.

Estimate. AHJ and licensed professional govern.

Field names used by the API: target_in, unit_in, joint_in, course_in, courses, built_in, off_in, on_module

Related tools