案例8:使用计算 –使用案例1中的脱丁烷塔来研究一个普通案例-1

预内核计算是:

  1. [Bot Qual.CV.Remove]=And([Bot Temp.POV.Disconnect] ; [Bot Qual.POV.Disconnect])
    如果底部温度POV和底部质量POV都处于未连接状态(未连接标签设置为true),计算通过将“Remove”标签设定为true来删除底部质量CV。
  2. [Top Qual.CV.Remove]=And([Top Temp.POV.Disconnect]; [Top Qual.POV.Disconnect])
    如果顶部温度POV和顶部质量POV都处于未连接状态(未连接标签设置为true),计算通过将“Remove”标签设定为true来删除顶部质量CV。
    3. [Top Qual.CV.Priority]=Iif([Bot Qual.CV.SetrangeHighLim]-[Bot Qual.POV.Measurement]; 1;10)
    如果底部质量CV超出了底部质量高限(Bot Qual POV测量值),计算将把顶部质量CV优先级减少到10。否则计算分配给顶部质量CV的CV优先级是1。
  3. [Sub_Debutanizer.SUB.RequestedStatus]=Not(And([Bot Qual.CV.Remove];[TOP QUAL.CV.Remove]))
    如果顶部和底部质量CVs都被移走(它们的Remove标签被设定为true),计算将把Sub_Debuta子控制器的请求状态设定为0(OFF)。否则指定的子控制器请求状态为1(ON)。
  4. [Reflux.MV.MaxMove]=Iif([BOT QUAL.CV.SetrangeHighLim]-[BOT QUAL.POV.Measurement];100;150)
    这项计算修改了Reflux的Maximum Rate of Change(最大变化率)的值。如果底部质量CV超出其上限(bottom qual POV SRHi),将回流的最大动作增加至150。否则最大动作为100。
  5. [Reboiler.MV.MaxMove]=Iif([BOT QUAL.CV.SetrangeHighLim]-[BOT QUAL.POV.Measurement];1;1.5)
    这项计算修改了Reboil的Maximum Rate of Change(最大变化率)的值。如果底部质量CV超出其上限(bottom qual POV SRHI),将再沸的最大动作增加到1.5。否则为1。
  6. [DEBUTANIZER.CON.EFTrackingFilterTimeConst]=Min(Max([DEBUTANIZER.CON.EFTrackingFilterTimeConst]; 560);1060)
    这项计算用来将Economic Function Tracking Filter(经济函数跟踪滤波)限制在5~60mins。
    两个内核后计算是:
  7. [ExternalOutput1.EXTOUT.Value]=[Bot Qual.CV.Reachable_ConstraintActivity]
    这项计算将底部质量CV在稳态时的约束行为记录在外部位号ExternalOutput1。
  8. [ExternalOutput2.EXTOUT.Value]=[Top Qual.CV.Reachable_ConstraintActivity]
    这项计算将顶部质量CV在稳态时的约束行为记录在外部位号ExternalOutput2。
    以上所述的计算所需的两个外部位号是:

预内核计算由下式给出:


最后,内核后计算是:


下图部分显示了相应的计算报告。若要使用此功能,请在页面顶部选择“Report”选项卡。


如下所述,我们通过两个场景来探讨计算引擎的性能。
仿真1
首先让我们来考虑被称为Debutanizer Max Moves.(脱丁烷塔最大步幅)的仿真场景。General场景界面和Sub_Debutanizer界面的相关信息如下图所示。


原文:
The pre-kernel calculations are:

  1. [Bot Qual.CV.Remove]=And([Bot Temp.POV.Disconnect] ; [Bot Qual.POV.Disconnect])
    This calculation removes the bottom quality CV by setting the “Remove” flag to true if both the bottom temperature POV and the bottom quality POV are disconnected (their disconnect flags are set to true).
  2. [Top Qual.CV.Remove]=And([Top Temp.POV.Disconnect]; [Top Qual.POV.Disconnect])
    This calculation removes the top quality CV by setting the “Remove” flag to true if both the top temperature POV and the top quality POV are disconnected (their disconnect flags are set to true).
  3. [Top Qual.CV.Priority]=Iif([Bot Qual.CV.SetrangeHighLim]-[Bot Qual.POV.Measurement]; 1;10)
    This calculation decreases the top quality CV Priority to 10 if the bottom quality CV exceeds the bottom quality high limit (Bot Qual POV measurement). Otherwise, the calculation assigns a CV Priority of 1 to the top quality CV.
  4. [Sub_Debutanizer.SUB.RequestedStatus]=Not(And([Bot Qual.CV.Remove];[TOP QUAL.CV.Remove]))
    This calculation sets the Sub_Debuta subcontroller requested status to 0 (OFF) if both the top and bottom quality CVs are removed (their Remove flags are set to true). Otherwise specify the subcontroller requested status as 1 (ON).
  5. [Reflux.MV.MaxMove]=Iif([BOT QUAL.CV.SetrangeHighLim]-[BOT QUAL.POV.Measurement];100;150)
    This calculation modifies the Maximum Rate of Change value for the Reflux. If the bottom quality CV exceeds its upper limit (bottom qual POV SRHi), increase the max move for the reflux to 150. Else use 100 for the max move.
  6. [Reboiler.MV.MaxMove]=Iif([BOT QUAL.CV.SetrangeHighLim]-[BOT QUAL.POV.Measurement];1;1.5)
    This calculation modifies the Maximum Rate of Change value for the Reboil. If the bottom quality CV exceeds its upper limit (bottom qual POV SRHI), increase the max move for the reboiler to 1.5. Else use 1.
  7. [DEBUTANIZER.CON.EFTrackingFilterTimeConst]=Min(Max([DEBUTANIZER.CON.EFTrackingFilterTimeConst]; 560);1060)
    This calculation restricts the Economic Function Tracking Filter to lie between 5 and 60 minutes.
    The two post-kernel calculations are:
  8. [ExternalOutput1.EXTOUT.Value]=[Bot Qual.CV.Reachable_ConstraintActivity]
    This calculation records the constraint activity at steady state for the bottom quality CV to the external tag ExternalOutput1.
  9. [ExternalOutput2.EXTOUT.Value]=[Top Qual.CV.Reachable_ConstraintActivity]
    This calculation records the constraint activity at steady state for the top quality CV to the external tag ExternalOutput2.
    The two external tags required for the calculations outlined above are:
    The pre-kernel calculations are given by:
    Lastly the post-kernel calculations are:
    The figure below partially shows the corresponding calculations report. To access this feature select the “Report” tab at the top of the page.
    We investigate the performance of the calculation engine through a couple of scenarios as described below.
    Simulation 1
    First consider the simulation scenario called: Debutanizer Max Moves. The General scenario page as well as the Sub_Debutanizer page with the relevant information are shown below.

2016.6.15

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 202,905评论 5 476
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 85,140评论 2 379
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 149,791评论 0 335
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,483评论 1 273
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,476评论 5 364
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,516评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 37,905评论 3 395
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,560评论 0 256
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 40,778评论 1 296
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,557评论 2 319
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,635评论 1 329
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,338评论 4 318
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 38,925评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,898评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,142评论 1 259
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 42,818评论 2 349
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,347评论 2 342

推荐阅读更多精彩内容