首页
空心
影响力0.00
经验值0.00
粉丝15
化工设备专员
还在为低分苦恼么?天上掉馅饼!你找茬我埋单!? 乐乐,别给我加分了,我就帮你找找茬,在加分别人说咱,互评了 https:///thread-1086544-1-1.html 里面一个回答没乐找乐 没有加分查看更多
富气和干气是什么? 油田的伴生天然气,经过脱水、净化和轻烃回收工艺,提取出液化气和轻质油以后,主要成分是甲烷的处理天然气叫干气。一般来说,天然气中甲烷含量在90%以上的叫干气。甲烷含量低于90%,而乙烷、丙烷等烷烃的含量在10%以上的叫湿气。 天然气根据成分不同分为贫气和富气,贫气中甲烷含量多,富气中乙烷丙烷丁烷含量高查看更多
来自话题:
如何降低软化点? 加入苯乙烯,软化点就降低了查看更多
中硅高科:全国光伏产业人才的“黄埔军校”? 简直胡扯,估计是多写了一个“万”字吧查看更多
今年什么时候可以领证啊?都5月份了。。还没消息? 湖北什么时候可以领证啊查看更多
来自话题:
电化学工作站交流阻抗的数据拟合? 图是挺好的,只是导电率比较小吧查看更多
分样筛清洗方法? 好,知道了。查看更多
来自话题:
寻求兰州石化300万催化二班班长卢朝鹏的联系方式? 你可以在网上找下兰州石化人力或车间的外线电话,然后在找他本人,方便透漏下,这个工作站是啥啊?查看更多
储罐呼吸阀选型? 完全赞同四楼!我们的常压罐吸气压力-0.28mpa查看更多
新鸟入社会,老鸟来支招儿[中国——化工]? 菜鸟来报道,做生产管理,职业方向是什么呢?查看更多
fortran调试动力学子程序代码error? 小弟初学aspenplus和fortran,在用compaq visual fortran编译器调试动力学子程序fortran代码过程中遇到问题,出error的部分子程序代码及错误如下: subroutine userkin(sout, nsubs, idxsub, itype, nint, 2 int, nreal, real, ids, npo, 3 nbopst, niwork, iwork, nwork, work, 4 nc, nr, stoic, rates, fluxm, 5 fluxs, xcurr, ntcat, ratcat, ntssat, 6 ratssa, kcall, kfail, kflash, ncomp, 7 idx, y, x, x1, x2, 8 nrall, ratall, nuserv, userv, nintr, 9 intr, nrealr, realr, niwr, iwr, * nwr, wr, nrl, ratel, nrv, 1 ratev) c 以上定义子程序变量 implicit none c c declare variables used in dimensioning c integer nsubs, nint, npo, niwork, nwork, + nc, nr, ntcat, ntssat, ncomp, + nrall, nuserv, nintr, nrealr, niwr, + nwr c #include "ppexec_user.cmn" equivalence (rmiss, user_rumiss) equivalence (imiss, user_iumiss) #include "dms_ncomp.cmn" #include "rxn_rcstrr.cmn" #include "rxn_rprops.cmn" equivalence (temp, rprops_utemp) equivalence (pres, rprops_upres) equivalence (vfrac, rprops_uvfrac) equivalence (beta, rprops_ubeta) equivalence (vvap, rprops_uvvap) equivalence (vliq, rprops_uvliq) equivalence (vliqs, rprops_uvliqs) equivalence (b(1), ib(1)) --------------------configuration: userkin - win32 debug-------------------- compiling fortran... c:\userkin\userkin.for c:\userkin\userkin.for(24) : warning: bad # preprocessor line #include "ppexec_user.cmn" -^ c:\userkin\userkin.for(27) : warning: bad # preprocessor line #include "dms_ncomp.cmn" -^ c:\userkin\userkin.for(28) : warning: bad # preprocessor line #include "rxn_rcstrr.cmn" -^ c:\userkin\userkin.for(29) : warning: bad # preprocessor line #include "rxn_rprops.cmn" -^ c:\userkin\userkin.for(39) : warning: bad # preprocessor line #include "pputl_ppglob.cmn" -^ c:\userkin\userkin.for(40) : warning: bad # preprocessor line #include "dms_maxwrt.cmn" -^ c:\userkin\userkin.for(41) : warning: bad # preprocessor line #include "dms_plex.cmn" -^ c:\userkin\userkin.for(59) : error: this name does not have a type, and must have an explicit type. [ncomp_ncc] + xmw (ncomp_ncc), ------------------^ c:\userkin\userkin.for(59) : error: a specification expression is invalid. [ncomp_ncc] + xmw (ncomp_ncc), ------------------^ c:\userkin\userkin.for(25) : error: this name does not have a type, and must have an explicit type. [user_rumiss] equivalence (rmiss, user_rumiss) --------------------------^ c:\userkin\userkin.for(26) : error: this name does not have a type, and must have an explicit type. [user_iumiss] equivalence (imiss, user_iumiss) --------------------------^ c:\userkin\userkin.for(30) : error: this name does not have a type, and must have an explicit type. [rprops_utemp] equivalence (temp, rprops_utemp) -------------------------^ c:\userkin\userkin.for(31) : error: this name does not have a type, and must have an explicit type. [rprops_upres] equivalence (pres, rprops_upres) -------------------------^ c:\userkin\userkin.for(32) : error: this name does not have a type, and must have an explicit type. [rprops_uvfrac] equivalence (vfrac, rprops_uvfrac) --------------------------^ c:\userkin\userkin.for(33) : error: this name does not have a type, and must have an explicit type. [rprops_ubeta] equivalence (beta, rprops_ubeta) -------------------------^ c:\userkin\userkin.for(34) : error: this name does not have a type, and must have an explicit type. [rprops_uvvap] equivalence (vvap, rprops_uvvap) -------------------------^ c:\userkin\userkin.for(35) : error: this name does not have a type, and must have an explicit type. [rprops_uvliq] equivalence (vliq, rprops_uvliq) -------------------------^ c:\userkin\userkin.for(36) : error: this name does not have a type, and must have an explicit type. [rprops_uvliqs] equivalence (vliqs, rprops_uvliqs) --------------------------^ c:\userkin\userkin.for(37) : error: this name does not have a type, and must have an explicit type. [ib] equivalence (b(1), ib(1)) -------------------------^ c:\userkin\userkin.for(99) : error: this name does not have a type, and must have an explicit type. [rcstrr_vfrrc] vbed=rcstrr_vfrrc -------------^ c:\userkin\userkin.for(164) : error: this name does not have a type, and must have an explicit type. [rcstrr_volrc] rcaro2=kover*po2*1.0d4/1.0d3*(1.0d0-vbed)*rcstrr_volrc --------------------------------------------------^ error executing df.exe. userkin.exe - 14 error(s), 7 warning(s) 感激不尽! 查看更多
加热炉瓦斯管线的自力阀能不能用蒸汽吹扫? 不知道楼主这个自力阀什么结构的,我们的瓦斯线上的自力阀没有引压管,里面结构是弹簧和膜片 压力低可能是后路器壁阀开度太大,适当关小,压力憋起来 瓦斯罐压力是不低 自力阀调节下 查看更多
透平氯压机? 请楼主检查油泵的回油管线,相当于泵的回流管线,3k的机组是可以调节回流量的,以保证机组上油压力的,我觉得国产机子也是照搬的,原理应该一样查看更多
来自话题:
邻硝基苯甲醛合成工艺研究? pdf格式,4页。查看更多
aspenone系列的哪个版本最稳定且bug少些? 我觉得也是2006版本查看更多
硫酸分离器带酸问题? 问题解决了!经现场考察,是因螺旋板换热器高度略高于硫酸分离器内硫酸液位高度,导致产生气缚现象。经降低螺旋板换热器高度后,此问题解决!查看更多
来自话题:
吸附塔分离器的设计? 这个装置本人用过好多的,效果不错,而且占的体积也不大。正想把它申请成专利呢,不知有没有必要的。呵呵,我是搞变压吸附空分的。群号6017710查看更多
请问旭化成电解槽的氢气可以由电解槽的压力直接输送至15 ...? 氢气送倒是能送过去,不过压力会不稳定,电解氢气总管上面的自动阀调节时,氢气使用的用户压力会忽高忽低,不利于稳定生产。查看更多
多晶硅低成本之路成功案例分析? 那我就做个板凳,也下来看看,题目挺诱人。。。。。。。查看更多
来自话题:
二合一氯化氢合成炉是否属于压力容器?  1.工业生产中具有特定的工艺功能并承受一定压力的设备,称压力容器。贮运容器、反应容器、换热容器和分离容器均属压力容器。   为了与一般容器(常压容器)相区别,只有同时满足下列三个条件的容器,才称之为压力容器:   (1)最高工作压力≥9.8104pa(1kgf/cm2);   (2)容积≥25l,且工作压力与容积之积≥200l.kgf/cm2(1960104l.pa);   (3)介质为气体、液化气体或最高工作温度高于标准沸点的液体。   2.压力容器的用途十分广泛。它是在石油化学工业、能源工业、科研和军工等国民经济的各个部门都起着重要作用的设备。   压力容器一般由筒体、封头、法兰、密封元件、开孔和接管、支座等六大部分构成容器本体。此外,还配有安全装置、表计及完成不同生产工艺作用的内件。   3.压力容器由于密封、承压及介质等原因,容易发生爆炸、燃烧起火而危及人员、设备和财产的安全及污染环境的事故。目前,世界各国均将其列为重要的监检产品,由国家指定的专门机构,按照国家规定的法规和标准实施监督检查和技术检验。   4.压力容器一般是指用于有一定压力流体的贮存、运输或者是传热、传质、反应的密闭容器。广泛应用于采矿、炼油、冶金、化工、医药等行业以及人民生活的很多方面。   5.压力容器一般包括筒体、封头、开孔与接管、法兰、密封元件、安全附件等受压元件和支座、内件等非受压元件。主要是应用焊接的方法制造的。查看更多
简介
职业:江苏皇马农化有限公司 - 化工设备专员
学校:武汉工业大学 - 化工与制药学院
地区:辽宁省
个人简介:生活有度,人生添寿。查看更多
已连续签到天,累积获取个能量值
  • 第1天
  • 第2天
  • 第3天
  • 第4天
  • 第5天
  • 第6天
  • 第7天
 
这是一条消息提示
 
提醒
您好,您当前被封禁天,这天内您将不能登陆盖德问答,离解封时间还有
我已了解
提醒
提问需要5个能量值,您当前能量值为,请完成任务提升能量值
去查看任务