声振论坛

 找回密码
 我要加入

QQ登录

只需一步,快速开始

查看: 3081|回复: 2

[Fluent应用] 问DEFINE_HEAT_FLUX的用法!

[复制链接]
发表于 2006-9-13 07:38 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?我要加入

x
各位,高手帮帮忙!DEFINE_HEAT_FLUX具体有什么用处的!我看了半天文献,也不是很明白!各位高手,帮忙给解释一下!谢谢了
回复
分享到:

使用道具 举报

发表于 2006-9-13 08:52 | 显示全部楼层
A DEFINE_HEAT_FLUX function allows you to customize how diffusive and radiative heat fluxes between a cell and a neighboring wall are to be computed in the energy equation. You can use this DEFINE macro to specify one or both types of heat fluxes. The argument f is the index of the wall face, Thread pointer t points to the thread of the wall face, c0 is the index of the cell next to the wall, and Thread pointer t0 points to the thread of the cell. Your UDF needs to specify the diffusive heat flux coefficient ( cid), and the radiative heat flux coefficient ( cir). With these inputs, diffusive heat flux ( qid) and radiative heat flux ( qir), respectively, will then be computed by FLUENT using the following equations:


qid = cid[0] + cid[1]*C_T(c0,t0) - cid[2]*F_T(f,t) - cid[3]*pow(F_T(f,t),4)
qir = cir[0] + cir[1]*C_T(c0,t0) - cir[2]*F_T(f,t) - cir[3]*pow(F_T(f,t),4)
 楼主| 发表于 2006-9-13 16:59 | 显示全部楼层
谢谢你,但是我就是看这个文献看不懂!不明白这个宏是怎么改变热流密度的!好像有对流跟辐射,对把!
您需要登录后才可以回帖 登录 | 我要加入

本版积分规则

QQ|小黑屋|Archiver|手机版|联系我们|声振论坛

GMT+8, 2024-9-21 21:52 , Processed in 0.055584 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表