CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > FLOW-3D

VOF vs LSM

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 26, 2009, 03:21
Default VOF vs LSM
  #1
Senior Member
 
Join Date: Mar 2009
Posts: 129
Rep Power: 17
ck5285 is on a distinguished road
Hi users
Would like to know if anyone did compared or studied on the VOF (volume of fluids) vs LSM (level set method) in free surface tracking? which method provided better accuracy and faster simulation time?
__________________
CK
ck5285 is offline   Reply With Quote

Old   July 7, 2009, 06:25
Default
  #2
Senior Member
 
isabel
Join Date: Apr 2009
Location: Spain
Posts: 171
Rep Power: 17
isabel is on a distinguished road
I am studying nucleate boiling. Growing of a bubble in a liquid.
For my case, the level set method is more accurate than the VOF method
isabel is offline   Reply With Quote

Old   July 8, 2009, 04:52
Default
  #3
Senior Member
 
Join Date: Mar 2009
Posts: 129
Rep Power: 17
ck5285 is on a distinguished road
Hi Isabel
thanks for reply, so what CFD code that you are using and do you have any paper on this for sharing? thanks
ck5285 is offline   Reply With Quote

Old   July 10, 2009, 12:13
Default
  #4
Senior Member
 
isabel
Join Date: Apr 2009
Location: Spain
Posts: 171
Rep Power: 17
isabel is on a distinguished road
I am using OpenFOAM. If you are using it too, we can discuss doubts. My mail is lamasgaldo@yahoo.es
isabel is offline   Reply With Quote

Old   July 13, 2009, 21:31
Default
  #5
Senior Member
 
Join Date: Mar 2009
Posts: 129
Rep Power: 17
ck5285 is on a distinguished road
Isabel
I know OpenFOAM is a open source CFD code but i didn't use it. do you have any paper/doc to compare the results between these two approaches? thanks in advance.
ck5285 is offline   Reply With Quote

Old   July 15, 2009, 03:54
Default
  #6
Senior Member
 
isabel
Join Date: Apr 2009
Location: Spain
Posts: 171
Rep Power: 17
isabel is on a distinguished road
Here you can download some information:

http://www.csi.tu-darmstadt.de/aktue...ls_3520.de.jsp
isabel is offline   Reply With Quote

Old   July 16, 2009, 20:26
Default
  #7
Senior Member
 
Join Date: Mar 2009
Posts: 129
Rep Power: 17
ck5285 is on a distinguished road
thanks and would like to know how OpenFOAM solve multiphase problem that involved free surface tracking? does it solve as one fluid problem employed by Flow-3D or solve momentum equation for both air and fluid like others typical CFD code?
ck5285 is offline   Reply With Quote

Old   July 17, 2009, 03:09
Default
  #8
Senior Member
 
isabel
Join Date: Apr 2009
Location: Spain
Posts: 171
Rep Power: 17
isabel is on a distinguished road
It is an open code, so you can program the equations you prefer.
isabel is offline   Reply With Quote

Old   July 17, 2009, 11:30
Default
  #9
Senior Member
 
Join Date: Mar 2009
Posts: 129
Rep Power: 17
ck5285 is on a distinguished road
well that might be interest of academic research but may not for industrial application. anyway thanks for your info.
ck5285 is offline   Reply With Quote

Old   July 20, 2009, 13:52
Default
  #10
Member
 
matteo lombardi
Join Date: Apr 2009
Posts: 67
Rep Power: 17
matteoL is on a distinguished road
Hello Isabel,
I am trying to implement the levelset method for boat-like free
surface problem but unfortunately quite unsuccesfully so far..

Could you please shedm me some light on the topic:

what I ahve done is:
-I have started from rasInterfoam and mainly just substitued the gamma
equation parts with the level set one and solve something like:

solve
(
fvm::ddt(gamma) + fvm::div(phi, gamma)
)

-I initialise gamma with funkysetFields and it is ok.
-So now gamma is the distance form the surface and i solve a simple
transport equation for it (not the MULES...).
-I then reconstruct rho using:
rho == (sign(gamma) -scalar(1))/scalar(-2.0)*rho1 + (scalar(1) +sign(gamma))/scalar(2.0)*rho2;

and rhoPhi:

surfaceScalarField phiGamma=fvc::interpolate(rho);

rhoPhi = ((sign(phiGamma) -scalar(1))/scalar(-2.0)*rho1 + (scalar(1) +sign(phiGamma))/scalar(2.0)*rho2)*phi;

-Checking rho it seems ok.

For some reason, although rho and gamma (the level set variable) seem ok , i have some pressure issues and almost form the start the simulation tends to diverge,mainly driven by pressure issues.


I haven't implemented any reinitialization or similar since I don't think it is that necessary in this case, and anyway the problem doesn't come from that since the simulation divrges from the beginning.

I know I have been very "brutal" in my formulation andh haven't implemented any stabilization or smoothing technique,but it is my first try and wanted to keep it simple.

Do you have any suggestion to make it work? have you implemented something particularly different?any major error i have done?

Thank you very much,
ciao
Matteo
matteoL is offline   Reply With Quote

Old   July 21, 2009, 04:07
Default
  #11
Senior Member
 
isabel
Join Date: Apr 2009
Location: Spain
Posts: 171
Rep Power: 17
isabel is on a distinguished road
Hello Matteo.

I don't know what can be your problem.

I am simulating nucleate boiling (growing of a bubble). What I have done is the following:

- I started from solver interFoam, but instead of solving the gammaEqn, I solved the level set equation.
- As you said, the initial condition of the level set function is the distance from the interface.
- I have done reinitilialization and smoothing to improve convergence and accurate.
isabel is offline   Reply With Quote

Old   July 21, 2009, 04:15
Default
  #12
Member
 
matteo lombardi
Join Date: Apr 2009
Posts: 67
Rep Power: 17
matteoL is on a distinguished road
Hey Isabel, thank you for the fast reply.

Have you done something particularly different than what i wrote? do you see any major error? Do you agree that in principle it shlould be working?
How do you recontruct rho and rhoPhi exactly?

I will add a bit smoothing and see if it there is any improvements..

Do you base your level set formulation on the paper by Shu?

thanks,
ciao
matteo
matteoL is offline   Reply With Quote

Old   July 21, 2009, 04:32
Default
  #13
Member
 
matteo lombardi
Join Date: Apr 2009
Posts: 67
Rep Power: 17
matteoL is on a distinguished road
One more thing I have just noticed:
I haven't updated the value of the viscosity! Where is it done in interfoam? where do you do it in your level set formulation?
Thanks,
Matteo
matteoL is offline   Reply With Quote

Old   July 21, 2009, 05:04
Default
  #14
Senior Member
 
isabel
Join Date: Apr 2009
Location: Spain
Posts: 171
Rep Power: 17
isabel is on a distinguished road
I have updated the viscosity at the same way as the density:

rho == H*rho1 + (scalar(1) - H)*rho2;
mu == H*mu1 + (scalar(1) - H)*mu2;

where H is the Heaviside function, which have been smoothed previously.
isabel is offline   Reply With Quote

Old   July 21, 2009, 11:03
Default
  #15
Member
 
matteo lombardi
Join Date: Apr 2009
Posts: 67
Rep Power: 17
matteoL is on a distinguished road
Do you have any pressure/velocity peak issues with the level set formulation?

In my formulation, everytime a cell swap from air to water I have a big peak of pressure/velocity and that phenomena become unstable and slowly diverge.. I have smoothed the interface and thinks get better but still far worse than with the vof approach..

I imagine the problem is somewhere in the rhoPhi evaluation that is not smoot enough or something similar..

Is there any smoothing in the VOF approach of that term? or of Rho, or mu?

thanks,
Matteo
matteoL is offline   Reply With Quote

Old   July 22, 2009, 02:33
Default
  #16
Senior Member
 
isabel
Join Date: Apr 2009
Location: Spain
Posts: 171
Rep Power: 17
isabel is on a distinguished road
I don't understand very well what is your problem. If you want send me your results to lamasgaldo@yahoo.es and I will try to help you if I can.
isabel is offline   Reply With Quote

Old   August 13, 2009, 22:59
Default
  #17
Senior Member
 
michael barkhudarov
Join Date: Mar 2009
Location: Sante Fe, New Mexico, USA
Posts: 336
Rep Power: 18
MuxaB is on a distinguished road
Quote:
Originally Posted by isabel View Post
Here you can download some information:

http://www.csi.tu-darmstadt.de/aktue...ls_3520.de.jsp
Interesting work, especially on the combined VOF and LSM method for bubble boiling.

To be fair to the VOF method at large - has any one compared LSM in Openfoam with FLOW-3D's VOF? Or have the comparisons been done with the VOF method in Openfoam only?
MuxaB is offline   Reply With Quote

Old   August 14, 2009, 09:11
Default
  #18
otd
Member
 
private
Join Date: Mar 2009
Posts: 74
Rep Power: 17
otd is on a distinguished road
Quote:
Originally Posted by ck5285 View Post
thanks and would like to know how OpenFOAM solve multiphase problem that involved free surface tracking? does it solve as one fluid problem employed by Flow-3D or solve momentum equation for both air and fluid like others typical CFD code?
Unless flow3d has gone backward over the last few years, you have the options of solving a two-fluid problem (gas over liquid for instance - or two liquids of different density with a sharp interface). Two momentum equations (one for each fluid/phase) are solved.

Perhaps you should check your documentation - or the Flow3d help desk - for help on this one.
otd is offline   Reply With Quote

Old   December 7, 2009, 05:54
Default
  #19
New Member
 
Join Date: Dec 2009
Posts: 10
Rep Power: 16
ak2009 is on a distinguished road
Hi all,

I have recently started OpenFOAM. I needed some papers, info about LSM in OpenFOAM.

ak
ak2009 is offline   Reply With Quote

Old   December 24, 2009, 13:18
Default
  #20
otd
Member
 
private
Join Date: Mar 2009
Posts: 74
Rep Power: 17
otd is on a distinguished road
Your question is really pretty general, not specific to flow-3d.

Have you tried posting it in the main forum? You'll probably get a lot more comment - and thus exposure to a wide variety of experience.
otd is offline   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
plz rply urgent regrding vof model for my system garima chaudhary FLUENT 1 July 20, 2007 08:37
urgent query regarding vof model plz rply Garima Chaudhary FLUENT 0 July 13, 2007 02:20
ATTENTION!! Validty of Fluent's VOF?? ozgur Main CFD Forum 3 February 18, 2004 18:19
ATTENTION!! Validty of Fluent's VOF?? ozgur FLUENT 1 February 18, 2004 11:59
Difficult BCs about Freesurface Simulation by VOF Yongguang Cheng FLUENT 0 September 19, 2003 07:39


All times are GMT -4. The time now is 17:57.