| ProjectSample Project — Demonstration Only | Job No.SAMPLE-001 | Client— |
| CalculationCharpy Arrest Energy Calculator (Battelle CVN Requirement) | Calc byPiping Toolset (calc-core) | Checked byUNCHECKED — sample |
| Date2026-07-31 | Rev0 | BasisBattelle/AGA ductile fracture arrest correlation CVN = 0.0108·σh²·(R·t)^⅓, per the ASME B31.8 ¶841.1.2 basis |
An NPS 12 gas transmission line: 12.75 in OD (6.375 in outside radius) with a 0.375 in wall, operating at a hoop stress of 40 ksi. The mill certificates for the heat report a full-size Charpy energy of 30 ft·lbf at the minimum design temperature.
| Hoop stress σh | 40 | ksi |
| Outside radius R | 6.375 | in |
| Wall thickness t | 0.375 | in |
| Available full-size CVN | 30 | ft·lbf |
The Battelle/AGA correlation for the minimum full-size Charpy energy required to arrest a propagating ductile fracture in conventional line pipe:
CVNreq = 0.0108 · σh2 · ( R · t )1/3
ratio = CVNavailable / CVNreq → PASS when ratio ≥ 1
Units are fixed by the coefficient and are not interchangeable: σh in ksi (not psi), R the outside radius in inches (not the diameter), t the wall thickness in inches, and the result in ft·lbf. The 0.0108 constant carries the unit system inside it — it is a published empirical coefficient fitted to full-scale burst test data, not a code table value, which is why it is implemented here rather than left as an input.
The shape of the equation is worth reading before the number is. The requirement rises with the square of hoop stress and only with the cube root of the R·t product. That asymmetry is the whole engineering story: operating pressure dominates, and geometry barely moves the answer. Doubling R·t — a much larger, much heavier pipe — raises the toughness requirement by only 26%, while a 25% increase in hoop stress raises it by 56%.
The engine validates that σh, R and t are positive and that the available CVN is non-negative, then reports the requirement, the ratio to five decimals, and the verdict. Every run carries a standing warning that the correlation is calibrated for conventional-strength line pipe: rich gas, high grades from X80 upward, and low design temperatures all sit outside the data the fit was built on and need the governing code's correction factors or a full two-curve assessment.
| requiredCVN — Battelle arrest requirement | 23.105 | ft·lbf |
| ratio — available / required | 1.2984 | — |
The result values above are locked as fixture charpy-arrest.json, case
“σh=40 ksi, NPS 12 t=0.375, 30 ft·lb available — passes”, tolerance 0.001, in the calc-core continuous
verification gate (see https://pipingtoolset.com/trust/validation.html). Allowable-stress and factor data are
user-supplied inputs; citations: ASME B31.8, Gas Transmission and Distribution Piping Systems — ¶841.1.2, fracture control and arrest toughness requirements for steel pipe. · W. A. Maxey et al., Battelle Memorial Institute / American Gas Association — full-scale burst test programme and the ductile fracture arrest correlation, including the two-curve model this screening form derives from. · API 5L, Line Pipe — source of the supplementary Charpy impact requirements and the pipe body test regime; the certified CVN value is user-supplied from the material test report. · ASTM E23, Notched Bar Impact Testing of Metallic Materials — full-size (10 × 10 mm) specimen basis the 0.0108 coefficient is calibrated to; sub-size results require conversion before use. · The 0.0108 coefficient is a published empirical constant of the correlation, not a code table value.