3个回答
展开全部
/*profile.c* B lei/
/*UDF for specifying steady-state velocity profile boundary condi*/
#include"udf.h"
#define zo 10
#define uo 12
DEFINE_PROFILE(inlet_x_velocity,thread,index)
{
real x[ND_ND];
real z;
face_t f;
begin_f_loop(f,thread)
{
F_CENTROID(x,f,thread);
z=x[2];
F_PROFILE(f,thread,index)=uo*pow((z/zo),0.16);
}
end_f_loop(f,thread)
}
/*UDF for specifying steady-state velocity profile boundary condi*/
#include"udf.h"
#define zo 10
#define uo 12
DEFINE_PROFILE(inlet_x_velocity,thread,index)
{
real x[ND_ND];
real z;
face_t f;
begin_f_loop(f,thread)
{
F_CENTROID(x,f,thread);
z=x[2];
F_PROFILE(f,thread,index)=uo*pow((z/zo),0.16);
}
end_f_loop(f,thread)
}
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
参见fluent的udf manual
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
恩这个可以用udf编写 我们做过很多
追问
就把这个函数编写成fluent可用的程序,具体应该是什么呢,
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询