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

VOF simulation of a liquid surrounded by vacuum?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 10, 2012, 10:20
Default VOF simulation of a liquid surrounded by vacuum?
  #1
New Member
 
Pharg Mandadapu
Join Date: Jul 2011
Posts: 16
Rep Power: 14
pharg_yrartibra is on a distinguished road
Hi! I want to simulate a water surface with the finite volume method and the volume of fluid method, but instead of having to simulate air around the water I want to remove these cells from the simulation and just assume there is vacuum there instead to save computational power (I'm using a kind of adaptive grid). Is there any special way to use the VOF method in when your simulating a liquid surrounded by vacuum instead of two fluids like you normally do? Thanks in advance.
pharg_yrartibra is offline   Reply With Quote

Old   May 10, 2012, 13:24
Default
  #2
Senior Member
 
Andrew
Join Date: Mar 2009
Location: Washington, DC
Posts: 209
Rep Power: 18
mettler is on a distinguished road
can you do that? What would be the BC at the intersection between the fluid and the vacuum? And, wouldn't the thermodynamics at the intersection would be a problem?
mettler is offline   Reply With Quote

Old   May 10, 2012, 14:05
Default
  #3
Senior Member
 
kmooney's Avatar
 
Kyle Mooney
Join Date: Jul 2009
Location: San Francisco, CA USA
Posts: 323
Rep Power: 17
kmooney is on a distinguished road
The surfaceTracking solver in OpenFOAM can do something similar. You could impose a p=0 BC directly on the surface. There would be capillary forces applied but no external pressure forces.
kmooney is offline   Reply With Quote

Old   May 10, 2012, 14:13
Default
  #4
Senior Member
 
Andrew
Join Date: Mar 2009
Location: Washington, DC
Posts: 209
Rep Power: 18
mettler is on a distinguished road
just curious, but what are the units of pressure for p=0 in openfoam, and would that be a vacuum?

thanks
mettler is offline   Reply With Quote

Old   May 10, 2012, 16:52
Default
  #5
Senior Member
 
Ford Prefect's Avatar
 
Join Date: Mar 2009
Posts: 151
Rep Power: 17
Ford Prefect is on a distinguished road
You could check out Flow3d and their TrueVoF.

http://www.flow3d.com/cfd-101/cfd-101-VOF.html
__________________
"Trying is the first step to failure." - Homer Simpson
Ford Prefect is offline   Reply With Quote

Old   September 6, 2012, 14:03
Default
  #6
New Member
 
Pharg Mandadapu
Join Date: Jul 2011
Posts: 16
Rep Power: 14
pharg_yrartibra is on a distinguished road
Sorry that I haven't answered to your replies yet, but I've been busy trying to figure out how to tackle this!

Quote:
Originally Posted by mettler View Post
can you do that? What would be the BC at the intersection between the fluid and the vacuum? And, wouldn't the thermodynamics at the intersection would be a problem?
If capillary forces are neglected (which they can be in my case since I don't have any need for simulating capillary effects), the boundary condition would be p=0, where p is the pressure. If on the other hand capillary effects are not neglected, the boundary condition would be p=0 just outside of the interface, and the pressure difference across the interface would be -\gamma \nabla \cdot \hat n, according to Young–Laplace equation.

Besides, then the sheer stress along the surface is 0 since there is no friction between the liquid and the vacuum, which can be simulated by considering the sheer velocity to be zero.

Quote:
Originally Posted by kmooney View Post
The surfaceTracking solver in OpenFOAM can do something similar. You could impose a p=0 BC directly on the surface. There would be capillary forces applied but no external pressure forces.
Okay, how does the surfaceTracking solver work? Does it use a moving mesh to track the surface or does it use some surface capturing method like the level set method or volume of fluid method?

Quote:
Originally Posted by mettler View Post
just curious, but what are the units of pressure for p=0 in openfoam, and would that be a vacuum?

thanks
I haven't used OpenFOAM myself, but p=0 doesn't necessarily mean that you have a vacuum. In some cases, you can even have negative pressures, although this mostly happens for solids. For a gas this is impossible, and for a liquid you would need to have an extremely high surface tension or the liquid will be prone to break up and internally form small bubbles of vacuum before you can measure any negative pressure. If you want a vacuum, you have to set \rho=0, where \rho is the density.

Quote:
Originally Posted by Ford Prefect View Post
You could check out Flow3d and their TrueVoF.

http://www.flow3d.com/cfd-101/cfd-101-VOF.html
That is interesting. Do you have any reference to any paper in which this "true VOF" method they are talking about is described to more detail? It sounds like they are defining separate velocities for the different phases in cells that contain a little of both phases, which is something I have never seen anyone do before (except for in flux corrected transport, where the separation in velocity exists for a completely other reason).

They say: "Pseudo-VOF methods produce a growth at the tip of the jet (Fig. 2). This growth is numerical, not physical, because it is independent of the density of air". Well, that depends in the implementation. My implementation for example (I turned out to make a normal VOF implementation, or acording to them, a "pseudo-VOF"), transports momentum between cells, rather than velocity, which means that the motion of the water is almost unchanged by the motion of the air since the air contributes with very little momentum.

It is also interesting that they are trying to discredit other VOF implementations by saying that they are "pseudo VOF" implementation, while basically all physics simulation implementation suffer from various forms of numerical errors, but that's another thing
pharg_yrartibra is offline   Reply With Quote

Old   August 26, 2013, 08:34
Default
  #7
New Member
 
Mujtaba
Join Date: Aug 2013
Posts: 2
Rep Power: 0
MANSOOMM is on a distinguished road
Hi Pharg,

I wanted to know how did your simulation turn out.. did the VOF method work with vacuum surrounding the interface? I have to simulate a similar problem and hence wanted some advise. Thanks in advance.
MANSOOMM is offline   Reply With Quote

Old   August 26, 2013, 17:55
Default
  #8
New Member
 
Pharg Mandadapu
Join Date: Jul 2011
Posts: 16
Rep Power: 14
pharg_yrartibra is on a distinguished road
Quote:
Originally Posted by MANSOOMM View Post
Hi Pharg,

I wanted to know how did your simulation turn out.. did the VOF method work with vacuum surrounding the interface? I have to simulate a similar problem and hence wanted some advise. Thanks in advance.
I didn't implement the method, since I never found any detailed explanation about how it worked. I did an implementation containing air around the water instead, and it didn't work very well. I can imagine if you succeed with actually simulating water surrounded by a vacuum it would work better and you would get rid of some of the problems I had.

Tell me, what do you want to simulate? Why do you want to simulate a vacuum next to a liquid (assuming that is what you want to do)? If you want to simulate the same thing as I wanted to simulate, which was an ocean surface, you should probably go for a two-dimensional method instead, like the Fourier Synthesis method or one using Laplacian Pyramid Decomposition.
pharg_yrartibra is offline   Reply With Quote

Old   August 27, 2013, 10:31
Default
  #9
New Member
 
Mujtaba
Join Date: Aug 2013
Posts: 2
Rep Power: 0
MANSOOMM is on a distinguished road
Hi..thanks for the reply...i will be performing the simulation of drop impacts in the presence of vacuum ..I would definitely do a 2D simulation as this problem is symmetric... the main concern is whether the VOF model would work well in this situation or not... the simulation using a VOF model code written by my fellow on Gerris crashes if the atmospheric pressure drops below 1/3 its original value...he says perhaps Gerris cannot handle very large pressure gradients at the boundary...if its a program issue then i might redo the problem using FLUENT. What do you suggest?
MANSOOMM is offline   Reply With Quote

Old   August 28, 2013, 17:57
Default
  #10
New Member
 
Pharg Mandadapu
Join Date: Jul 2011
Posts: 16
Rep Power: 14
pharg_yrartibra is on a distinguished road
Quote:
Originally Posted by MANSOOMM View Post
Hi..thanks for the reply...i will be performing the simulation of drop impacts in the presence of vacuum ..I would definitely do a 2D simulation as this problem is symmetric... the main concern is whether the VOF model would work well in this situation or not... the simulation using a VOF model code written by my fellow on Gerris crashes if the atmospheric pressure drops below 1/3 its original value...he says perhaps Gerris cannot handle very large pressure gradients at the boundary...if its a program issue then i might redo the problem using FLUENT. What do you suggest?
Have you looked at the report Drop impact onto a liquid layer of finite thickness: Dynamics of the cavity evolution? I don't know how it models any of the phases as a vacuum, but it sounds like you want to do something similar as what is done in this work.

If you want to do a two-dimensional simulation because you have a cylindrical symmetric system, you should not use any of the two-dimensional methods I mentioned; they are for simulating gravity waves on sea and ocean surfaces.
pharg_yrartibra is offline   Reply With Quote

Old   January 23, 2017, 08:56
Default
  #11
New Member
 
Sinan Soğancı
Join Date: May 2015
Posts: 1
Rep Power: 0
Sinan_Soganci is on a distinguished road
Hi, that is possible and popular application with FlowVision CFD software.
Have a look here:
https://fv-tech.com/index.php/en/fv
https://youtu.be/2P3kwe_2Ndo?list=PL...ihfhWGt7JHOPUi
Sinan_Soganci 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
simulation of mass transfer of liquid drop in openfoam salman189 OpenFOAM Running, Solving & CFD 6 March 22, 2023 13:34
liquid decreases in bubble column E-E simulation jhchen ANSYS 1 August 3, 2010 10:49
Liquid/ Gas flow with VOF rt FLUENT 0 May 11, 2006 02:17
compressible liquid simulation kaiser Main CFD Forum 0 October 13, 2002 04:32
Simulation of condensation/evaporation using VOF model in Fluent4.5 Yuwen Zhang Main CFD Forum 0 April 27, 1999 11:48


All times are GMT -4. The time now is 01:39.