| ²é¿´: 965 | »Ø¸´: 2 | |||
yangshuaibyx½ð³æ (СÓÐÃûÆø)
|
[½»Á÷]
fluent UDF ÒÑÓÐ1È˲ÎÓë
|
|
DEFINE_EXCHANGE_PROPERTY(custom_drag_ihme, cell, mix_thread, s_col, f_col) { Thread *thread_g, *thread_s; real x_vel_g, x_vel_s, y_vel_g, y_vel_s, abs_v, slip_x, slip_y, rho_g, rho_s, mu_g, reyp, cd, eg, void_g, k_g_s; /* find the threads for the gas (primary) and solids (secondary phases). These phases appear in columns 2 and 1 in the Interphase panel respectively*/ thread_g = THREAD_SUB_THREAD(mix_thread, s_col);/*gas phase*/ thread_s = THREAD_SUB_THREAD(mix_thread, f_col);/* solid phase*/ /* find phase velocities and properties*/ x_vel_g = C_U(cell, thread_g); y_vel_g = C_V(cell, thread_g); x_vel_s = C_U(cell, thread_s); y_vel_s = C_V(cell, thread_s); slip_x = x_vel_g - x_vel_s; slip_y = y_vel_g - y_vel_s; rho_g = C_R(cell, thread_g); rho_s = C_R(cell, thread_s); mu_g = C_MU_L(cell, thread_g); /*compute slip*/ abs_v = sqrt(slip_x*slip_x + slip_y*slip_y); /*compute reynolds number*/ reyp = rho_g*abs_v*diam2/mu_g; cd = (24./(reyp+SMALL)) + 5.48*pow((reyp+SMALL),-0.573) + 0.36; void_g = C_VOF(cell, thread_g);/* gas vol frac*/ eg = pow(void_g,-2.65); k_g_s = (3./4.)*(cd*(1.-void_g)*abs_v*rho_g*eg)/diam2; return k_g_s; } SMALL ÊÇʲô¶«Î÷£¿Ð»Ð» |
» ²ÂÄãϲ»¶
¹þ¶û±õÀí¹¤´óѧÎïÀíϵÕÐÊÕÎïÀíѧ¿¼Ñе÷¼Á
ÒѾÓÐ6È˻ظ´
0702Ò»Ö¾Ô¸¼ª´óBÇøÇóµ÷¼Á
ÒѾÓÐ5È˻ظ´
ÎïÀíѧIÂÛÎÄÈóÉ«/·ÒëÔõôÊÕ·Ñ?
ÒѾÓÐ297È˻ظ´
Çóµ÷¼Á
ÒѾÓÐ0È˻ظ´
0702Ò»Ö¾Ô¸¼ª´óBÇøÇóµ÷¼ÁÓÐÂÛÎÄ
ÒѾÓÐ0È˻ظ´
ÇëÎÊ»¹ÓÐûÓÐÓÃLatexдÎÄÕµÄС»ï°éÃÇ£¿
ÒѾÓÐ0È˻ظ´
¹âѧ¹¤³Ìѧ˶µ÷¼ÁÐÅÏ¢
ÒѾÓÐ30È˻ظ´
»¶Ó¼ÓÈë¿ÎÌâ×é
ÒѾÓÐ0È˻ظ´
É¢½ð±Ò£¬ÇóºÃÔË£¬×£ÃæÉÏ˳Àû£¡
ÒѾÓÐ65È˻ظ´
»ª¶«Ê¦·¶´óѧоƬÉè¼ÆÐìççÕæÊµË®Æ½Õ¦Ñù
ÒѾÓÐ1È˻ظ´
µ÷¼Á
ÒѾÓÐ0È˻ظ´
cfd×Éѯ
гæ (³õÈëÎÄ̳)
- Ó¦Öú: 23 (СѧÉú)
- ½ð±Ò: 123.1
- ºì»¨: 2
- Ìû×Ó: 48
- ÔÚÏß: 3.8Сʱ
- ³æºÅ: 2583478
- ×¢²á: 2013-08-06
2Â¥2013-08-14 14:42:58
yangshuaibyx
½ð³æ (СÓÐÃûÆø)
- Ó¦Öú: 0 (Ó×¶ùÔ°)
- ½ð±Ò: 1740.5
- É¢½ð: 106
- Ìû×Ó: 167
- ÔÚÏß: 645.8Сʱ
- ³æºÅ: 2513219
- ×¢²á: 2013-06-19
- ÐÔ±ð: GG
- רҵ: »úе²âÊÔÀíÂÛÓë¼¼Êõ
3Â¥2013-08-14 17:13:53













»Ø¸´´ËÂ¥