Simple overbreak example
P=3.00 m, A=3.30 m
Output
Dilution 9.09%, ore loss 0.00%, ore recovery 100.00%
Estimate dilution and ore loss from planned width, mined width, and boundary split error.
This quick calculator is for underground mining, short-term planners, and engineers who need a fast first check. It stays width-based instead of trying to solve a full optimization problem.
Simple mode: delta = A - PSimple mode: dilution = max(0, A - P) / A × 100Simple mode: ore loss = max(0, P - A) / P × 100Boundary mode: ore recovered = max(0, P - U)Boundary mode: waste included = max(0, O)Boundary mode: dilution = waste included / (ore recovered + waste included) × 100Boundary mode: ore loss = min(100, U / P × 100)