Choose the maximum aggregate size based on the dimensions of the piece and reinforcement spacing.
for comp, wt_form, sg_form, vol_form in components: ws.cell(row=row, column=1, value=comp).border = thin_border ws.cell(row=row, column=2, value=wt_form).border = thin_border ws.cell(row=row, column=3, value=sg_form).border = thin_border ws.cell(row=row, column=4, value=vol_form).border = thin_border row += 1 aci concrete mix design excel sheet
Select a ratio based on the target compressive strength and exposure conditions. Choose the maximum aggregate size based on the
ws.cell(row=row, column=1, value="2. Water-to-Cementitious Ratio (from ACI Table 6.3.4)").font = subheader_font ws.cell(row=row, column=2, value="w/cm") formula_wcm = 'IF(B4>=4000, IF(B4=4000, 0.57, IF(B4=5000, 0.48, "Interpolate")), 0.68)' ws.cell(row=row, column=3, value="Formula") ws.cell(row=row, column=4, value=formula_wcm) row += 1 vol_form in components: ws.cell(row=row