Alleima Stainless Steel Tubing 3R60, 3R65
Brand: A.R. Thomson Group Inc

Alleima Stainless Steel Tubing 3R60, 3R65

Available
Price: CAD $180.00
Quantity

Alleima® 3R60 is used for a wide range of industrial applications where steels of type ASTM 304 and 304L have insufficient corrosion resistance. Typical examples are: heat exchangers, condensers, pipelines, cooling and heating coils in the chemical, petrochemical, pulp and paper and food industries.

Standards
ASTM: TP316L, TP316
UNS: S31603, S31600
EN Number: 1.4435, 1.4436
EN Name: X 2 CrNiMo 18-14-3, X 3 CrNiMo 17-13-3
W.Nr.: 1.4435, 1.4436
DIN: X 2 CrNiMo 18 14 3, X 5 CrNiMo 17 13 3
SS: 2353, 2343
AFNOR: Z 2 CND 17.13
BS: 316S13
JIS: SU316LTP, 316TP, SU316LTB, 316TB

  • Pump Type: Centrifugal Mondset Pump
  • Flow Rate: N/A
  • Temperature: N/A
  • Viscosity: N/A
  • Validity: N/A

No manual available.

function toggleFavorite(productId) { fetch('https://www.emaarenergy.ca/favorites/toggle', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-CSRF-TOKEN': document.querySelector('meta[name="csrf-token"]').content }, body: JSON.stringify({ product_id: productId }) }) .then(res => res.json()) .then(data => { const text = document.getElementById('fav-text-' + productId); if (data.status === 'added') { text.innerText = 'Remove from Favorite'; } else { text.innerText = 'Add to Favorite'; } const badge = document.querySelector('.fa-regular.fa-heart')?.closest('a')?.querySelector('.notify-dot'); if (badge && data.count !== undefined) { badge.innerText = data.count; } }); }