首页
小花妹妹。小
影响力0.00
经验值0.00
粉丝16
工艺技术员
来自话题:
罐底液面联锁值和报警值一不一样? pid上可能只标识有报警,有联锁 但具体的数值应该还要查报警值表,联锁图之类的数据图表。 原来如此,3q 查看更多
鲁奇炉为什么要用块状煤而不能掺太多的粉煤呢?? 这是由鲁奇气化工艺决定的,鲁奇气化用的是块煤,块煤与气化剂(h2o+o2)逆流接触进行反应的,反应后的煤气和气化剂一起向上走,势必形成一个气流,粉煤会随气流被带出,同时气化剂也会由于床层阻力的原因而顺着床层阻力小的空间向上走,在没有足够的碳参与反应的时候,气化剂中的氧气就会随煤气走入后系统,煤气中的氧含量高,势必会产生爆炸。鲁奇碎煤加压气化就是利用气化炉篦的均匀布气和碎煤的间隙,控制气化剂与碳均匀反应,从而达到稳定的反应床层,实现煤的气化。所以判断用煤的状态是和气化反应工艺有关系的。查看更多
储罐内浮盘雷达液位计的更改? 建议内浮项罐加上一根导向管就更好了! 有利保证精度!!查看更多
在编译Aspen Fortran模型时出现下面的错误提示,求解决 ...? 补充代码: c$ #1 by: anavi date: 1-jul-1994 new for user models c c user unit operation model (or report) subroutine for user2 c subroutine hfum (nmati, msin, ninfi, sinfi, nmato, 2 sout, ninfo, sinfo, idsmi, idsii, 3 idsmo, idsio, ntot, nsubs, idxsub, 4 itype, nint, int, nreal, real, 5 ids, npo, nbopst, niwork, iwork, 6 nwork, work, nsize, size, intsiz, 7 ld ) c implicit none c c declare variables used in dimensioning c #include "ppexec_user.cmn" #include "dms_plex.cmn" real*8 b(1) equivalence(b(1),ib(1)) #include "dms_ncomp.cmn" c c c this subroutine will separate water into the second outlet c c first copy first inlet to first outlet c c c declare arguments c integer nmati, ninfi, nmato, ninfo, ntot, + nsubs, nint, npo, niwork,nwork, + nsize,nreal integer idsmi(2,nmati), idsii(2,ninfi), + idsmo(2,nmato), idsio(2,ninfo), + idxsub(nsubs),itype(nsubs), int(nint), + ids(2,3), nbopst(6,npo), + iwork(niwork),intsiz(nsize), ld real*8 msin(ntot,nmati), sinfi(ninfi), + sout(ntot,nmato), sinfo(ninfo), + work(nwork), size(nsize),real(nreal) c c declare local variables c integer offset,ierr,ldata,kdiag,idx(10),ncp,i,j,index, + lmw,ntubes,iperm,iret,ifail real*8 diam, len, diff, cg, rej_coef, c1, c2, c3, c4, p_perm, + delta_p,rho,mu,fin,cin,pin,uave,re,sc, + cp,cr,km,jm,fp,pret,xmw,x(10),flow c c declare functions c integer usrutl_get_real_param,usrutl_get_int_param, + usrutl_set_real_param integer dms_ifcmnc real*8 dlog c c begin executable code c get configured real variables form aspen plus ifail = 0 index = 0 ierr = usrutl_get_real_param('diam',index,diam) if (ierr .ne. 0) then write(user_nhstry,*) ifail = 1 end if ierr = usrutl_get_real_param('len',index,len) if (ierr .ne. 0) then write(user_nhstry,*) ifail = 1 end if ierr = usrutl_get_real_param('diff',index,diff) if (ierr .ne. 0) then write(user_nhstry,*) ifail = 1 end if ierr = usrutl_get_real_param('get_conc',index,cg) if (ierr .ne. 0) then write(user_nhstry,*) ifail = 1 end if ierr = usrutl_get_real_param('rej_coef',index,rej_coef) if (ierr .ne. 0) then write(user_nhstry,*) ifail = 1 end if ierr = usrutl_get_real_param('coef1',index,c1) if (ierr .ne. 0) then write(user_nhstry,*) ifail = 1 end if ierr = usrutl_get_real_param('coef2',index,c2) if (ierr .ne. 0) then write(user_nhstry,*) ifail = 1 end if ierr = usrutl_get_real_param('coef3',index,c3) if (ierr .ne. 0) then write(user_nhstry,*) ifail = 1 end if ierr = usrutl_get_real_param('coef4',index,c4) if (ierr .ne. 0) then write(user_nhstry,*) ifail = 1 end if ierr = usrutl_get_real_param('perm_pres',index,p_perm) if (ierr .ne. 0) then write(user_nhstry,*) ifail = 1 end if ierr = usrutl_get_real_param('delta_p',index,delta_p) if (ierr .ne. 0) then write(user_nhstry,*) ifail = 1 end if c c get congigured integer variables from aspen plus c ierr = usrutl_get_int_param('ntubes',index,ntubes) if (ierr .ne. 0) then write(user_nhstry,*) ifail = 1 end if c c calculate viscosity c call shs_cpack(msin(1,1),ncp,idx,x,flow) kdiag = 4 call ppmon_viscl(msin(ncomp_ncc+2,1),msin(ncomp_ncc+3,1), + idx,nbopst,kdiag,mu,ierr) if (ierr .ne. 0) then write(user_nhstry,*) ifail = 1 end if if (ifail .eq. 1) return c c get location of molecular weight data c lmw = dms_ifcmnc('mw') c c model equations c rho = msin(ncomp_ncc+8,1)/1000. mu = mu * 10. fin = msin(ncomp_ncc+1,1) cin = msin(2,1) * b(lmw+2)/fin*360000. pin = msin(ncomp_ncc+3,1)/101325. uave = fin/(diam**2*3.14*ntubes/4.) re = diam*uave*rho/mu sc = mu/(rho*diff) cp = cg * (1-rej_coef) km = c1*re**c2 * sc**c3 * (diam/len)**c4 *diff/diam/100. jm = km * dlog(cg-cp)/(cin-cp) fp = jm *diam*len*3.14*ntubes*100*3600/1000. cr = (cin -fp/fin*cp)/(1-fp/fin) pret = pin -delta_p c c assume permeate stream is first,switch if not iperm =1 iret =2 if (idsmo(1,1) .eq. 'rete' ) then iperm =2 iret =1 end if c c fill sout array for permeate stream c sout(1,iperm) = fp * rho /3600. sout(2,iperm) = fp * cp /1000. / 3600. /b(lmw+2) sout(3,iperm) =sout(1,iperm)+sout(2,iperm) sout(4,iperm) = msin(4,1) sout(5,iperm) = p_perm * 101325. c c fill sout array for retentat stream using values form permeate stream c sout(1,iret) = msin(1,1) -sout(1,iperm) sout(2,iret) = msin(2,1) - sout(2,iperm) sout(3,iret) = sout(1,iret) + sout(2,iret) sout(4,iret) = msin(4,1) sout(5,iret) = pret *101325. c c now set values of the two variables designated as output parameters c ierr = usrutl_set_real_param('cp_prot',index,cp) if (ierr .ne. 0) then write(user_nhstry,*) ifail = 1 end if ierr = usrutl_set_real_param('cr_prot',index,cr) if (ierr .ne. 0) then write(user_nhstry,*) ifail = 1 end if return end 复制代码 查看更多
废电子脚中铜与锡合金的分离与提炼? 真难找到相关技术查看更多
液氨管道是否需要保温? 温度低可以提高氨的产量,所以夏天应该保冷这样可以提高安产量查看更多
来自话题:
乙酰乙酸乙酯保护氨基的问题? 可以试试低温去保护,比如0度。另外就是水解时间不宜过长。查看更多
来自话题:
操作的难题? 这点我也知道,主要是油浆上返塔循环量最低控制点以什么为依据? 之前看过一份资料,uop公司给出的,正常操作情况下,油浆上返塔流量一般控制不低于总进料量的120%,否则洗涤效果不能保证。但实际生产中,肯定不能简单地照搬照套一些东西,应综合多方面因素进行考虑。 查看更多
希望和大家交流? 是呀,多发贴,多帮助别人解决问题,多回复,大家一定会很乐意给你加财富或者魅力的,那样你就可以升级,同时还可以获得很多新知识!!!查看更多
电线电缆代码? 今天认识到了,还要进一步学习查看更多
武汉大乙烯都有那些装置? 乙烯 80 裂解汽油加氢 55 丁二烯抽提 14 芳烃抽提 40 高密度聚乙烯 30 线性低密度聚乙烯 30 聚丙烯 40 mtbe/丁烯-1 8/3 eo/eg 6/30查看更多
Aspen软件中的一些英文词汇? 只有用eo模式运行才会出现。一般都是用的sm运行。查看更多
来自话题:
有机肥的种类? 有机肥可以改善土壤的结构,提高作物对氮磷钾的吸收与利用率,在有些方面还可以作为天然“激素肥”使用,比如海藻肥。查看更多
如何判断安全阀已经起跳?急急急? 我公司通常是在防爆片和安全阀之间装压力开关。如果没有防爆片的可以考虑安全阀出口安装,但是遇到有背压的 ... 我们是几条原油入厂线安全阀互跨互内备用/有备压 查看更多
多晶硅综合电耗? 呵呵、、、又有人说大话啦,说点实在的 查看更多
来自话题:
ABB的差压式液位计? 资金允许的话 加双法兰差压液位比较好 就是价格高 这个在大气下加水标定后,然后投入使用,不准。现场30% 仪表50% 。这个仪表如果升到7公斤的压力下。会不会更加不准。因为双侧都有7公斤的压力 。它们俩之间就553mm水柱的测量值。照7公斤的压力实再是太小了。这是li 我们还有个lic 。是上海星申公司的的浮筒式液位计。。请问这个怎么校准、 采用的是 n的计量。不大会弄。。 查看更多
来自话题:
关于螺杆压缩机的一些问题? 这个螺杆工艺气压缩机还得找英国豪顿集团呀查看更多
废电子脚中铜与锡合金的分离与提炼? 13楼的?你交流一下你的电解方法?查看更多
煤化工是否过热了? 过热是和市场的需求有关的。 查看更多
来自话题:
氯碱和纯碱区别? 氯碱应该是一工艺,用于生产烧碱、氢气和氯气 而纯碱就指碳酸钠查看更多
简介
职业:江苏威名石化有限公司 - 工艺技术员
学校:广东化工制药职业技术学院 - 化妆品系
地区:广东省
个人简介:所谓爱国心,是指你身为这个国家的国民,对于这个国家,应当比对其他一切的国家感情更深厚。查看更多
已连续签到天,累积获取个能量值
  • 第1天
  • 第2天
  • 第3天
  • 第4天
  • 第5天
  • 第6天
  • 第7天
 
这是一条消息提示
 
提醒
您好,您当前被封禁天,这天内您将不能登陆盖德问答,离解封时间还有
我已了解
提醒
提问需要5个能量值,您当前能量值为,请完成任务提升能量值
去查看任务