|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
Parameters M,N;
Variable t,x1,x2,y1,y2;
SharedModel;
Function y1=exp(x2^2*(N*(exp(-0.3*N/(8.314*t)))^2/
(8.314*t*(x1+x2*exp(-(N*0.3/(8.314*t)))^2)+
M*exp(-M*0.3/(8.314*t))/
(8.314*t*(x2+x1*exp(-M*0.3/(8.314*t)))^2))))*x1*
10^(5.5457-799.767/(-81.752+t))/101.3;
y2=exp(x1^2*(M*(exp(-0.3*M/(8.314*t)))^2/
(8.314*t*(x2+x1*exp(-(M*0.3/(8.314*t)))^2)+
N*exp(-N*0.3/(8.314*t))/
(8.314*t*(x1+x2*exp(-N*0.3/(8.314*t)))^2))))*x2*
10^(7.0471-1657.459/(-46.13+t))/101.3;
Data;
307.2 0.9612 0.0388 0.9949 0.0051
308.1 0.9497 0.0503 0.9931 0.0069
309 0.9509 0.0491 0.9879 0.0121
310 0.9005 0.0995 0.9803 0.0197
311 0.8732 0.1268 0.9521 0.0479
312 0.8629 0.1371 0.944 0.056
313 0.8579 0.1421 0.9302 0.0698
314 0.863 0.137 0.9233 0.0767
315 0.8402 0.1598 0.9079 0.0921
322 0.6835 0.3165 0.8137 0.1863
328 0.6251 0.3749 0.7808 0.2192
332 0.5722 0.4278 0.6871 0.3129
338 0.4846 0.5154 0.5706 0.4294
345 0.497 0.503 0.5537 0.4463
353 0.3779 0.6221 0.4479 0.5521
357 0.2651 0.7349 0.2712 0.7288
360 0.1603 0.8397 0.1734 0.8266
366 0.1091 0.8909 0.1107 0.8893 |
|