CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

multiphase velocities——VOF

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 31, 2007, 23:30
Default multiphase velocities——VOF
  #1
David
Guest
 
Posts: n/a
hello everybody.

I'm using VOF to modeling my problems,program is list below,the question is: C_U(c,pri_ph),C_U(c,sec_ph)and C_U(c,mix_ph) returns same values, the relative velocity of the primary phase and secondary phase is zero.why?

DEFINE_SOURCE(Flg_x,cell,mix_ph,dS,eqn) { Thread **ph; Thread *pri_ph,*sec_ph; real NV_VEC(ul),NV_VEC(ug),NV_VEC(sub);

ph=THREAD_SUB_THREADS(mix_ph); pri_ph=ph[0]; sec_ph=ph[1]; if(C_VOF(cell,sec_ph)>0 && C_VOF(cell,sec_ph)<1) { ...... NV_D(ul, =, C_U(cell,sec_ph),C_V(cell,sec_ph),0); NV_D(ug, =, C_U(cell,pri_ph),C_V(cell,pri_ph),0); Message("velocity is : %g\n,%g\n,%g\n",ul[0],ug[0]); ...... } }

thanks for your help! David
  Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Difference of multicomponent and multiphase homogenous flows Luk_Fiz CFX 11 April 4, 2013 05:29
Use data from multiphase into DO radiation yashmash FLUENT 0 October 7, 2011 03:57
multiphase multicomponent physics ckleanth CFX 3 June 4, 2009 20:15
multiphase velocities——VOF David FLUENT 2 August 1, 2007 06:02
Multiphase flow modeling Paul CFX 2 August 11, 2003 09:41


All times are GMT -4. The time now is 05:04.