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

Bubble dynamic under forced vibration

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 7, 2015, 15:18
Default Bubble dynamic under forced vibration
  #1
Member
 
Arsalan
Join Date: Jul 2014
Posts: 74
Rep Power: 12
arsalan.dryi is on a distinguished road
Dear Foamers,
I want to study the shape oscillation an translation motion of a single bubble in a liquid container under vibration while the imposed displacement of the container is y=Acos(wt).
I found that there are two methods for this purpose,first i used the interDyMFoam solver with oscillatingLinearMotion as the solidBodyMotionFunction,but with this method i get very wrong results in the bubble shape and motion.
Then i add an acceleration source term to the interFoam solver with modifying the UEqn.H file :

dimensionedVector accY
(
"accY",dimensionSet(0, 1, -2, 0, 0),vector(0, 1, 0)
);

scalar Pi = 3.14;


dimensionedVector acc = (-(w^2)*A*Foam::cos(w*runTime.value())*accY);




fvVectorMatrix UEqn
(
fvm::ddt(rho, U)
+ fvm::div(rhoPhi, U)
+ turbulence->divDevRhoReff(rho, U)
==
(acc*rho)


);

UEqn.relax();

if (pimple.momentumPredictor())
{
solve
(
UEqn
==
fvc::reconstruct
(
(
fvc::interpolate(interface.sigmaK())*fvc::snGrad(a lpha1)
- ghf*fvc::snGrad(rho)
- fvc::snGrad(p_rgh)
) * mesh.magSf()
)
);
}


with this method bubble shape and oscillaton in the first time steps are good but the velocity magnitude is wrong and bubble shape and oscillation by the time get wrong results,im not sure that the UEqn.H file is modified correct or not,or which method is suitable for the forced vibration of the container,so far i couldnt find an answer for this problems!what is the difference between two methods and why the first method get wrong results?!
I would appreciate your comments!

Thanks a lot,
Arsalan.
arsalan.dryi is offline   Reply With Quote

Old   July 9, 2015, 15:09
Default
  #2
Member
 
Arsalan
Join Date: Jul 2014
Posts: 74
Rep Power: 12
arsalan.dryi is on a distinguished road
Does nobody has a suggestion or idea??

I would be very much thankful..
arsalan.dryi is offline   Reply With Quote

Reply

Tags
bubble dynamics, dynamic mesh, interdymfoam, interfoam, moving mesh


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
A rising bubble in a stagnant liquid with two-fluid-model fs82 OpenFOAM Running, Solving & CFD 30 August 18, 2016 12:27
2D bubble rising through a column of water vof64 Fluent Multiphase 0 August 19, 2014 23:42
Coupled VOF and Multiphase Segregated Flow for a gas bubble problem?? EnronZhang STAR-CCM+ 1 December 19, 2013 08:41
Water subcooled boiling Attesz CFX 7 January 5, 2013 03:32
Query on VOF for Bubble rise Vamsi Main CFD Forum 0 December 22, 2005 00:02


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