注册 登录
流体中文网 返回首页

gearboy的个人空间 http://cfluid.com/?15372 [收藏] [复制] [分享] [RSS]

日志

UDF获取颗粒,壁面,气体的发射率

已有 1006 次阅读2013-4-17 13:50 |个人分类:UDF使用技巧

use DPM_EMISSIVITY(p,m) to get the particle emissivity.

Use THREAD_VAR(t).wall.in_emiss to get the internal emissivity of a wall.

Return value: Profile structure type

Use the following method to get the emissivity (absorption coeff.) of internal gas

Thread*t;
Material *m;
real as;
Property *prop;
m=THREAD_MATERIAL(t);
prop =MATERIAL_PROPERTY(m);
as = generic_property(c,t,prop,PROP_abs_coeff,C_T(c,t)) ;

评论 (0 个评论)

facelist doodle 涂鸦板

您需要登录后才可以评论 登录 | 注册

返回顶部