|
|

楼主 |
发表于 2012-8-16 16:54:43
|
显示全部楼层
附上我找到的程序,继续求助
#include "udf.h"
#include <math.h>
#include DEFINE_PROFILE(Coefficient,t,i)
{
real te;
te=C_T(c,t);
face_t f;
begin_f_loop(f,t)
{
F_CENTROID(x,f,t);
F_PROFILE(f,t,i)=1.127408803*pow((te-40),0.25);
}
end_f_loop(f,t)
}
请各位大侠看看程序有什么问题吗 |
|