找回密码
 注册
查看: 1557|回复: 2

请问斑竹如何记录非稳态过程中某点的浓度的变化

[复制链接]
发表于 2004-9-8 08:36:45 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
虽然有point-history类型,但发现它只能记录速度和压强
如果要考虑其他的变量应该如何做呢?
请斑竹帮忙
发表于 2004-9-12 18:29:46 | 显示全部楼层

请问斑竹如何记录非稳态过程中某点的浓度的变化

我帮你咨询了老外,下面是他们的答复.这几天我很忙没有时间试,你试一下看是否成功,告诉我一下,拜托了,呵呵.
In Response To: Re: point_history utilites
You could create a user defined patch of type PROFIL, or edit the Q1 directly by hand to add the patch.
If you look at the file Q1ear in grp 23 you will see a type PROFIL patch that was created for your point-history blockage. It will look something like : (for object called B4)
PATCH(OB4 ,PROFIL, 1, 1, 1, 1, 20, 20, 1, 10) PLOT(OB4 ,P1 , 0.000000E+00, 0.000000E+00) PLOT(OB4 ,U1 , 0.000000E+00, 0.000000E+00) PLOT(OB4 ,W1 , 0.000000E+00, 0.000000E+00) PLOT(OB4 ,TEM1, 0.000000E+00, 0.000000E+00)
where OB4 links up with the point-history object name.
You can cut and paste this to your Q1 and rename the patch name from OB4 to "WHATEVER" to include the variable c1,c2.
so for example :
PATCH(YYY ,PROFIL, 19, 19, 1, 1, 19, 19, 1, 10) PLOT(YYY ,P1 , 0.000000E+00, 0.000000E+00) PLOT(YYY ,U1 , 0.000000E+00, 0.000000E+00) PLOT(YYY ,W1 , 0.000000E+00, 0.000000E+00) PLOT(YYY ,C1 , 0.000000E+00, 0.000000E+00)
But as I say, you could make a USER-DEFINED object in the editor of type PROFIL
 楼主| 发表于 2004-9-19 21:36:45 | 显示全部楼层

请问斑竹如何记录非稳态过程中某点的浓度的变化

谢谢斑竹,我现在还在测试中;等有结果了,就贴出来与大家分享
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表