Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Shot peening intensity is critical for ensuring consistent surface enhancement in aerospace and automotive components. SAE J2597-2017 provides a standardized method for using computer algorithms to generate saturation curves, eliminating the subjectivity of manual curve fitting. This article summarizes the standard’s requirements, validation criteria, and implementation insights.
Manual construction of saturation curves is time-consuming and inconsistent. Computer algorithms offer a repeatable, objective approach to deriving peening intensity from Almen arc height vs. exposure time (or inverse feed rate) data. The standard promotes consistent data treatment, easy archiving of results, and algorithmic validation against ten predefined data sets. It also allows users to convert arc height values into thousandths of an inch (e.g., 0.012 inches becomes 12) to avoid numerical instability in some curve-fitting solvers.
The standard includes ten data sets—seven using exposure time and three using inverse feed rate—each with a target intensity answer. The algorithm must match every target within ±0.001 inches (0.0254 mm). For example, data set 1 involves four exposure times and corresponding arc heights, with a target intensity of 0.0064 inches (6.4 thousandths). The table below shows the raw data for this set.
| Exposure Time (min) | Arc Height (in) |
|---|---|
| 4 | 0.0060 |
| 6 | 0.0069 |
| 8 | 0.0070 |
| 12 | 0.0070 |
Design insight: When implementing algorithms, consider converting arc heights to thousandths of an inch for computational stability. Also, always examine the physical plausibility of fitted curves—erroneous data can produce invalid intensity values.
SAE J2597-2017 provides three example algorithms, but any algorithm meeting the validation tolerance is acceptable.
📁 Documentation Requirements The algorithm must include a method to track revision levels and modification dates to ensure data traceability and compliance.
⚠️ Caution: Validate Your Data Before relying on automated results, independently verify the input data and the derived intensity. Outliers or measurement errors can lead to false saturation curves.
It defines a procedure for using computer algorithms to generate shot peening saturation curves, ensuring consistent and objective intensity determination while providing a means to archive results.
The calculated intensity for each of the ten data sets must be within ±0.001 inches (0.0254 mm) of the target answer provided in the standard.
Yes. Any algorithm can be used as long as it passes the validation tests for all ten data sets within the specified tolerance.
Many curve‑fitting programs do not handle extremely small numbers (e.g., 0.006) well. Scaling up avoids underflow and improves numerical accuracy.