|
|

楼主 |
发表于 2005-8-6 20:58:58
|
显示全部楼层
请教关于热边界条件的UDF!
DEFINE_PROFILE(temp, thread, position)
{
real t;
face_t f;
begin_f_loop(f, thread)
{ ***
}
end_f_loop(f, thread)
}
DEFINE_PROFILE(alpha, thread, position)
{
}
问题解决了,直接起两个不同的名称就ok了。希望同样初学的朋友们少走弯路,也谢谢rabbitpig给我出注意。 |
|