Welding grade bauxite has tight regulation on presence of sulfur andphosphorus which are detrimental to the weld. When present
at high concentrations, they induce porosity and cracking, and at lower concentrations, they adversely affect the impact strength of
the weld. And moisture for welding grade bauxite should not exceed 0.5% because the potential for any moisture present withthin
the flux to reduce to hydrogent, if exposed to a welding arc, the molten weld pool absorbs the hydrogen and will induce brittleness
into the weld.
Application of Welding grade calcined bauxite:
Welding fluxes are a small but valuable market for calcined bauxite. Techniques for submerged arc welding require the use of a
granular flux to shield the molten weld pool rom the atmosphere during the weld’s application or pacement. Various proprietary
compositions exist and in some cases calcined bauxite is incorportated into these formulations. Calcined bauxite may, in some
instances, make up to 25% of the welding flux.
Typical data of welding grade calcined bauxite:
Item | YZCBW-87 | YZCBW-85 | YZCBW-83 |
Al2O3(%) | 87.0min | 85.0min | 83.0min |
function tijiaodingdan() {
var cpmc = $('#cpmc').val();
var ddsl = $('#ddsl').val();
if(ddsl == "") {
layer.alert('Orders cannot be empty!', {
skin: 'layui-layer-molv',
title:'info',
closeBtn: 0,
anim: 2 //动画类型
});
return false;
}
var lxr = $('#lxr').val();
if(lxr == "") {
layer.alert('The contact cannot be empty!', {
skin: 'layui-layer-molv',
title:'info'
, closeBtn: 0
, anim: 2 //动画类型
});
return false;
}
var lxdh = $('#lxdh').val();
if(lxdh == "") {
layer.alert('Phone number can not be empty!', {
skin: 'layui-layer-molv',
title:'info'
, closeBtn: 0
, anim: 2 //动画类型
});
return false;
}
var lxdz = $('#lxdz').val();
if(lxdz == "") {
layer.alert('Address cannot be empty!', {
skin: 'layui-layer-molv',
title:'info'
, closeBtn: 0
, anim: 2 //动画类型
});
return false;
}
var bzsm = $('#bzsm').val();
$.ajax({
type: "POST",
url: "/ajax/liuyan.aspx",
data: "xm=" + lxr + "&mobile=" + lxdh + "&neirong=产品名称:" + cpmc + " " + "订单数量:"+ ddsl + " "+"联系地址:"+ lxdz + " "+"备注:"+ bzsm + " " + "提交地址:https://www.sdrefractory.com/lp7286-4160.html&yzm=0&zt=1",
dataType: "json",
success: function (data) {
if (data == "1") {
layer.alert('Captcha failed. Please refresh!', {
skin: 'layui-layer-molv',
title:'info'
, closeBtn: 0
, anim: 2 //动画类型
});
return false;
}
else if (data == "2") {
layer.alert('Verification code error!', {
skin: 'layui-layer-molv',
title:'info'
, closeBtn: 0
, anim: 2 //动画类型
});
return false;
}
else if (data == "3") {
layer.confirm('Order submitted successfully!', {
title:'info',
btn: ['确定'] //按钮
}, function () {
location.reload();
});
}
return true;
}
});
}
|