Estimate Gravel, Cement and Sand for Plain Cement Concrete work (ccwork)
Estimate materials and labor required for concrete work based on dimensions and ratios. Calculate cement, sand, gravel, and labor needs.
Estimate Gravel, Cement and Sand for Plain Cement Concrete work
Purpose
The function helps users estimate the amount of gravel, cement, and sand required for Plain Cement Concrete work based on user input.
Use Cases
- Users planning to undertake concrete work at their home or construction site.
- Users looking to calculate the materials needed for a specific concrete project.
How to Use
- Enter the values in the input fields provided.
- Click on the "Calculate" button to get the estimated quantities of gravel, cement, and sand.
Input Values
- Work Thickness - Thickness of the concrete work (default unit is inch).
- Work Length - Length of the concrete work (default unit is feet).
- Work Width - Width of the concrete work (default unit is inch).
- Cement Sand Gravel Ratio - Ratio of cement, sand, and gravel in the mix.
- Sand Part - Proportion of sand in the mix.
- Gravel Part - Proportion of gravel in the mix.
- Mortar Dry Volume Factor - Factor for dry volume of mortar.
- Cement Bag Volume - Volume of cement bag (default unit is cubic feet per bag).
- Skilled Labour - Amount of work skilled labor can complete in a day (default unit is cubic feet per manday).
- Unskilled Labour - Amount of work unskilled labor can complete in a day (default unit is cubic feet per manday).
Output Values
- Cement - Estimated quantity of cement in bags.
- Sand - Estimated quantity of sand in cubic feet.
- Gravel - Estimated quantity of gravel in cubic feet.
- CC Work Volume - Total volume of the concrete work in cubic feet.
- Skilled Labour - Number of skilled labor days required.
- Unskilled Labour - Number of unskilled labor days required.
Any other Instruction
- Make sure to input accurate values for the best estimate.
- Contact a professional if you are unsure about any of the input values.
Calculation Steps
- Calculate work volume based on length, width, and thickness.
- Determine mortar dry volume using the factor provided.
- Calculate total cement, sand, and gravel volumes based on the ratios and parts.
- Estimate the number of skilled and unskilled labor days needed.
Technical Parameter Names
work_thickness, work_length, work_width, cement_sand_gravel_ratio, sand_part, gravel_part, mortar_dry_volume_factor, cement_bag_volume, skilled_labour, unskilled_labour
Return Values
Cement, Sand, Gravel, CC Work Volume, Skilled Labour, Unskilled Labour
Example Expressions
You can use the following expressions to directly evaluate in a non-interactive manner using eva():
ccwork(work_thickness='3 inch', work_length='10.0 ft', work_width='15 inch', cement_sand_gravel_ratio=1.0, sand_part=2.0, gravel_part=4.0, mortar_dry_volume_factor=1.4, cement_bag_volume='1.25 ft**3/bag', skilled_labour='10 cft/manday', unskilled_labour='10 cft/manday')
ccwork(work_thickness='4 inch', work_length='12.0 ft', work_width='18 inch', cement_sand_gravel_ratio=1.5, sand_part=2.5, gravel_part=3.5, mortar_dry_volume_factor=1.6, cement_bag_volume='1.5 ft**3/bag', skilled_labour='12 cft/manday', unskilled_labour='8 cft/manday')
Click on Help icon to open the help page on a separate window.