|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
我的程序是:
#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[0]=520.36;break;
case 1:cid[0]=717.425;break;
case 2:cid[0]=861.39;break;
case 3:cid[0]=936.93;break;
case 4:cid[0]=936.93;break;
case 5:cid[0]=861.39;break;
case 6:cid[0]=717.425;break;
case 7:cid[0]=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: ()
你们说说看,我的错误在哪啊? |
|