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

How to compute surface area of rising bubble

Register Blogs Community New Posts Updated Threads Search

Like Tree8Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 27, 2015, 15:29
Default
  #41
Member
 
HM
Join Date: Apr 2015
Posts: 30
Rep Power: 11
hojjat.m is on a distinguished road
BTW is there anyway I can convert the surfaceVectorField into volVectorField?
Thanks
hojjat.m is offline   Reply With Quote

Old   May 24, 2016, 14:57
Default
  #42
Member
 
Arsalan
Join Date: Jul 2014
Posts: 74
Rep Power: 11
arsalan.dryi is on a distinguished road
Hi Foamers,

I'm doing a 3D simulation of two and three bubble rising using a modified interFoam solver and I need to bubbles centre position, velocity and surface area.

For a single bubble rising I used swak4Foam expressions for example for bubble centre position in Y as follows :
Code:
    bubbleCentreY
    {
        type swakExpression;
        valueType internalField;
        verbose true;
    variables (
    "Vol= sum (alpha1 < 0.5 ? vol() : 0);"
    "VolY= sum (alpha1 < 0.5 ? pos().y*vol() : 0);"    
    );        
    expression "VolY/Vol";
        accumulations (
        min        
        );

     
    }
Is there a way to compute two or three bubble properties in this manner?

Thanks in advance,
Best Regards,
Arsalan.
arsalan.dryi is offline   Reply With Quote

Old   November 17, 2019, 13:50
Default
  #43
Member
 
FaRa
Join Date: Jul 2019
Posts: 33
Rep Power: 6
Fahmida is on a distinguished road
Quote:
Originally Posted by gschaider View Post
Right. That was there to "normalize out" the thickness of the 2D-mesh

About the discrepancy in size: no idea. Of course the isoSurface is naive about what you want to achive. So if in your simulation you have a bubble and a water surface then an iso-value of 0.5 will pick up the bubble AND the surface (that would explain the order-of-magnitude error). A bit creative playing around with the expressionField-functionObject might help here
Could you please explain a little more on how to separate the air above the water surface and bubble air while calculating?
Fahmida is offline   Reply With Quote

Old   May 25, 2021, 04:57
Default
  #44
Member
 
Bushra Rasheed
Join Date: Dec 2020
Posts: 97
Rep Power: 5
B_R_Khan is on a distinguished road
Hello foamers!

I want to calculate surface area of rising bubble without using swake4foam. In paraview, I am using integrate variables to integrate alpha.water over whole domain but I need to incorporate the calculation of surface area in control dict. Is there any function object to do this? Please help me out.

Thanks
B_R_Khan 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
Rising bubble with interFoam tayo OpenFOAM Running, Solving & CFD 16 March 12, 2020 12:11
Water subcooled boiling Attesz CFX 7 January 5, 2013 03:32
[snappyHexMesh] Layers don't fully surround surface EVBUCF OpenFOAM Meshing & Mesh Conversion 14 August 20, 2012 04:31
Cross section and surface area factor Fabiana CFX 0 January 9, 2006 23:51
CFX4.3 -build analysis form Chie Min CFX 5 July 12, 2001 23:19


All times are GMT -4. The time now is 02:54.