wear_estimate
Estimate sliding wear volume and depth loss using Archard's equation from load, sliding distance, material pair, and hardness, with pass/fail gating.
Instructions
Estimate sliding wear (Archard): V = k·F·s/H. k (wear_coef) is empirical — pass it, or it's looked up by the material_pair's category pair (order-of- magnitude). H (hardness_mpa) defaults to Tabor 3·σ_y of the softer member. With apparent_area_mm2 a mean depth is reported and gated by max_depth_mm. Returns {wear_coef, hardness_mpa, volume_loss_mm3, depth_loss_mm, coef_basis, hardness_basis, pass}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| load_n | Yes | ||
| wear_coef | No | ||
| hardness_mpa | No | ||
| max_depth_mm | No | ||
| material_pair | No | ||
| sliding_dist_m | Yes | ||
| apparent_area_mm2 | No |