|
[Sponsors] |
Volume of Fluid method for multiple fluid flows |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 4, 2014, 10:45 |
Volume of Fluid method for multiple fluid flows
|
#1 |
New Member
jitendra
Join Date: Aug 2013
Posts: 8
Rep Power: 13 |
Hi,
Currently i am working on multiphase/multifluid flows by using Volume of Fluid method ( with interface capturing no interface reconstruction is involved ). Till now my problem limited to only two fluid by defining volume fraction 1 and 0 for respective fluid. But now i need to extent my two fluid formulation to multiple fluids (more than two fluid having more than one interface). Could anyone suggest me how to take the values volume fractions for more than two fluid for instance three fluids, i have searched for the literatures but did not found relevant one. Please suggest me some useful literatures for the same. Regards, jitendra |
|
March 4, 2014, 12:27 |
|
#2 |
Member
Join Date: May 2012
Posts: 68
Rep Power: 14 |
Try searching "SOLA-VOF", I can assure that you wont be disappointed
Once you understand that, try reading this one (for three bubble of free surface i.e. three different phase/interface :- http://www.csi.tu-darmstadt.de/media...ffluid2005.pdf
__________________
Best wishes, Somdeb Bandopadhyay |
|
March 5, 2014, 11:28 |
|
#3 |
New Member
jitendra
Join Date: Aug 2013
Posts: 8
Rep Power: 13 |
Thanks for your response, i have gone through the SOLA-VOF and the paper you refereed, in the paper they have simulated multi air bubbles in the water. Therefore, more than one interface exists but having only two phase (i.e. air and water), hence only two volume fraction ( 0 and 1), Please correct me if i have misunderstood. In my case i am interested in more than two fluids, so more then two values of volume fraction and most importantly how to calculate density and viscosity in single continuum model with fluid property jump at the interface, for 2 fluid model i have used following relation:
rho = VF*rho1 + (1-VF)*rho2 index 1 and 2 for fluid 1 and fluid 2 and VF is volume fraction. There are some literatures for multi material interface based on onion skin model but very less description on implementation. Kindly help me for this regard. thank you, jitendra |
|
March 5, 2014, 11:59 |
|
#4 |
Member
Join Date: May 2012
Posts: 68
Rep Power: 14 |
Let
phi1(x,y)=1 for fluid 1 = [0,1] at the interface between fluid 1 & fluid 2 =0 for fluid 2 & fluid 3 phi2(x,y)=1 for fluid 2 = [0,1] at the interface between fluid 2 & fluid 3 =0 for fluid 3 & fluid 1 phi3(x,y)=1 for fluid 3 = [0,1] at the interface between fluid 3 & fluid 1 =0 for fluid 1 & fluid 2 phi123(x,y)=0 for fluid 1,2,3 =1 for two-fluid interface =[0,1] if our cell has all 3 fluid within note1:- [0,1] here indicates 0<function<1 note2:- here phi(s) are our so called volume fraction Cant we apply the scheme now?
__________________
Best wishes, Somdeb Bandopadhyay |
|
March 7, 2014, 10:18 |
|
#5 |
New Member
jitendra
Join Date: Aug 2013
Posts: 8
Rep Power: 13 |
Thanks for your detailed explanation of multi fluid implementation in VOF method. It helps me to better understand the paper you refereed, now i will try to implement two fluid formulation into multi fluid.
Regards, jitendra |
|
March 7, 2014, 10:33 |
|
#6 |
Member
Join Date: May 2012
Posts: 68
Rep Power: 14 |
cheers, glad I could help(^_^)
__________________
Best wishes, Somdeb Bandopadhyay |
|
March 7, 2014, 23:13 |
|
#7 |
New Member
Peter
Join Date: May 2012
Location: New York
Posts: 18
Rep Power: 14 |
Hello, My name is Peter,
I am working on the VOF now(air and water only). My code is based on the SIMPLE method. But my code now can only deal with low density ratio flow. Once the density ratio become large, the computed velocity is wrong, the magnitude of the velocity could be more than 100 m/s. I have no idea what causes this. Could anyone give me some suggestion? I am new in VOF. Thanks. Peter |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
The aspect ratio of the volume elements in Finite Volume Method | CharlieTan84 | Main CFD Forum | 3 | August 28, 2012 03:34 |
Control Volume , Finite Volume, Finite Control Volume, Finite Element Method | technocrat.prakash | Main CFD Forum | 1 | April 24, 2010 20:24 |
Volume of Fluid Method | Gitesh P | Main CFD Forum | 4 | January 29, 2010 10:48 |
Volume of fluid method | Amir | Main CFD Forum | 1 | February 6, 2008 04:07 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |