Estimate Brick, Cement and Sand for Brickwork (brickwork)
Estimate materials and labor for brickwork. Calculate bricks, cement, sand, and labor needed for a project.
Estimate Brick, Cement and Sand for Brickwork
Purpose
The "Estimate Brick, Cement and Sand for Brickwork" function helps users calculate the quantity of bricks, cement, sand, and labor required for a brickwork project based on the input dimensions and ratios.
Use Cases
- Construction projects involving brickwork
- Estimating materials and labor costs for brickwork
How to Use
- Enter the dimensions and details required for the calculation.
- Click on the "Calculate" button to get the estimated quantities of bricks, cement, sand, and labor.
Input Values
- Brick Length: Length of a brick (default unit is inch)
- Brick Width: Width of a brick (default unit is inch)
- Brick Height: Height of a brick (default unit is inch)
- Work Thickness: Thickness of the brickwork (default unit is inch)
- Work Length: Length of the brickwork area (default unit is foot)
- Work Width: Width of the brickwork area (default unit is foot)
- Cement-Sand Ratio: Ratio of cement to sand
- Sand Part: Part of sand in the mortar mix
- Mortar Dry Volume Factor: Factor for dry volume of mortar
- Mortar Thickness: Thickness of the mortar layer (default unit is inch)
- Cement Bag Volume: Volume of a cement bag (default unit is cubic foot per bag)
- Brick Wastage: Percentage of wastage in brick usage
- Skilled Labour: Volume of work a skilled laborer can do in a day (default unit is cubic foot per manday)
- Unskilled Labour: Volume of work an unskilled laborer can do in a day (default unit is cubic foot per manday)
Output Values
- Total Number of Bricks: Number of bricks needed
- Total Cement Volume: Volume of cement required (in bags)
- Total Sand Volume: Volume of sand required (converted to cubic feet)
- Brick Work Volume: Volume of the brickwork area (converted to cubic feet)
- Skilled Labour: Number of skilled laborers required (in mandays)
- Unskilled Labour: Number of unskilled laborers required (in mandays)
Any other Instruction
- Ensure all input values are entered correctly to get accurate estimates.
- Pay attention to the units of measurement for input values.
- Click on the "Calculate" button only once to avoid duplicate calculations.
Code Analysis
- Calculate the volume of bricks with and without mortar.
- Determine the total work volume.
- Calculate the number of bricks needed and account for wastage.
- Estimate the volume of mortar, cement, and sand required.
- Calculate the number of skilled and unskilled laborers needed.
Technical Parameters
- brick_length, brick_width, brick_height, work_thickness, work_length, work_width, cement_sand_ratio, sand_part, mortar_dry_volume_factor, mortar_thickness, cement_bag_volume, brick_wastage, skilled_labour, unskilled_labour
Return Values
- Total Number of Bricks, Total Cement Volume, Total Sand Volume, Brick Work Volume, Skilled Labour, Unskilled Labour
Example Expressions
You can use the following expressions to directly evaluate in a non-interactive manner using eva():
eva(brickwork(brick_length='8 inch', brick_width='4 inch', brick_height='2.5 inch', work_thickness='4 inch', work_length='8 ft', work_width='6 ft', cement_sand_ratio=1.5, sand_part=3.0, mortar_dry_volume_factor=1.2, mortar_thickness='0.4 inch', cement_bag_volume='1.5 ft**3/bag', brick_wastage='5 pct', skilled_labour='25 cft/manday', unskilled_labour='18 cft/manday'))
eva(brickwork(brick_length='9 inch', brick_width='4.5 inch', brick_height='3 inch', work_thickness='5 inch', work_length='10 ft', work_width='8 ft', cement_sand_ratio=1.2, sand_part=4.0, mortar_dry_volume_factor=1.3, mortar_thickness='0.6 inch', cement_bag_volume='1.75 ft**3/bag', brick_wastage='6 pct', skilled_labour='28 cft/manday', unskilled_labour='22 cft/manday'))
Click on Help icon to open the help page on a separate window.