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

multiphase velocities——VOF

Register Blogs Members List Search Today's Posts Mark Forums Read

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

I have a question when using VOF,and program is listed below,the C_U(c,pri_ph), C_U(c,sec_ph) and C_U(c,mix_ph) returns same values, so the relative velocity between primary phase and secondary phase is zero.Why?

DEFINE_SOURCE(Flg_x,c,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(c,sec_ph)>0 && C_VOF(c,sec_ph)<1) { ...... NV_D(ul, =, C_U(c,sec_ph),C_V(c,sec_ph),0); NV_D(ug, =, C_U(c,pri_ph),C_V(c,pri_ph),0); NV_VV(sub, =, ul, -,ug); Message("velocity is : %g\n,%g\n",ul[0],ug[0]); ...... } } thanks for your help! David.

  Reply With Quote

Old   August 1, 2007, 04:46
Default Re: multiphase velocities——VOF
  #2
Joe
Guest
 
Posts: n/a
By design VOF uses a common velocity field.
  Reply With Quote

Old   August 1, 2007, 06:02
Default Re: multiphase velocities——VOF
  #3
David
Guest
 
Posts: n/a
Thank you, Joe. Then how can i get the velocity of primary and secondary phase respectively?

  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 0 July 31, 2007 23:30
Multiphase flow modeling Paul CFX 2 August 11, 2003 09:41


All times are GMT -4. The time now is 08:12.