CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Droplet deposition on surface using OpenFOAM

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 28, 2013, 19:34
Default Droplet deposition on surface using OpenFOAM
  #1
New Member
 
Sagnik
Join Date: Oct 2012
Posts: 28
Rep Power: 13
sagnikmazumdar is on a distinguished road
Hi, I am trying to model droplet deposition on a surface with a specific contact angle, just like:

http://aisberg.unibg.it/bitstream/10...2012_23-32.pdf

using OpenFOAM. I started with a simple 2D case, following the guidelines of the dambreak case setup and as suggested in the paper. I am specifying:

type constantAlphaContactAngle;
theta0 60;
limit gradient;


for the droplet deposition surface. I want the final steady state contact angle to be 60 (degrees) as done in the paper. But when I run the simulations with the given setup:

https://dl.dropboxusercontent.com/u/...oplet_case.zip


instead of depositing as a droplet, the liquid starts to flow as in the dambreak case. I wonder what is wrong with my setup.

Thanks a lot for all the help and guidance.

sincerely
Sagnik


PS: I have tried to contact the author of the paper but could not get in touch.
sagnikmazumdar is offline   Reply With Quote

Old   November 29, 2013, 06:30
Default
  #2
Member
 
Michiel
Join Date: Oct 2010
Location: Delft, Netherlands
Posts: 97
Rep Power: 15
michielm is on a distinguished road
Hi Sagnik,
I have taken a look at your case and I have a couple of suggestions:

1) for the pressure on the boundary where you set constantAlphaContactAngle it is best to use

Code:
type fixedFluxPressure;
adjoint no;
2) In 2D cases that are surface tension dominated you will often have droplets running away due to spurious velocities. I cannot check this for your case because you didn't include any other directories than the 0 directory and your case is way too big to run quickly and the blockMeshDict you included is not the blockMeshDict for this case. Could you either (i) make a movie of the problem that you describe, (ii) provide the appropriate blockMeshDict so I can quickly remesh and rerun if necessary.

The last point is actually the main issue: I can't check everything because your blockMeshDict doesn't match the included mesh.
michielm is offline   Reply With Quote

Old   November 30, 2013, 11:32
Default
  #3
New Member
 
Sagnik
Join Date: Oct 2012
Posts: 28
Rep Power: 13
sagnikmazumdar is on a distinguished road
Hi Michiel:

Thanks a lot for your suggestion. Your pressure setting did the trick.

So that others can also benefit, I have simulated 2 cases with contact angles of 60 and 120 with 10000 cells only to show that it works. It can be downloaded from:

https://dl.dropboxusercontent.com/u/...coursemesh.zip

The folder contains the results at each 0.01s for 0.1s. The ppt in the folder shows the initial and final contours.

You could not see the correct blockmesh file as it was generated from a .msh fluent file using the 'fluentMeshToFoam' converter. The .msh file is in the contact angle 60 case folder.

I also wonder if we should use the same pressure BC for all the other walls in the domain as well !

Thanks for all the help.

Sagnik
sagnikmazumdar is offline   Reply With Quote

Old   December 1, 2013, 09:28
Default
  #4
Member
 
Michiel
Join Date: Oct 2010
Location: Delft, Netherlands
Posts: 97
Rep Power: 15
michielm is on a distinguished road
Glad I could help!

Just a final suggestion. I'm not sure what your future plans with this type of simulation are, but if you are interested in the dynamics of droplet deposition than you should consider using a dynamic contact angle boundary condition. Also, if you are not going to do droplets falling from a height then you might want to cut a part of your mesh at the top, because you are simulating a lot of 'empty' space now.
michielm is offline   Reply With Quote

Old   December 1, 2013, 23:26
Default
  #5
New Member
 
Sagnik
Join Date: Oct 2012
Posts: 28
Rep Power: 13
sagnikmazumdar is on a distinguished road
Thanks Michiel. Yes, we do have plans to do extensive work on the topic. Do you have any suggestions for appropriate references on the topic especially related to OpenFOAM ! It would surely be of great help. I have looked a bit on the use of dynamic contact angle from:

http://www.cfd-online.com/Forums/ope...act-angle.html

Thanks again for all the help.

Sagnik
sagnikmazumdar is offline   Reply With Quote

Old   December 5, 2013, 03:48
Default
  #6
Senior Member
 
Elvis
Join Date: Mar 2009
Location: Sindelfingen, Germany
Posts: 620
Blog Entries: 6
Rep Power: 24
elvis will become famous soon enough
Hi,

I wonder why you do not consider the "Finite Area Method (FAM) which comes with OF 1.6-ext"
http://www.openfoamworkshop.org/2009...sak_slides.pdf
there is a "(not really) similar" method introduced with OF 2.0 http://www.openfoam.org/version2.0.0/surface-film.php but many say FAM has still an advantage
elvis is offline   Reply With Quote

Old   December 5, 2013, 04:26
Default
  #7
Senior Member
 
akidess's Avatar
 
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 29
akidess will become famous soon enough
Elvis, the MMIT method is great, but does not include any contact angle implementation. Also if at any point topological changes are to be considered, things will get tough (but not impossible) with MMIT.
__________________
*On twitter @akidTwit
*Spend as much time formulating your questions as you expect people to spend on their answer.
akidess is offline   Reply With Quote

Old   February 7, 2016, 08:54
Default
  #8
Member
 
Camille Bilger
Join Date: Jul 2013
Posts: 43
Rep Power: 12
kmou is on a distinguished road
Hi Sagnik ,
would it be possible to get your test case as provided a few years ago? :-)
as I am trying to gather ideas on how to simulate a droplet splashing onto a wall with contact angle.
camille.bilger@free.fr
kmou 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
[snappyHexMesh] Snap Precision to a STL Surface malaboss OpenFOAM Meshing & Mesh Conversion 16 July 26, 2013 01:44
[snappyHexMesh] Layers don't fully surround surface EVBUCF OpenFOAM Meshing & Mesh Conversion 14 August 20, 2012 04:31
[ANSYS Meshing] Surface Body Named Selections for OpenFoam slowtype ANSYS Meshing & Geometry 2 April 20, 2011 10:35
64bitrhel5 OF installation instructions mirko OpenFOAM Installation 2 August 12, 2008 18:07
CFX4.3 -build analysis form Chie Min CFX 5 July 12, 2001 23:19


All times are GMT -4. The time now is 20:59.