PREN Calculator (Pitting Resistance Equivalent, ASME BPE)
Computes the pitting resistance equivalent from alloy composition — PREN = %Cr + 3.3(%Mo + 0.5%W) + 16%N for stainless and duplex grades, %Cr + 1.5(%Mo + %W + %Nb) for nickel alloys — and reports which ASME BPE App F-3 classification band the index falls in.
Method last updated (calculation changelog) · fixture-verified on every build — most recently 2026-09-03.
Built and fixture-verified by Matthew Norris, P.E. — active P.E. licensure in Arizona, California, Kansas, Missouri, North Carolina, Texas.
PREN ranks an alloy's resistance to chloride pitting by weighting the three elements that actually buy that resistance: chromium at unit weight, molybdenum at 3.3 (with tungsten counted at half its own weight, because tungsten's atomic weight is roughly twice molybdenum's — the two are about equivalent atom-for-atom, so an equal weight percent of tungsten supplies only half as many atoms), and nitrogen at 16. It is the number a hygienic material specification argues over when 316L is proposed for a chloride-bearing service and someone asks whether a duplex or a 6-moly grade is warranted. This calculator takes the composition off the mill test report, applies the stainless/duplex or the nickel-alloy form, and reports both the index and the App F-3 classification band — standard grade, higher-alloy, or the top band: super-duplex/super-austenitic for the stainless form, super-austenitic/super-alloy for the nickel form. Reach for it during material selection, when qualifying a substitute grade a supplier has offered against the one the specification names, and when a heat's actual certified chemistry sits near the bottom of its grade's composition range and you want to know what you are really getting rather than what the grade name implies.
.pcp project files and the batch runner —
$2.99 / month. Compare tiers →Method
stainless / duplex: PREN = %Cr + 3.3(%Mo + 0.5·%W) + 16·%N
nickel alloys: PREN = %Cr + 1.5(%Mo + %W + %Nb)
The calculator applies one of two closed forms according to the alloy family you select, then places the result on a band scale. For stainless steels and duplexes, chromium enters at unit weight, molybdenum at 3.3, tungsten at half the molybdenum weight, and nitrogen at 16 — the nitrogen coefficient is large because nitrogen is a potent and cheap pitting inhibitor in austenitic and duplex structures, which is why nitrogen-alloyed grades outrank their nitrogen-free equivalents on the same chromium and molybdenum. For nickel-base alloys the form changes: chromium still enters at unit weight, but molybdenum, tungsten and niobium share a single 1.5 coefficient, so the same nominal molybdenum content produces a very different index depending on which form is applied. Selecting the wrong family is the most common way to get a wrong answer here, and it is not a small error. The index is then classified against two thresholds — higher-alloy and super-duplex/super-austenitic — both of which arrive as defaulted inputs rather than hard-coded constants, so a specification that draws its bands elsewhere can be honoured without a software change. Every element is optional except chromium and molybdenum; omitted elements are taken as zero, which is the conservative reading of a mill certificate that does not report them.
| Inputs | ||
|---|---|---|
| family | Stainless/duplex or nickel — selects the PREN form | — |
| Cr, Mo | Chromium and molybdenum | wt % |
| W, N, Nb | Tungsten, nitrogen, niobium (optional, default 0) | wt % |
| thresholds | Higher-alloy and super band limits (defaulted) | — |
| Outputs | ||
| PREN | Pitting resistance equivalent index | — |
| classification | App F-3 band the index falls in | — |
Limitations — what this calculator is not
- PREN is a composition index, not a corrosion rate and not a service prediction. It ranks alloys against one another for chloride pitting; it says nothing about the temperature, chloride concentration, pH or crevice geometry that decide whether pitting actually initiates.
- It does not cover crevice corrosion, stress-corrosion cracking, or microbiologically influenced corrosion — all of which are real failure modes in hygienic distribution loops and none of which track PREN.
- The index rewards nitrogen heavily, so a heat certified at the low end of its nitrogen range scores materially below a heat at the top of the same range, on the same grade name. Enter certified chemistry from the MTR, not the grade's nominal or mid-range composition.
- Selecting the wrong alloy family silently produces a wrong number rather than an error: the same composition run through the stainless form and the nickel form gives different indices, and both look plausible. The family is the first input for that reason.
- The classification thresholds are descriptive bands, not acceptance criteria. A grade one point below a threshold is not meaningfully different from one a point above it — treat the band as a label on a continuum, and the index itself as the comparable quantity.
- Thermal history is invisible to the calculation. A duplex held in the sigma-phase range during fabrication, or a sensitised austenitic weld heat-affected zone, has the same certified composition and the same PREN as sound material while performing far worse. Composition sets the ceiling; processing decides how much of it survives.
- Surface condition is likewise outside the index: an as-welded, heat-tinted or free-iron-contaminated surface pits at chlorides well below what the bulk composition would suggest. PREN assumes the passive film the alloy is capable of, which is what electropolishing and passivation exist to deliver.
- Weld filler and the parent metal are different alloys with different indices. On a hygienic tube system the autogenous weld has the parent composition, but any filler-added joint should be evaluated on the filler's chemistry — the joint's resistance is set by its weakest constituent, not its average.
Worked example — fixture-verified
A 316L hygienic distribution loop. The mill certificate reports 17.0 % Cr, 2.10 % Mo and 0.050 % N; no tungsten. Stainless/duplex form.
| Given | ||
|---|---|---|
| Alloy family | stainless | — |
| Chromium Cr | 17 | wt % |
| Molybdenum Mo | 2.1 | wt % |
| Nitrogen N | 0.05 | wt % |
Step by step
- Molybdenum term: 3.3 × (2.1 + 0.5 × 0) = 6.93.
- Nitrogen term: 16 × 0.05 = 0.80.
- PREN = 17 + 6.93 + 0.80 = 24.73.
- Below the higher-alloy threshold → band: standard grade.
| Result COMPUTED | ||
|---|---|---|
| PREN | 24.73 | — |
| Classification | standard grade | — |
That is the honest position of 316L: a workhorse for WFI and clean-steam distribution, and a standard grade on the pitting scale. Where the loop carries chlorides — a process stream, a cooling jacket, or a CIP chemistry with chloride in it — the two worked examples below show what moving up the scale actually buys.
pre-pren.json — case “316L austenitic” (tolerance 0.001) — in the
calc-core release gate. It re-runs on every commit; a red fixture blocks deployment.
See the validation methodology.Worked example 2 — 2507 super-duplex on the same scale
The same calculation for a 2507 super-duplex heat: 25 % Cr, 4.0 % Mo, 0.28 % N. This is the grade normally proposed when a hygienic loop has a genuine chloride problem 316L cannot hold.
| Given | ||
|---|---|---|
| Alloy family | stainless | — |
| Chromium Cr | 25 | wt % |
| Molybdenum Mo | 4 | wt % |
| Nitrogen N | 0.28 | wt % |
Step by step
- Molybdenum term: 3.3 × 4 = 13.2.
- Nitrogen term: 16 × 0.28 = 4.48.
- PREN = 25 + 13.2 + 4.48 = 42.68.
- At or above the super threshold → band: super-duplex / super-austenitic.
| Result COMPUTED | ||
|---|---|---|
| PREN | 42.68 | — |
| Classification | super-duplex / super-austenitic | — |
Note where the gain comes from. Chromium contributes 8 points more than the 316L case, but molybdenum contributes 6.27 more and nitrogen 3.68 more on quantities that look small on a certificate — 0.28 % nitrogen is worth nearly four and a half PREN points on its own. That is why nitrogen content, not just the grade name, belongs in a hygienic material specification.
Fixture case “2507 super-duplex” (tolerance 0.001) — locked in the same release gate as the example above.
Worked example 3 — alloy 625, and why the family selector matters
A nickel-base alloy 625 component in the same system: 21 % Cr, 9 % Mo, 3.5 % Nb. Nickel form.
| Given | ||
|---|---|---|
| Alloy family | nickel | — |
| Chromium Cr | 21 | wt % |
| Molybdenum Mo | 9 | wt % |
| Niobium Nb | 3.5 | wt % |
Step by step
- Nickel form: PREN = 21 + 1.5 × (9 + 0 + 3.5).
- Bracket: 9 + 3.5 = 12.5; × 1.5 = 18.75.
- PREN = 21 + 18.75 = 39.75 → band: higher-alloy.
| Result COMPUTED | ||
|---|---|---|
| PREN | 39.75 | — |
| Classification | higher-alloy | — |
Run the same composition through the stainless form by mistake and molybdenum alone would contribute 29.7 instead of 13.5, putting the alloy well into the super band on an arithmetic error. The family selector is not a convenience — it is the difference between a defensible material comparison and an indefensible one.
Fixture case “alloy 625 nickel form” (tolerance 0.001) — locked in the same release gate as the example above.
Sources & citations
- ASME BPE — App. F-3, PRE/PREN forms and the descriptive classification bands (thresholds are defaulted inputs).
Per the source & citation policy, allowable-stress and factor table values are user-supplied. Where a page does reproduce specific ASME data (the B16.5 ratings, the quick-reference tables), it states the source table and conditions inline.
FAQ
What PREN do I actually need for a hygienic loop?
There is no code-mandated minimum — PREN is a ranking index, and the acceptance criterion belongs to your material specification and the service. The useful framing is chloride tolerance at temperature, and the practical breakpoints most specifications work to are these: standard-band grades such as 316L are routinely accepted for WFI, clean steam and purified water, where chlorides are essentially absent by definition of the water quality. Once chlorides are present — a process stream, a jacket on cooling water, a CIP formulation containing chloride, or a seawater-cooled utility — the standard band starts to be the wrong tool, and the argument moves to the higher-alloy and super bands. The number to write into a specification is a minimum PREN plus a minimum nitrogen content, not a grade name, because the grade name permits a range and the range matters.
Why is nitrogen weighted at 16 when chromium is weighted at 1?
Because the coefficients are empirical fits to pitting-potential data, not stoichiometry, and nitrogen turns out to be extraordinarily effective per unit mass. Nitrogen in solid solution raises the pitting potential, stabilises the austenite phase, and appears to concentrate at the passive-film interface where pitting initiates. The practical consequence is worth internalising: on the 316L example above, 0.05 % nitrogen contributes 0.80 PREN points, while on the 2507 example 0.28 % contributes 4.48 — about a tenth of that alloy's whole index, from a quantity that reads as a rounding error on a mill certificate. It also explains a common surprise: two heats certified to the same grade, one at the low end and one at the high end of the permitted nitrogen range, can differ by two or more PREN points, which is a larger spread than many grade-to-grade comparisons people argue about.
Does a higher PREN mean I can skip electropolishing or passivation?
No, and treating it that way inverts the relationship. PREN describes the corrosion resistance the alloy is capable of when it carries a fully-formed, chromium-enriched passive film. Electropolishing and passivation exist to deliver that film — removing the worked, iron-contaminated, oxygen-depleted skin left by forming and welding, and enriching what remains in chromium. A super-duplex surface left heat-tinted from an unpurged weld will pit before a properly passivated 316L surface in the same water, because the tinted surface is chromium-depleted and the index no longer describes it. The two are complementary checks in this line of calculators: PREN sets the ceiling, and the electropolish and passivation acceptance card is where you demonstrate that the surface actually reaches it.
How does PREN relate to critical pitting temperature?
PREN correlates with CPT but does not substitute for it. CPT is a measured property from a standardised electrochemical or ferric-chloride immersion test on a specific surface condition; PREN is arithmetic on a certificate. The correlation is good enough to rank candidate alloys and poor enough that it should never be converted into a service temperature. Two heats with identical PREN can show materially different CPT if their thermal history, inclusion content or surface finish differ, and it is exactly those differences a CPT test is designed to catch. Use PREN to shortlist, and a measured CPT — on the surface condition you will actually install — to qualify a marginal selection.
Which composition do I enter — the grade's nominal, or the certificate's?
The certificate's, always, and for a specific heat. Grade specifications give ranges, and a heat certified near the bottom of the chromium, molybdenum and nitrogen ranges simultaneously can land several points below the same grade's nominal index. If you are selecting between grades before material is purchased, running the minimum permitted composition for each candidate is the defensible comparison — it tells you the worst heat the specification allows, which is the one you may receive. If you are dispositioning material already on site, run the certificate you have. The one composition never worth entering is the mid-range nominal from a datasheet, because no heat is obliged to match it.
Is PREN the right index for the weld as well as the parent tube?
For autogenous orbital welds on hygienic tube, yes with a caveat: the fused metal has the parent composition, so the parent PREN applies to the bulk chemistry, but nitrogen can be lost to the arc and the weld's solidification structure and any heat tint change how much of that composition is usable. For filler-added joints the filler is a different alloy and needs its own index — and the joint should be assessed on the lower of the two, since corrosion finds the weaker constituent rather than averaging them. This is also why filler metals for corrosion service are commonly over-alloyed relative to the parent: the filler is chosen so its as-solidified index is not the system's weak point. The ferrite and weldability card on this line covers the parallel question of whether the weld solidifies soundly at all.
Related calculators & tools
- Ferrite / Weldability Calculator (WRC-1992, ASME BPE) — Same certificate, the weldability question
- Electropolish Removal & Passivation Acceptance Calculator — PREN is the ceiling; the passive film is what delivers it
- Ra Surface-Finish Calculator (ASME BPE SF Designations) — Surface texture the alloy's resistance has to survive
- ASME BPE hygienic design guide — Where material selection sits in the hygienic design case