Numap问题,这个在仿真时没有显示变量结果
一般问题
发布于 2024-11-14 14:27:51
查看 15过去591天
model ceshichuanre "传热计算测试"
Real ql = 6186;
Real tin = 300;
Real n=127;
Real tl[i];
parameter Integer i = 100;
Real dx = lhuo/i;
Real lhuo = 0.29;
Real SD = 0.17"当量直径";
Real cpLBE = 149.83;
Real pi = 3.14;
Real G = 207.7;
Real d = 0.009;
Real rhoLBE =10000;
equation
tl[1]=tin;
for i in 1:99 loop
G/7cpLBE(tl[i+1]-tl[i])=nqldx;
end for;
end ceshichuanre;
所属专栏:Sysplorer基础平台
产品信息:Sysplorer系统建模仿真环境