Estimate Cement and Sand for Plaster work (plaster)
Estimate Cement and Sand for Plaster work with ease. Get accurate quantities for your project quickly. Save time and resources.
Estimate Cement and Sand for Plaster work
Purpose
This function helps you estimate the amount of cement and sand required for plaster work, along with the area of the work and the number of skilled and unskilled labor days needed.
Use Cases
- Before starting a plastering project, you can use this function to plan and purchase the right amount of materials.
- Contractors can use this function to estimate labor costs and plan their workforce accordingly.
How to Use
- Enter the thickness, length, and width of the plaster work.
- Specify the cement-sand ratio, sand part, and other necessary details.
- Click on the calculate button to get the estimated values.
Input Values
- Work Thickness: Thickness of the plaster work (default unit is inch)
- Work Length: Length of the plaster work (default unit is foot)
- Work Width: Width of the plaster work (default unit is foot)
- Work Side: Number of sides of the work
- Cement-Sand Ratio: Ratio of cement to sand (default is 1.0)
- Sand Part: Part of sand in the mixture (default is 4.0)
- Mortar Dry Volume Factor: Factor for dry mortar volume (default is 1.5)
- Cement Bag Volume: Volume of a cement bag (default is 1.25 ft^3/bag)
- Skilled Labour: Area covered by skilled labor in a day (default is 75 ft^2/manday)
- Unskilled Labour: Area covered by unskilled labor in a day (default is 50 ft^2/manday)
Output Values
- Cement: Amount of cement needed (in bags)
- Sand: Amount of sand needed (in cubic feet)
- Plaster Work Area: Area of the plaster work (in square feet)
- Skilled Labour: Number of skilled labor days required
- Unskilled Labour: Number of unskilled labor days required
Any other Instruction
- Make sure to double-check the input values before calculating to ensure accurate estimates.
- If you are unsure about any input value, consult with a professional or refer to the project requirements.
Steps of Calculation
- Calculate the work volume and area based on the input dimensions.
- Determine the dry mortar volume and the parts of cement and sand in the mixture.
- Estimate the total volume of cement and sand required.
- Calculate the number of skilled and unskilled labor days needed.
Technical Parameters
work_thickness, work_length, work_width, work_side, cement_sand_ratio, sand_part, mortar_dry_volume_factor, cement_bag_volume, skilled_labour, unskilled_labour
Return Values
Cement, Sand, Plaster Work Area, Skilled Labour, Unskilled Labour
Example Expressions
You can use the following expressions to directly evaluate in a non-interactive manner using eva():
- Calculate Cement and Sand for a plaster work with dimensions 0.5 inch thickness, 12 ft length, 10 ft width, and a cement-sand ratio of 1.0:
plaster('0.5 inch', '12 ft', '10 ft', 2, 1.0, 4.0, 1.5, '1.25 ft**3/bag', '75 sft/manday', '50 sft/manday')
- Estimate Cement and Sand for a larger plaster work with dimensions 1 inch thickness, 20 ft length, 15 ft width, and a sand part of 3.5:
plaster('1 inch', '20 ft', '15 ft', 2, 1.0, 3.5, 1.5, '1.25 ft**3/bag', '75 sft/manday', '50 sft/manday')
Click on Help icon to open the help page on a separate window.