TE过程matlab


matlab仿真TE过程的程序,亲测有用
资源截图
代码片段和文件信息
% base case initialization

u0=[63.053 53.98 24.644 61.302 22.21 40.064 38.10 46.534 47.446 41.106 18.114 50];
    
for i=1:12;
    iChar=int2str(i);
    eval([‘xmv‘iChar‘_0=u0(‘iChar‘);‘]);
end

Fp_0=100;

r1_0=0.251/Fp_0;
r2_0=3664/Fp_0;
r3_0=4509/Fp_0;
r4_0=9.35/Fp_0;
r5_0=0.337/Fp_0;
r6_0=25.16/Fp_0;
r7_0=22.95/Fp_0;

Eadj_0=0;
SP17_0=80.1;

% Note:  The values of xmv_0 and r_0 specified above get overridden
%        by the initial conditions specified in the xInitial variable
%        loaded in the following statement.  The above statements are
%        only needed when starting from a new condition where xInitial
%        doesn‘t apply.

load Mode1xInitial

% TS_base is the integration step size in hours.  The simulink model
% is using a fixed step size (Euler) method.  Variable step-size methods
% don‘t work very well (high noise level).  TS_base is also the sampling
% period of most discrete PI controllers used in the simulation.
Ts_base=0.0005;
% TS_save is the sampling period for saving results.  The following
% variables are saved at the end of a run:
% tout    -  the elapsed time (hrs) length N.
% simout  -  the TE plant outputs N by 41 matrix
% OpCost  -  the instantaneous operating cost $/hr length N
% xmv     -  the TE plant manipulated variables N by 12 matrix
% idv     -  the TE plant disturbances N by 20 matrix
Ts_save=0.05;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     265773  2014-04-09 10:48  TEMEXfault01.mat

     文件     264099  2014-04-09 10:49  TEMEXfault02.mat

     文件     263420  2014-04-09 10:51  TEMEXfault03.mat

     文件     263490  2014-04-09 10:53  TEMEXfault04.mat

     文件     263399  2014-04-09 10:55  TEMEXfault05.mat

     文件      84153  2014-04-09 10:56  TEMEXfault06.mat

     文件     263651  2014-04-09 10:57  TEMEXfault07.mat

     文件     267917  2014-04-09 10:59  TEMEXfault08.mat

     文件     263630  2014-04-09 11:00  TEMEXfault09.mat

     文件     264197  2014-04-09 11:02  TEMEXfault10.mat

     文件     265540  2014-04-09 11:03  TEMEXfault11.mat

     文件     264767  2014-04-09 11:04  TEMEXfault12.mat

     文件     269450  2014-04-09 11:06  TEMEXfault13.mat

     文件     264666  2014-04-09 11:07  TEMEXfault14.mat

     文件     263583  2014-04-09 11:08  TEMEXfault15.mat

     文件     263377  2014-04-09 11:10  TEMEXfault16.mat

     文件     265539  2014-04-09 11:11  TEMEXfault17.mat

     文件     264357  2014-04-09 11:13  TEMEXfault18.mat

     文件     265384  2014-04-09 11:14  TEMEXfault19.mat

     文件     267540  2014-04-09 11:15  TEMEXfault20.mat

     文件      13944  2002-11-27 17:19  TEMEXMode1SkogeInit.mat

     文件      13592  2002-11-27 16:53  TEMEXMode1xInitial.mat

     文件       1884  2005-02-24 12:22  TEMEXMode3xInitial.mat

     文件       1430  2014-01-22 11:15  TEMEXMode_1_Init.m

     文件       1430  2005-02-24 12:22  TEMEXMode_3_Init.m

     文件     119412  2014-04-09 11:15  TEMEXMultiLoop_mode1.mdl

     文件     102243  2005-02-24 12:30  TEMEXMultiLoop_mode1.mdl.r14 (sp2)

     文件     107752  2005-02-24 12:30  TEMEXMultiLoop_mode3.mdl

     文件      93264  2005-02-24 12:31  TEMEXMultiLoop_Skoge_mode1.mdl

     文件     263376  2014-04-09 10:45  TEMEX
ormal.mat

............此处省略20个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)