pengdonghua2008 发表于 2007-5-12 17:17

大家来看看我程序的错误吧!热流边界的

我的程序是:
#include "udf.h"
DEFINE_HEAT_FLUX(heat_flux,f,t,c0,t0,cid,cir)
{
real n=RP_Get_Real("flow-time");
int c=n/3600;
switch(c)
{case 0:cid=520.36;break;
case 1:cid=717.425;break;
case 2:cid=861.39;break;
case 3:cid=936.93;break;
case 4:cid=936.93;break;
case 5:cid=861.39;break;
case 6:cid=717.425;break;
case 7:cid=520.36;break;}
}
但是到导入FLUENT里面的错误是:
Error:
FLUENT received fatal signal (ACCESS_VIOLATION)
1. Note exact events leading to error.
2. Save case/data under new name.
3. Exit program and restart to continue.
4. Report error to your distributor.
Error Object: ()
你们说说看,我的错误在哪啊?

qiufeng313 发表于 2007-5-13 20:13

我也遇到过这个问题,不知错在哪?

pengdonghua2008 发表于 2007-5-13 21:46

那最后怎么解决的呢?求救啊……………………………………………………
页: [1]
查看完整版本: 大家来看看我程序的错误吧!热流边界的