Categories

Type 316 Stainless Steel Wire Cloth - 12" x 12"

Product Code: 590663

Price:
From $18.00

Available Options


* Mesh Size:


'; return html; } function specialPrice(old_price, new_price) { html = '' + old_price + '
' + new_price + '

'; return html; } function taxPrice(tax_price) { html = 'Ex Tax: ' + tax_price + '
'; return html; } function getOtpChild() { $.ajax({ type: 'GET', url: 'index.php?route=product/product/getotpchildvalues', data: { product_id: 213, child_option_id: $('#otp-option-1').attr('option'), parent_option_value_id: $('#otp-option-0').val(), mode: $('#otp-option-1').attr('mode') }, success: function(data) { $('.otp-option-1-wrap').show(); if ($('#otp-option-1').attr('mode') == 'select') { $('#otp-option-1').html(data); } else { $('.otp-option-1').html(data); } } }); $('.options .error').remove(); $('#otp-option-1').val(''); } function getOtpGrandchild() { $.ajax({ type: 'GET', url: 'index.php?route=product/product/getotpgrandchildvalues', data: { product_id: 213, grandchild_option_id: $('#otp-option-2').attr('option'), parent_option_value_id: $('#otp-option-0').val(), child_option_value_id: $('#otp-option-1').val(), mode: $('#otp-option-2').attr('mode') }, success: function(data) { $('.otp-option-2-wrap').show(); if ($('#otp-option-2').attr('mode') == 'select') { $('#otp-option-2').html(data); } else { $('.otp-option-2').html(data); } } }); $('.options .error').remove(); $('#otp-option-2').val(''); } function getOtpData(pov_id, cov_id, gov_id) { $('.options .error').remove(); $('#button-cart').addClass('inactive'); $.ajax({ type: 'GET', dataType: 'json', url: 'index.php?route=product/product/getotp', data: { product_id: 213, parent_option_value_id: pov_id, child_option_value_id: cov_id, grandchild_option_value_id: gov_id }, success: function(data){ if (data) { $('#otp').val(data.id); $('#button-cart').removeClass('inactive'); $('#otp_default').attr('stock', data.quantity); $('#otp_default').attr('out-of-stock', data.out_of_stock); checkAvailability(); otp_price = 'Price: '; if (data.price != 0 || data.special != 0) { if (data.price != 0) { if (data.special != 0) { otp_price += specialPrice(data.price, data.special); } else if ($('#otp_default').attr('special') != '0') { otp_price += specialPrice(data.price, $('#otp_default').attr('special')); } else { otp_price += standardPrice(data.price); } } else if (data.special != 0) { otp_price += specialPrice($('#otp_default').attr('price'), data.special); } if (data.tax != 0) { otp_price += taxPrice(data.tax); } } else { if ($('#otp_default').attr('special') != '0') { otp_price += specialPrice($('#otp_default').attr('price'), $('#otp_default').attr('special')); } else { otp_price += standardPrice($('#otp_default').attr('price')); } } $('.product-info .price').html(otp_price); if (data.model != '') { $('#otp-model').html(data.model); } else { $('#otp-model').html($('#otp_default').attr('model')); } if (data.extra != '') { $('#otp-extra').html(data.extra); } else { $('#otp-extra').html(''); } $('#otp-stock').html(data.stock); } } }); } $('#otp-option-0').on('change', function(){ if ($(this).val() != '') { getOtpData($('#otp-option-0').val(), 0, 0); } else { revertData(); } }); $('.otp-option-0').on('click', 'li', function(){ if (!$(this).hasClass('selected')) { $('.otp-option-0 > li').removeClass('selected'); $(this).addClass('selected'); $('#otp-option-0').val($(this).attr('value')); getOtpData($('#otp-option-0').val(), 0, 0); } });
Qty: - +
   - OR -   

Type 316 stainless steel bolting grade woven wire cloth especially suited for direct methanol fuel cells and for use as convection (open air) current collectors.  This can be used as a diffusion layer and current collector in direct methanol fuel cells and on the cathode of any open-air fuel cell.

Type 316 stainless steel has greater corrosion resistance than Type 304 stainless steel.

Mesh Size   Opening Size Open Area    Wire Dia.   
70 x 70 0.0106" 55% 0.0037"
72 x 72 0.0102" 54% 0.0037"
80 x 80 0.0088" 50% 0.0037"
84 x 84 0.0084" 50% 0.0035"
90 x 90 0.0076" 47% 0.0035"

Mesh Size - the number of openings within a linear inch of the wire cloth
Wire Diameter - indicates the thickness of the wire
Opening Width - refers to the actual open space between parallel wires

Write a review


Your Name:


Your Review: Note: HTML is not translated!

Rating: Bad           Good

Enter the code in the box below:




'); $('.warning').fadeIn('slow'); $('html, body').animate({ scrollTop: 0 }, 'slow'); } if (json['error']['maximum']) { $('#notification').html(''); $('.warning').fadeIn('slow'); $('html, body').animate({ scrollTop: 0 }, 'slow'); } for (i in json['error']) { $('#option-' + i).after('' + json['error'][i] + ''); } } if (json['error']) { if (json['error']['option']) { for (i in json['error']['option']) { $('#option-' + i).after('' + json['error']['option'][i] + ''); } } } if (json['success']) { $('#notification').html(''); $('.success').fadeIn('slow'); $('#cart-total').html(json['total']); $('html, body').animate({ scrollTop: 0 }, 'slow'); } } }); }); //-->