马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
哪位大哥帮帮忙,我现在不知道怎么编。
i=1;0.1;100
n=1;1;11
t(1,1)=5;
a=0.3437e-6;
m=0.1;
x=0.1;
r=0.43;
h1=11;
h2=23;
tf1=50;
tf2=5
Fo1=a*m/(x^2);
Bi1=h1*x/r;
Fo2=a*m/(x^2);
Bi2=h2*x/r
t(11,i)*(1-2*Fo1*Bi1-2*Fo1)+2*Fo1*t(10,i)+2*Fo1*Bi1*tf1-t(11,i+1)=0
Fo1*(t(n+1,i)+t(n-1,i))+(1-2*Fo1)*t(n,i)-t(n,i+1)=0
t(1,i)*(1-2*Fo2*Bi2-2*Fo2)+2*Fo2*t(2,i)+2*Fo2*Bi2*tf2,t(n,i)-t(1,i+1)=0 |