Aci Concrete Mix Design Excel Sheet ❲2024❳
When you download or build an , look for these advanced features:
From ACI Table 6.3.4 (a) for strength:
| Feature | Benefit | |---------|---------| | | Reduces risk in water-cement ratio, aggregate moisture adjustments. | | Built-in ACI tables | Embeds Table 6.3.3 (water vs. slump), Table 6.3.6 (coarse aggregate volume), etc. | | Moisture correction | Properly adjusts batch weights for SSD to actual moisture conditions. | | Air entrainment handling | Includes target air % based on exposure (freeze-thaw, sulfate). | | Unit conversion | Converts between lb/yd³ and kg/m³, plus volume (ft³ to m³). | | Trial batch scaling | Allows small (e.g., 0.5–2 ft³) batch adjustments before plant production. | aci concrete mix design excel sheet
ws.cell(row=row, column=1, value="4. Coarse Aggregate Factor (from ACI Table 6.3.6)").font = subheader_font ws.cell(row=row, column=2, value="vol/vol") fm_input = 'B18' # Fineness modulus ca_factor = 'IF(AND(B6>=0.75, B6<=1), 0.68, IF(B6=1.5, 0.67, 0.7))' # simplified ws.cell(row=row, column=3, value="Formula based on NMAS & FM") ws.cell(row=row, column=4, value=ca_factor) row += 1 When you download or build an , look