Choose the tone that fits your audience:
Where:
Include a to auto-sweep powder factor and output min cost. kuz-ram model excel
The Kuznetsov equation estimates the — the size at which 50% of the material passes. Choose the tone that fits your audience: Where:
A basic model works, but a professional tool includes: Generating the S-Curve (Rosin-Rammler)
Sub RunKuzRamSensitivity() Dim pf As Double Dim row As Integer row = 2 For pf = 0.4 To 1.2 Step 0.05 Sheets("Input").Range("q_factor") = pf Sheets("Results").Cells(row, 1) = pf Sheets("Results").Cells(row, 2) = Sheets("Calc").Range("P80_mm") row = row + 1 Next pf End Sub
n = (2.2 - 14 * (B/D)) * (1 - W/B) * ((1 + S/B)/2)^0.5 * (L/H) : Burden (m) S : Spacing (m) D : Hole Diameter (mm) L : Charge Length (m) H : Bench Height (m) 4. Generating the S-Curve (Rosin-Rammler)