首页
爱我吗
影响力0.00
经验值0.00
粉丝9
销售
余热锅炉怎么吹灰? 我们用的是爆震的办法,原来用蒸汽,催化剂容易结块,你们用的什么 能否问一下,你是联孚石化的吗?查看更多
来自话题:
关于CO2储罐? 液态二氧化碳也才-20来度,你怎么联系到深冷去了。查看更多
aspen物性缩写的列表? 你点开。会看到英文的意思,就知道了嘛查看更多
流程模拟在工艺与系统设计中到底有没有用处? 哈哈 楼上的兄弟 比较准这个词不要用啊 模拟本身体现的就是接近实际结果 任何的热力学模型都是和实际有偏差的 很多公司用模拟软件计算出来最后买到设备根本行不通 根本不是那么简单的事情 模拟的结果不可直接使用 要加以判断 查看更多
生产重交沥青生产工艺? 能提供相关性的工艺流程资料吗?在生产工艺中需要用到哪些药剂?还有哪些副产品?请指教查看更多
紧急求助:急需了解一次盐水、二次盐水管道使用钢骨架PE ...? 回复 5# wang16851 您好,我单位生产钢骨架塑料复合管,在氯碱上已有大量应用,主要用于一次盐水和二次盐水,主要用户有:新疆天业、吉兰泰、山东滨化、山东新龙、山东信发、河南神马、四川和邦、宜宾天原等,用户非常多,最长的使用时间已近10年,几乎没有出现过任何问题。如有任何需要,请及时联系,多谢!查看更多
来自话题:
稀硫酸和浓硫酸用什么材质的储罐呢? 我们这有92# 98#的硫酸,用的就是碳钢的罐,做的内防腐 内防腐用什么材料,石墨? 查看更多
建筑设计防火规范图示-2015修改版? 学习一下查看更多
来自话题:
低温甲醇洗工艺的甲醇消耗是多少? 按lurgi公司的经验,年产40万吨甲醇,即原料气量为8807.0kmol/h(干基),装置的补充甲醇量为190kg/h,其中包括漏损估计量60kg/h。查看更多
换热器管板堆焊层厚度? 垫片厚3mm从哪里得出的数据。楼主又没说用软垫片 隔板槽宽11mm又是哪出来的数据,楼主又没说用什么垫片,换热器的直径是多少查看更多
来自话题:
沉痛悼念我国硫酸工业二转二吸工艺先驱张保宁逝世!? 沉痛悼念,华理出来的硫酸专家。查看更多
酒精计测乙醇中的水份科不科学? 用热导检测器的色谱仪或卡尔费修水分测定仪测定查看更多
有没人用solidworks 制图的呢? 自己顶起来....希望用solidworks的 友友能看到查看更多
来自话题:
阿特拉斯空压机维护手册? 已有资料,阿特拉斯空压机使用说明书 https:///viewthread.php?tid=291301 下载不了,55555查看更多
来自话题:
雷尼镍催化剂的回收及利用? 自己做,活性很强啊,过滤的时候还起过火!查看更多
hysys物料输出EXCEL工具? 会用vba的话,要用excel检索hysys结果实际上很简单,比如 dim hycase as object sub connecthysys() on error goto errortrap set hyapp = getobject(, "hysys.application") set hycase = hyapp.activedocument if hycase is nothing then msgbox "a hysys simulation case must be open." exit sub end if clear getstreamdata exit sub errortrap: if err = 429 or err = 483 then msgbox "hysys is not currently running." else msgbox "the following error (" & err & ") occurred: " & error(err) end if end sub sub openhysys() ' set hyapp = getobject(, "hysys.application") ' if err = 483 then msgbox "hysys is not running." on error goto errortrap casename = application.getopenfilename("hysys simulation case (*.hsc), *.hsc") if casename = "false" then exit sub end if set hycase = getobject(casename, "hysys.simulationcase") getstreamdata hycase.close exit sub errortrap: msgbox "the following error occurred: " & error(err), buttons:=48 end sub 'get hysys stream data sub getstreamdata() on error goto errortrap dim hystreams as object dim hystream as processstream dim xlsheet as worksheet dim hyfluid as fluid dim optionbuttons as optionbuttons dim optionbutton as optionbutton dim sivalue as boolean set hystreams = hycase.flowsheet.materialstreams set xlsheet = worksheets("stream data") set optionbuttons = worksheets("main").optionbuttons clear for each optionbutton in optionbuttons if optionbutton.value = xlon then exit for next with xlsheet i = 0 for each hystream in hystreams .cells(3 + i, 1) = hystream.name .cells(3 + i, 2) = format(hystream.vapourfractionvalue, "0.###") .cells(3 + i, 3) = format(hystream.temperature.getvalue("k"), "##.###") .cells(3 + i, 4) = format(hystream.pressure.getvalue("kg/cm2"), "0.###") .cells(3 + i, 5) = format(hystream.pressure.getvalue("bar"), "0.###") .cells(3 + i, 6) = format(hystream.molarflow.getvalue("nm3/h(gas)"), "0.##") .cells(3 + i, 7) = format(ponentmolarfraction.values(0), "0.000000") .cells(3 + i, 8) = format(ponentmolarfraction.values(1), "0.000000") .cells(3 + i, 9) = format(ponentmolarfraction.values(2), "0.000000") .cells(3 + i, 10) = format(hystream.actualvolumeflow.getvalue("m3/h"), "0.##") .cells(3 + i, 11) = format(hystream.massflow.getvalue("kg/h"), "0.##") .cells(3 + i, 12) = format(hystream.cpcv, "0.####") if pressibility 0 then .cells(3 + i, 13) = format(pressibility, "0.#####") else .cells(3 + i, 13) = "n/a" end if if hystream.viscosity 0 then .cells(3 + i, 14) = format(hystream.viscosity, "0.#####") else .cells(3 + i, 14) = "n/a" end if .cells(3 + i, 15) = format(hystream.massdensity.getvalue("kg/m3"), "0.###") set hyfluid = hystream.duplicatefluid on error resume next .cells(3 + i, 17) = format(hyfluid.bubblepointpressurevalue / 100, "0.000") i = i + 1 next hystream set hystreams = hycase.flowsheet.energystreams for each hystream in hystreams .cells(3 + i, 1) = " " + hystream.name .cells(3 + i, 4) = "kw" .cells(3 + i, 3) = format(hystream.power, "#.#") i = i + 1 next hystream xlsheet.select selection.sort key1:=range("a3"), order1:=xlascending, header:=xlguess, _ ordercustom:=1, matchcase:=false, orientation:=xltoptobottom, sortmethod _ :=xlpinyin end with exit sub errortrap: msgbox "the following error occurred: " & error(err), buttons:=48 end sub 以上代码各个版本hysys都能使用,当然你需要先建立一个相应的excel页。查看更多
来自话题:
关于运输最低温度要求? 这个可能是因为俄罗斯的气温低的原因。。。。。。。。。。。。。。。。查看更多
来自话题:
将锅炉管组加大有什么影响? 强循的流速(蒸发受热面中的)是否不变?管径大了,受热面增大,但是烟气发热系数会降低。这里面有优化的过 ... 受热面应该有一定的影响,假设以前一排可以布置50根管道,现在是管径增加了,那么很有可能现在每排只能布置下46根管道了。查看更多
来自话题:
aspen模拟fe+hno3反应? 可不可以用硝酸和氧化铁代替做反应呢 好好想想 考虑下 可不是代替呵呵 v7.3中好像找得到哈。 查看更多
来自话题:
为什么大多数企业不愿意上蜡油加氢裂化,而走催化这条路? 蜡油加氢目前还不是很成熟啊查看更多
简介
职业:液化空气天津话梅糖网络科技有限公司 - 销售
学校:威海市交通学校 - 机电一体化技术
地区:福建省
个人简介:人生须自重。查看更多
已连续签到天,累积获取个能量值
  • 第1天
  • 第2天
  • 第3天
  • 第4天
  • 第5天
  • 第6天
  • 第7天
 
这是一条消息提示
 
提醒
您好,您当前被封禁天,这天内您将不能登陆盖德问答,离解封时间还有
我已了解
提醒
提问需要5个能量值,您当前能量值为,请完成任务提升能量值
去查看任务