找回密码
 注册
查看: 4570|回复: 6

C_DPMS_YI是什么参数阿?

[复制链接]
发表于 2009-10-10 19:05:30 | 显示全部楼层 |阅读模式

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

您需要 登录 才可以下载或查看,没有账号?注册

x
UDF帮助中的DPM模型的源项的例子中有个C_DPMS_YI,
这个参数是加入连续相的质量百分数,还是离散相本身的质量分数.
而且在例子中,怎么是质量百分数等于质量了呢,那个等式没看懂
发表于 2009-10-12 16:31:11 | 显示全部楼层

回复 1# lhjlqn 的帖子

可否把原程序发上来
 楼主| 发表于 2009-10-12 20:06:15 | 显示全部楼层
DEFINE_DPM_SOURCE(dpm_source, c, t, S, strength, p)
{ real mp_dot;
  Material *sp = P_METERIAL(p);

/* mp_dot is the (positive) mass source to the continuous phase */
/* (Difference in mass between entry and exit from cell) */
/* multiplied by strength (Number of particles/s in stream) */
mp_dot = (P_MASS0(p) - P_MASS(p)) * strength;
C_DPMS_YI(c,t,0) += mp_dot;
/* add latent heat of vaporization to dpm energy source */
C_DPMS_ENERGY(c,t) -= mp_dot * MATERIAL_PROP(sp,PROP_latent_heat);
/* Sensible heat dealt with by Fluent Automatically */

}

[ 本帖最后由 lhjlqn 于 2009-10-13 11:21 编辑 ]
发表于 2010-3-15 20:18:59 | 显示全部楼层

回复 1# lhjlqn 的帖子

翻出这一贴,希望诸位达人能够帮忙。我也遇到同一个问题
发表于 2010-8-7 18:47:04 | 显示全部楼层
就是质量
发表于 2012-8-26 09:29:03 | 显示全部楼层

回复 1# lhjlqn 的帖子

strength难道没有单位吗?
发表于 2013-10-13 22:37:21 | 显示全部楼层
strength是个无量纲数。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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