首页
三分满分
影响力0.00
经验值0.00
粉丝10
销售
来自话题:
车间动火中用什么遮盖设备? 用镀锌铁皮或彩钢瓦之类的。查看更多
在整理检修计划,想请教一下换热器的出入口法兰的垫片和 ...? 1.看制造厂的出厂资料 2.看法兰钢印 3.自己量查看更多
来自话题:
硝基还原成氨基容易吗? zn 好处理些查看更多
来自话题:
转载:Synthetic Approaches to the 2002 New Drugs? 555!看不到了,请好人给我发一个吧!zhangli0554查看更多
来自话题:
甲醇水联运,加压塔塔顶压力上不去? 水的比热太大 你们的再沸器 肯定达不到要求 正常现象 我现在就是这么想的,就是想让大家帮我确认一下查看更多
来自话题:
DN600XPN10的HG/T 20592用作设备法兰密封面型式如何选用 ...? 看来大多数同仁都偏向选用rf面,欧洲来的原始设计图选用的是ff面,其上参看欧洲相应管法兰标准是要求管法兰带车沟的,既然车沟其粗糙度较大了,故不太适合选用金属缠绕垫片了吧,应该选用软质平垫片了吧。 查看更多
ChemCAD 6.5.0.5787 本帖失效? 6.4的服务器pj应该可用! 请勿讨论涉及破解言论。我在1楼已经提醒,显然你的阅读理解能力被证明为很低下。 查看更多
化工英语单词接龙? nitrogen 氮 nitrobenzene 硝基苯 ethanolamine 乙醇胺 ethylene bromide 溴化乙烯 ethylenamine 乙撑胺 ethylamine 乙胺 ethylene oxide 环氧乙烷 ester 酯 reation 反应 nitrate 硝酸盐 呵呵,关于n与e的来来回回,还能找出来n多(比如以tion结尾的,如“nitration,硝化”;以乙烯"ethylene"或乙基“ethyl”开头,以de或ne结尾的词,很多很多),就不一一列出了。换下一个思路。 来一个不是以e和n结尾的: electronical [wiki]电子[/wiki]的 [ ]查看更多
有关疯狂英语培训的问题? 学英语我认为还是要多多的坚持,而且要在恒定的纯正的语言环境中才能将英语学好。现在大冬天的冷都冷死了不想出去咕~~(╯﹏╰)b我就喜欢通过网络解决问题,学英语也是这样,呵呵,叫乐知英语的不错,老师大多都在国外,语音很纯正,小班教学的话对话的机会很多,很容易坚持。查看更多
煤焦化(包括焦油深加工、粗苯精制)的请进来报到? 石油化工设计10年,正在做煤焦油加工设计。查看更多
高温导热油泄漏? 同意高温氧化的说法。。。。。。 但也要考虑该导热油是否变质,氢化三联苯高温抗氧化性很强的。查看更多
来自话题:
大家不觉得有机、高分子类版块太少吗? 不宜划分过细,大家都应该看到,本身该区发帖数量就不足,如果划分更细,估计发帖更分散。查看更多
空分新人求解答如何学好空分技术理论知识学习资料? 制氧工问答是本不错的书,上面的知识都掌握了,当个空分主任应该不是问题。退一步来说,当个技术员绰绰有余查看更多
编译Fortran代码时出现错误和警告? 这是我照着敲的代码 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 #include "ppexec_user.cmn" #include "dms_plex.cmn" real*8 b(1) equivalence (b(1),ib(1)) #include "dms_ncomp.cmn" c c declare arguments c integer nmati, ninfi, nmato, ninfo, ntot, + nsubs, nint, npo, niwork,nwork, + nsize, nreal c 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 c 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 declare functions 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 from aspen plus ifail=0 index=0 ierr=usrutl_get_real_param('diam',index,diam) if (ierr .ne. 0) then write (user_nhstry,*) 'error fetching hydraulic diameter' ifall=1 end if c ierr=usrutl_get_real_param('len',index,len) if (ierr .ne. 0) then write (user_nhstry,*) 'error fetching length' ifall=1 end if c ierr=usrutl_get_real_param('diff',index,diff) if (ierr .ne. 0) then write (user_nhstry,*) 'error fetching duffusivity' ifall=1 end if c ierr=usrutl_get_real_param('gel_conc',index,cg) if (ierr .ne. 0) then write (user_nhstry,*) 'error fetching gel concentration' ifall=1 end if c ierr=usrutl_get_real_param('rej_coef',index,rej_coef) if (ierr .ne. 0) then write (user_nhstry,*) 'error fetching rejection coefficient' ifall=1 end if c ierr=usrutl_get_real_param('coef1',index,c1) if (ierr .ne. 0) then write (user_nhstry,*) 'error fetching coef1' ifall=1 end if c ierr=usrutl_get_real_param('coef2',index,c2) if (ierr .ne. 0) then write (user_nhstry,*) 'error fetching coef2' ifall=1 end if c ierr=usrutl_get_real_param('coef3',index,c3) if (ierr .ne. 0) then write (user_nhstry,*) 'error fetching coef3' ifall=1 end if c ierr=usrutl_get_real_param('coef4',index,c4) if (ierr .ne. 0) then write (user_nhstry,*) 'error fetching coef4' ifall=1 end if c ierr=usrutl_get_real_param('perm_pres',index,p_perm) if (ierr .ne. 0) then write (user_nhstry,*) 'error fetching permeate pressure' ifall=1 end if c ierr=usrutl_get_real_param('celta_p',index,delta_p) if (ierr .ne. 0) then write (user_nhstry,*) 'error fetching pressure drop' ifall=1 end if c get configured integer variables from aspen plus ierr=usrutl_get_int_param('ntubes', index, ntubes) if (ierr .ne. 0) then write (user_nhstry,*) 'error fetching number of tubes' ifall=1 end if c calculate viscosity 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), x, ncp, + idx, nbopst, kdiag, mu, ierr) if (ierr .ne. 0) then write(user_nhstry, *) ' error evaluating viscosity for feed' ifall=1 end if c if (ifall .eq. 1) return c get location of molecular weight data lmw=dms_ifcmnc('mw') c model equations rho=msin(ncomp_ncc+8,1) / 1000 mu=mu*10 fin=msin(ncomp_ncc+1,1) * msin(ncomp_ncc+9,1) / rho*3600 cin=msin(2,1) * b(lmw+2) / fin *3600000 pin=msin(ncomp_ncc+3,1) / 101325 uave=fin / (diam**2*3.14*ntubes/4) * 1000 / 3600 re=diam * uave * rho / mu sc=mu / (rho * diff) c cp=cg * (1-rej_coef) km=c1 * re**c2 * sc**c3 * (diam/len)**c4 * diff/diam/100 c jm=km * dlog((cg - cp) / (cin - cp)) fp=jm * diam * len * 3.14 * ntubes*100*3600/1000 c cr=(cin - fp/fin*cp) / (1 - fp/fin) c pret=pin-delta_p c assume peameate stream is first,switch if not iperm=1 iret=2 if (idsmo(1,1) .eq. 'rete') then iperm=2 iret=1 end if c fill sout arry for permeate stram sout(1,iperm) = fp * rho / 3600 / b(lmw+1) 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 fill sout array for retentat stream using values from permeate stream 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 now set values of the two variables designated as output parameters ierr = usrutl_set_real_param('cp_prot', index, cp) if (ierr .ne. 0) then write(user_nhstry, *) 'error storing permeate prot conc' ifall=1 end if c ierr = usrutl_set_real_param('cr_prot', index, cr) if (ierr .ne. 0) then write(user_nhstry, *) 'error storing retentate prot conc' ifall=1 end if c return end查看更多
来自话题:
哪位有美国蒸馏研究所塔流体力学软件FRI的使用教程? 哪位有美国蒸馏研究所塔流体力学软件fri的使用教程?论坛上没找到。查看更多
关于主冷总碳分析点晚上总是高报的问题? 个人觉得是不是二氧化碳的缘故啊,晚上的空气中的co2浓度是比白天高的,所以先检查一下吸附器后的co2分析测点值晚上是不是也变高了,如果吸附器效果不好话这个值也会变大的,因此导致主冷总碳值变大。查看更多
GB 50500-2013 建设工程工程量清单计价规范? 解决了燃眉之急啊,谢谢。 查看更多
来自话题:
关于原料泵打手动还是自动? 就目前国内情况来看,大部分除了大型机组的润滑油泵采用自动外,一般装置上的供料泵都是手动的,但不排除部分企业自动化程度先进,反正地方企业一般都是手动的,甚至都没有连锁查看更多
化工专业真是悲剧? 污染太严重了查看更多
SH/T 3018-2003 石油化工安全仪表系统设计规范(附条文 ...? 很不错呀查看更多
简介
职业:鑫达中投(北京)企业管理有限公司 - 销售
学校:华南理工大学 - 化工与能源学院
地区:吉林省
个人简介:好事总是需要时间,不付出大量的心血和劳动是做不成大事的。想吃核桃,就是得首先咬开坚硬的果壳。查看更多
已连续签到天,累积获取个能量值
  • 第1天
  • 第2天
  • 第3天
  • 第4天
  • 第5天
  • 第6天
  • 第7天
 
这是一条消息提示
 
提醒
您好,您当前被封禁天,这天内您将不能登陆盖德问答,离解封时间还有
我已了解
提醒
提问需要5个能量值,您当前能量值为,请完成任务提升能量值
去查看任务