| ProjectSample Project — Demonstration Only | Job No.SAMPLE-001 | Client— |
| CalculationWelding Tee Stress Intensification Factor Calculator (B31.3 App. D / B31J) | Calc byPiping Toolset (calc-core) | Checked byUNCHECKED — sample |
| Date2026-09-13 | Rev0 | BasisASME B31.3 Appendix D Table D300 closed forms (elbow: h=T·R1/r2², ii=0.9/h^⅔, io=0.75/h^⅔; welding tee: h=3.1·T/r2 base entry or 4.4·T/r2 Note (7) alternate, io=0.9/h^⅔, ii=0.75·io+0.25) — legacy code-of-record use |
NPS 6 Sch 40 welding tee (6.625 in OD × 0.28 in nominal wall) per ASME B16.9 — the same pipe size the App D closed form is validated against in the PVP-parity test suite.
| Component | welding tee | — |
| Pipe OD D | 6.625 | in |
| Nominal wall T | 0.28 | in |
Closed-form welding-tee relations, evaluated in sequence from the pipe geometry:
r2 = (D − T) / 2
h = 3.1·T / r2 (Table D300 entry) or h = 4.4·T / r2 (Note (7): rx ≥ Db/8 and Tc ≥ 1.5T)
io = max( 0.9 / h2/3 , 1 ) ii = max( 0.75·io + 0.25 , 1 ) k = 1
The tee-form input selects the coefficient. The 4.4 form is Table D300's Note (7) alternative for a tee whose crotch radius rx ≥ Db/8 and crotch thickness Tc ≥ 1.5T (B31.1's legacy Table D-1 Note (7) is the same form) and is the default, because the PVP-parity value this module was validated against was computed on it; the 3.1 form is the table's unconditional entry for any B16.9 welding tee, and because io varies as h−2/3 it returns SIFs about 26 % higher — (4.4/3.1)2/3 = 1.263 on io. The result names the form applied so the calculation sheet carries it. Here D is the pipe outside diameter, T the nominal (mean) wall thickness, and r2 the mean pipe radius. The bend-radius input that the elbow closed form needs is not used here — a welding tee has no bend radius. io is computed first from h; ii is then derived from io by Table D300's fixed linear relation rather than from its own independent formula, and k is taken as 1 outright because a tee's branch does not gain the flexibility credit a curved bend does. Both SIFs are floored at 1 — a computed value below 1 (heavy wall relative to radius) is reported as 1, matching the Code's floor. The calculator also flags h < 0.05 as outside the closed form's validated range, where B31J tabular data should be used instead of the formula.
| h — flexibility characteristic | 0.38834 | — |
| io — out-of-plane SIF | 1.69084 | — |
| ii — in-plane SIF | 1.51813 | — |
| k — flexibility factor | 1 | — |
The result values above are locked as fixture b31-sif.json, case
“PVP: 6in sch40 welding tee”, tolerance 0.00001, 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.3, Process Piping — Appendix D, Table D300, stress intensification and flexibility factors for welding tees. · ASME B31J, Standard Test Method for Determining Stress Intensification Factors (i-Factors) for Metallic Piping Components — the tabular dataset these closed forms approximate absent Code Data Service tables. · ASME B16.9, Factory-Made Wrought Buttwelding Fittings — the welding-tee dimensional standard the closed form's geometry assumes.