Compressed Fiber Sheet
Brand: A.R. Thomson Group Inc , SIN: P-20014

Compressed Fiber Sheet

Available
Price: CAD $120.00
Quantity

Compressed gaskets are sealing devices designed to create a tight, leak-proof connection between two flange surfaces in industrial applications Compressed sheet gaskets are a blend of fibers and rubber materials bound together. They are designed to create a tight seal between two flange surfaces in industrial applications. A wide range of compressed sheet materials are available in a variety of fiber and rubber combinations that are chosen for their compatibility with specific chemicals and resistance to high temperature. Sheet gaskets are designed with compressibility necessary to fill in the voids of the flanges surfaces and the resiliency to maintain the seal with temperature and pressure fluctuation.

  • 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; } }); }