CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Volume Loss in Level Set Method

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 18, 2001, 12:54
Default Volume Loss in Level Set Method
  #1
Zi-Wei Chiou
Guest
 
Posts: n/a
The main drawback of the level set method is its inability to rigorous conserve mass. This method can suffer from severe volume loss especially on relatively coarse grids commonly used in computer graphics. This is clearly visible when regions of liquid break away during splashing and then disappear because they are too small to be resolved by the level set.

In a SIGGRAPH paper, Foster suggested a hybrid system of level set method and "particles" to address this problem. Particles are introduced according in the high curvature regions (indicating splashing), where the particles are a better indicator of the free surface curve and are allowed to modify the dynmaic level set.

Are there any other special techniques to solve this problem? In computer graphics, we don't need very accurate algorithms, but that can capture significant visual effects (e.g. splashs).

Foster, N.; Fedkiw, R., Practical Animation of Liquids, in Proceddings of ACM SIGGRAPH 2001.
  Reply With Quote

Old   September 18, 2001, 13:06
Default Re: Volume Loss in Level Set Method
  #2
Junseok Kim
Guest
 
Posts: n/a
Recently my advisor and I did some simulations with jet pinch off and hitting the wall, and also hitting another liquid, most of them are relatively low Reynolds numbers, so you can hardly see the splash, but if we use high Reynolds numbers, you can surely see splashes. Visit my website and look at them.

They were used when my advisor gave a talk at Ford Car company.

http://www.ima.umn.edu/~junkim/ford.htm
  Reply With Quote

Old   September 18, 2001, 14:19
Default Re: Volume Loss in Level Set Method
  #3
Adrin Gharakhani
Guest
 
Posts: n/a
What is the Reynolds number (and based on what). The jet flows in particular look very laminar - Re~O(1~10)?

Adrin Gharakhani
  Reply With Quote

Old   September 18, 2001, 14:43
Default Re: Volume Loss in Level Set Method
  #4
Junseok Kim
Guest
 
Posts: n/a
The Reynolds number were from 35 to 57 ranges, and simulations there weren't matched with experiment data. Those were just for testings, now I am doing comparisions with real experiment data with department of Aerospace

If you have more interests in that projects, visit our co project website.

http://www.aem.umn.edu/research/long...inch_off.shtml

And for the detailed parameters, look their papers. In their website.

http://www.aem.umn.edu/people/facult...longmire.shtml

Longmire, E.K., Norman, T.L., and Gefroh, D.L., "Dynamics of Pinch-off in Liquid/Liquid Jets with

Surface Tension," International Journal of Multiphase Flow, to appear 2001.

  Reply With Quote

Old   September 18, 2001, 14:48
Default Re: Volume Loss in Level Set Method
  #5
Junseok Kim
Guest
 
Posts: n/a
The Reynolds number is based on exit velocity, viscosity and density, diameter of jet.
  Reply With Quote

Old   September 18, 2001, 14:49
Default Re: Volume Loss in Level Set Method
  #6
kalyan
Guest
 
Posts: n/a
How good is mass conservation in these simulations?

Traditional level set formulation has severe mass conservation problems. VOF methods, on the other hand, enforce strict mass conservation but are not as good in terms of capturing the evolution of the topology. I saw a recent paper which had a hybrid level set VOF in JCP. I have not had time to read it but is perhaps helpful here.

If you looking to model surface effects (surface tension, evaporation etc.), both level sets and VOF have problems. Then, I would suggest using diffuse-interface methods (also called phase-field methods). But they are unsuitable for graphics since the interfaces are smeared and no longer represented by a 2D surface.
  Reply With Quote

Old   September 19, 2001, 09:37
Default Re: Volume Loss in Level Set Method
  #7
Helge
Guest
 
Posts: n/a
Another method to capture fluid/gas interfaces is the MAC method (marcer and cell). Massless particles marc the liquid volume. The particles are moved by the flow field. The interface is kept within one cell so is the jump in the density. A disadvantage is its high computercost because 20 times more particles are needed then liquid cells and these particles need to be tracked during the time steps. You may search for terms like MAC, interface tracking and so on in your library. Some nice articles once were published in the web by Douglas B. Kothe and William J. Rider from Los Alamos National Laboratory. You may find these in your library.

A faster version of the traditional MAC algorithm was developed by Dehmel in his diploma thesis. The algorithm just need the particles in the cells adjacent to the surface and some cells below it called the particle depot. You find his work here:

http://www5.informatik.tu-muenchen.d...l/dehmel.ps.gz

Unfortunately it is written in German. But you may get the code from Prof. Zenger (look at http://www5.informatik.tu-muenchen.de). Just ask.
  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
setting of level set method as initial condition sooroo3 FLUENT 4 July 31, 2018 04:20
[snappyHexMesh] Boundary layer in a pipe Clementhuon OpenFOAM Meshing & Mesh Conversion 6 March 12, 2012 12:41
Reinitialization for level set method Amir Main CFD Forum 1 July 7, 2009 09:39
Reinitialization for Level set method Amir Main CFD Forum 1 July 7, 2009 06:41
level set method for simulating detonation Amir Main CFD Forum 4 July 31, 2008 15:13


All times are GMT -4. The time now is 06:29.