• 大小: 5.32MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-13
  • 语言: Matlab
  • 标签: 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  TEMEX\fault01.mat

     文件     264099  2014-04-09 10:49  TEMEX\fault02.mat

     文件     263420  2014-04-09 10:51  TEMEX\fault03.mat

     文件     263490  2014-04-09 10:53  TEMEX\fault04.mat

     文件     263399  2014-04-09 10:55  TEMEX\fault05.mat

     文件      84153  2014-04-09 10:56  TEMEX\fault06.mat

     文件     263651  2014-04-09 10:57  TEMEX\fault07.mat

     文件     267917  2014-04-09 10:59  TEMEX\fault08.mat

     文件     263630  2014-04-09 11:00  TEMEX\fault09.mat

     文件     264197  2014-04-09 11:02  TEMEX\fault10.mat

     文件     265540  2014-04-09 11:03  TEMEX\fault11.mat

     文件     264767  2014-04-09 11:04  TEMEX\fault12.mat

     文件     269450  2014-04-09 11:06  TEMEX\fault13.mat

     文件     264666  2014-04-09 11:07  TEMEX\fault14.mat

     文件     263583  2014-04-09 11:08  TEMEX\fault15.mat

     文件     263377  2014-04-09 11:10  TEMEX\fault16.mat

     文件     265539  2014-04-09 11:11  TEMEX\fault17.mat

     文件     264357  2014-04-09 11:13  TEMEX\fault18.mat

     文件     265384  2014-04-09 11:14  TEMEX\fault19.mat

     文件     267540  2014-04-09 11:15  TEMEX\fault20.mat

     文件      13944  2002-11-27 17:19  TEMEX\Mode1SkogeInit.mat

     文件      13592  2002-11-27 16:53  TEMEX\Mode1xInitial.mat

     文件       1884  2005-02-24 12:22  TEMEX\Mode3xInitial.mat

     文件       1430  2014-01-22 11:15  TEMEX\Mode_1_Init.m

     文件       1430  2005-02-24 12:22  TEMEX\Mode_3_Init.m

     文件     119412  2014-04-09 11:15  TEMEX\MultiLoop_mode1.mdl

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

     文件     107752  2005-02-24 12:30  TEMEX\MultiLoop_mode3.mdl

     文件      93264  2005-02-24 12:31  TEMEX\MultiLoop_Skoge_mode1.mdl

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

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

评论

共有 条评论