|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
#include "udf.h"
DEFINE_PROFILE(inlet_temp, thread, position)
{
face_t f;
int t;
t= RP_Get_Integer("flow-time");
begin_f_loop(f, thread)
{
F_PROFILE(f,thread,position)=279.0-0.0001*t;
}
end_f_loop(f, thread)
}
这是我编的一非稳态入口面温度边界条件,但我监测入口温度时,和式中的变化规律不一样,我不知道出现什么问题了,麻烦高手帮忙指点,不甚感谢! |
|