|
楼主 |
发表于 2008-5-26 11:39:16
|
显示全部楼层
[原创]高手求教UDF解释过程的问题
#include "udf.h"
#define Pv 3000
#define V 20.0
#define R 4.0e-7
#define E 0.65
#define T 1.4
#define M_h2o 0.018
#define Delta 0.00021
DEFINE_PROFILE(heat_profile,t,i)
{
face_t f;
real temp, P_fm,Hv,Ug, N,delta_P,T_avg, P_avg,Tp;
}
上面是其中一段程序,进行编译的时候也出现了
如下问题
cpp -ID:\fluent\fluent\Fluent.Inc\fluent6.2.16/src -ID:\fluent\fluent\Fluent.Inc\fluent6.2.16/cortex/src -ID:\fluent\fluent\Fluent.Inc\fluent6.2.16/client/src -ID:\fluent\fluent\Fluent.Inc\fluent6.2.16/multiport/src -I. -DUDFCONFIG_H="<udfconfig.h>" E:\
luentmsh\ceshi.c
temp definition shadows previous definition
N definition shadows previous definition
是不是出错了?
|
|