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

Jumping droplets velocity - interFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 6, 2015, 08:25
Default Jumping droplets velocity - interFoam
  #1
New Member
 
Zinedine
Join Date: Sep 2010
Posts: 19
Rep Power: 15
Zinedine is on a distinguished road
Dear foamers,

I am undertaking some OF simulations of droplets coalescence uponm hydrophobic surfaces.

Initially 2 water droplets with the same radius R and contact angle of 160o are set onto the surface. They then coalesce to form a droplet. Owing to energey forces this formed droplet then jumps from the surface.

I attach a snaphot of a simulation of 2 droplets with initial radius R=100micro and contatcd angle = 160o.

This is this jumping velocity I wish to compute.

To do so I compute the is veloocity using 2 methods:

1. I firstly compute the velocity by evaluating the Centre of Gracity (COG) of the droplets. I use the following code baryCenter221.zip (i.e. http://www.cfd-online.com/Forums/ope...elocity-3.html)
to evaluate the position of the COG.
I made the following changes as indicated in red:

forAll(alpha1, cellI){

// Integration of {mass}
//////sumM += (1-alpha1[cellI])*mesh.V()[cellI]*rho2.value();
sumM += (alpha1[cellI])*mesh.V()[cellI]*rho1.value();

// Integration of (mass*height)
////sumMY += (1-alpha1[cellI])*mesh.V()[cellI]*rho2.value()
///// *mesh.C()[cellI][1];

sumMY += (alpha1[cellI])*mesh.V()[cellI]*rho1.value()
*mesh.C()[cellI][1];


} (Eq . 1)

Upon evaluating thre COG at each time step, I plot the COG location vs time.

My velocity is then obtained by taking the slope of the linear part of the plot.

2. I also compute the velocity of the jumping droplet by using Paraview.
I use the following equation to evaluate the velocity:

Udrop = integral_Omega (alpha1*U) dOmega / integral_Omega (alpha1) dOmega (Eq. 2)

I found the same velocity using both methods, however the obtained jumping velocity is TWICE bigger as published experimental and numerical for similar work.

I have been going round and round to find where the error is .... I believe I am missing something silly and very simple while post processing and evaluating this jumping velocity.

Are the equations (Eq . 1) & (Eq . 2) used to compute the velocity correct ?
Am I avaluating the COG correctly ?

I hope you will be able to help me out I am getting mad .....

Kindest regards

Z.
Attached Images
File Type: png snapShotsR100.png (37.5 KB, 37 views)
Zinedine 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
interFoam vs. simpleFoam channel flow comparison DanM OpenFOAM Running, Solving & CFD 12 January 31, 2020 15:26
Having trouble adapting serial UDF to work in parallel muyuntao Fluent UDF and Scheme Programming 1 November 10, 2015 13:42
Velocity & volume tracking of moving droplets rassilon OpenFOAM 2 September 22, 2010 21:55
how to compute relative velocity from absolute? spk Main CFD Forum 3 July 9, 2010 08:42
what the result is negatif pressure at inlet chong chee nan FLUENT 0 December 29, 2001 05:13


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