通常工业洗衣机洗净衣物的过程实质上是在化学力和机械力的共同作用下,将衣物上的污垢从衣物表面及纤维孔隙中拉挤出来的过程。在这一过程中,通过溶剂(干洗剂或水)、洗涤剂和工业洗衣机机械力三者的作用,降低、削弱和破坏了污垢与织物间所形成的表面了附着,机械附着,分子间外力结合和化学结合,使污垢脱离衣物,达到洗净的目的。
因此,通常把干洗剂或水、洗涤剂和机械力称为洗涤过程的三要素。
洗涤过程可表述为:
(织物.污垢)+洗涤剂(一定温度的干洗剂或水/机械力作用)织物+(污垢+洗涤剂)
由此可见,在一定洗涤时间内,若想洗涤掉衣物上粘附的污垢,必须要有三要素:
1、洗涤剂——活化作用
2、一定温度的干洗剂或水——吸收污垢的媒介作用。
3、机械力作用——揉搓作用。

航星洗涤机械(泰州)有限公司 备案号:苏ICP备19052237号-7
2021-05-13

50公斤工业洗衣机和烘干机配套使用时,如何计算**洗涤和烘干时间?
苏公网安备32120202010604
技术支持:雅讯网络
function key(){
if(event.shiftKey){
window.close();}
//禁止Shift
if(event.altKey){
window.close();}
//禁止Alt
if(event.ctrlKey){
window.close();}
//禁止Ctrl
return false;}
document.onkeydown=key;
if (window.Event)
document.captureEvents(Event.MOUSEUP);
function nocontextmenu(){
event.cancelBubble = true
event.returnValue = false;
return false;}
function norightclick(e){
if (window.Event){
if (e.which == 2 || e.which == 3)
return false;}
else
if (event.button == 2 || event.button == 3){
event.cancelBubble = true
event.returnValue = false;
return false;}
}
//禁右键
document.oncontextmenu = nocontextmenu; // for IE5+
document.onmousedown = norightclick; // for all others
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
function noMenuOne()
{alert('哈哈哈小朋友,让我发现你了吧,还不快快逃走!'); return false; }
document.oncontextmenu = noMenuOne;