桶和吨是常见的两个原油数量单位。欧佩克组织和英美等西方国家原油数量单位通常用桶来表示,中国及俄罗斯等国则常用吨作为原油数量单位。吨和桶之间的换算关系是:1吨约等于7桶,如果油质较轻(稀)则1吨约等于7.2桶或7.3桶。美欧等国的加油站,通常用加仑做单位,我国的加油站则用升计价。
1桶=158.98升=42加仑。
美制1加仑=3.785升,
英制1加仑=4.546升。
如果要把体积换算成重量,和原油的密度有关。假设某地产的原油密度为0.99公斤/升,那么一桶的原油重量就是158.98×0.99=157.3902公斤。
|
客户热线:010-85072204 传真:010-85072202 投稿邮箱:news@oilone.cn Copyright 2012 oilone.org. All Rights Reserved 石油壹号网版权所有 京ICP备12033856号-1 京公网安备11010102000532号 var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F358cd5735a43fc1ef04e4e5557e01e54' type='text/javascript'%3E%3C/script%3E")); 未经石油壹号网书面授权,请勿转载内容或建立镜像,违者依法必究! |
//调用向左滚动 toleft("demo","demo1","demo2",30,"hehe123") //调用向右滚动 toright("demo0","demo11","demo22",20,"hehe1123") function $(id){return document.getElementById(id)} //向左滚动函数,demo包含demo1与demo2,speed是滚动速度,flag一个网页内有多个时设置为不同的任意字符。 //by 柳永法(yongfa365)'Blog www.yongfa365.com function toleft(demo,demo1,demo2,speed,flag){ demo=$(demo);demo1=$(demo1);demo2=$(demo2) demo2.innerHTML=demo1.innerHTML function Marquee(){ if(demo2.offsetWidth-demo.scrollLeft<=0){ demo.scrollLeft-=demo1.offsetWidth } else{ demo.scrollLeft++ } } flag=setInterval(Marquee,speed) demo.onmouseover=function(){clearInterval(flag);} demo.onmouseout=function(){flag=setInterval(Marquee,speed);} }