Aci Concrete Mix Design Excel Sheet [hot] Online
Example: Reinforced foundation walls and footings typically require a slump of 1 to 3 inches, while columns require 1 to 4 inches. Step 2: Choice of Maximum Size of Coarse Aggregate
To find the remaining sand content, the spreadsheet calculates the absolute volumes of all known ingredients using their specific gravities ( SGcap S cap G ) and the unit weight of water ( 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 Critical Data Inputs for Your Sheet The ACI
: Adjust batch weights to account for surface moisture and absorption in aggregates. Critical Data Inputs for Your Sheet 3. Immediate Moisture Adjustments
The ACI method relies heavily on standard tables (like estimated water content for a given slump, or volume of coarse aggregate per unit of volume). Excel allows you to store these tables in hidden or reference tabs. Using lookup functions (like VLOOKUP or INDEX/MATCH) or macros, the sheet automatically pulls the correct values based on your inputs. 3. Immediate Moisture Adjustments
