|
楼主 |
发表于 2009-5-17 20:21:39
|
显示全部楼层
本人初学UDF,按照帮助里的程序在C盘Fluent的安装目录下建立了Fluent.Inc\udf\myudf文件夹,把C源程序copy过去了,环境变量也是正确的,当前工作目录下也建立了libudf\src和libudf\ntx86文件夹,copy源程序到src文件夹下,ntx86下包含3d,3d_host,3d_node文件夹,文件copy和修改完毕,读入case文件后还是有以下信息:
cpp -IC:\FLUENT~1.2\Fluent.Inc\fluent6.2.16/src -IC:\FLUENT~1.2\Fluent.Inc\fluent6.2.16/cortex/src -IC:\FLUENT~1.2\Fluent.Inc\fluent6.2.16/client/src -IC:\FLUENT~1.2\Fluent.Inc\fluent6.2.16/multiport/src -I. -DUDFCONFIG_H="<udfconfig-host.h>" C:\Fluent
.2\Fluent.Inc\udf\cataraman\movement(for M and C).c
cpp: Usage: cpp [switches] input output
Error: C:\Fluent 6.2\Fluent.Inc\udf\cataraman\movement(for M and C).c: line 1: parse error.
The Parallel FLUENT process could not be started.
999999 (..\..\src\mpsystem.c@1228): mpt_read: failed: errno = 10054
不知何解。有没有详细的UDF设置步骤啊?太挠头了! |
|