找回密码
 注册
查看: 2258|回复: 1

UDF编译出错

[复制链接]
发表于 2012-9-22 21:39:03 | 显示全部楼层 |阅读模式

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

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

x
在14.0写UDF,想看看读写文件能否实现。
源代码:#include "udf.h"
#include "stdio.h"
DEFINE_SOURCE(xmom_source,c,t,dS,eqn)
{
   real x[ND_ND];
   real con,source;
   FILE *fp;
   fp=fopen("data.txt","r");
}
编译出错,出错信息为:
D:\PROGRA~1\ANSYSI~1\v140\fluent\fluent14.0.0\cortex\src\cx.h(46) : error C2632: 'long' followed by 'long' is illegal
D:\PROGRA~1\ANSYSI~1\v140\fluent\fluent14.0.0\src\storage.h(2794) : error C2010: '.' : unexpected in macro formal parameter list
D:\PROGRA~1\ANSYSI~1\v140\fluent\fluent14.0.0\src\storage.h(2794) : error C2010: '.' : unexpected in macro formal parameter list
D:\PROGRA~1\ANSYSI~1\v140\fluent\fluent14.0.0\src\storage.h(2794) : error C2010: '.' : unexpected in macro formal parameter list
D:\PROGRA~1\ANSYSI~1\v140\fluent\fluent14.0.0\src\storage.h(2799) : error C2010: '.' : unexpected in macro formal parameter list
D:\PROGRA~1\ANSYSI~1\v140\fluent\fluent14.0.0\src\storage.h(2799) : error C2010: '.' : unexpected in macro formal parameter list
D:\PROGRA~1\ANSYSI~1\v140\fluent\fluent14.0.0\src\storage.h(2799) : error C2010: '.' : unexpected in macro formal parameter list
,请高手指点一下,实在是迷惑。
发表于 2012-10-16 21:44:18 | 显示全部楼层

回复 1# liuu_ppeng2006 的帖子

fluent 本身的C语言代码里有一个文件 连着写了两个long  是软件错了 要改掉
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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