这个udf的变量怎么定义呀?
下面是源项的udf#include "udf.h"
#define CON 1.0e12
DEFINE_SOURCE ( cell_x_source, cell, thread, dS, eqn)
{
Real source;
/*source term*/
source=-CON*C_MU_L(cell, thread)*C_U(cell, thread);
/*derivative of source term w.r.t.x-velocity.*/
dS =-CON*C_MU_L(cell, thread);
return source;
}
但是在interpreted时显示line 5: Real: undeclared variable
那么变量应该怎么定义呢?谢谢高手指教 是不是第一个字母R不能大写
回复 2楼 的帖子
应该不是,我改成小写后仍是错的似乎是fluent的udf.h这个文件有点问题
或者是vc++在安装时路径等没有设置好,现在改成正确的,下次打开仍是原来路径。
就这个小小的程序已经困扰我好几天了
哪位高手不吝赐教一下吧
小妹在这里先行谢过了 后来自己看出来了,原来第五行的 分号用了 中文的,
不好意思,耽误大家时间了
udf
wlphappy你好,我想请教你关于你一些fluent 问题,谢谢你了!QQ83941182
页:
[1]