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

Droplet displacement gone wrong

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 30, 2019, 10:32
Default Droplet displacement gone wrong
  #1
New Member
 
Vitor Heitor Cardoso
Join Date: Jan 2019
Location: Rio de Janeiro
Posts: 10
Rep Power: 7
heitorvitorc is on a distinguished road
Dear community,


I'm using interFoam for a case concerning an oil droplet displacement through a micro-constricted capillar (constriction diameter ~225e-6 m). The case is developed as follows:


- Axissymmetric geometry;

- Velocity Driven Flow;
- Inlet Velocity (4e-4 0 0);
- Gravitational Effects Neglectable;
- Continuous Phase = Water (rho 1000kg/m³); Dispersed Phase = Oil (rho = 1328.8 kg/m³);
- Contact Angle is yet to define;

As a first analysis, I set up interfacial tension real low (72e-8 N/m), so I could see how the droplet would deform. After, I tried to increase sigma to its experimental value (sigma = 0,072 N/m), however, In this case the droplet doesnt deforms as I thought it would do. Instead, it suddenly jumps towards the wall and sticks right in the middle of the constriction. I'm still running the experiments, and havent had experimental contact angle yet, but I didnt expect this behavior.



Picture 1 (Start) is the initial phase fraction state, picture 2 (NoSigma) concerns to the simulation with neglectable interfacial tension, and picture 3 is the real deal (with sigma = 0,072 N/m). The alpha dicts are shown below.


I would really appreciate some help. Thanks in advance.


Best regards,


Vitor Cardoso


alpha dict

Code:
dimensions      [0 0 0 0 0 0 0];

internalField   uniform 1;

boundaryField
{
    FrontAndBack
    {
        type            empty;
    }
    Inlet
    {
        type            fixedValue;
        value           uniform 1;
    }
    TopWall
    {
        type            zeroGradient;
    }
    Outlet
    {
        type            zeroGradient;
    }
    BottomWall
    {
        type            zeroGradient;
    }
    InnerWalls
    {
        type            zeroGradient;
    }
}
p_rgh dict
Code:
dimensions      [1 -1 -2 0 0 0 0];

internalField   uniform 0;

boundaryField
{
    Inlet
    {
        type        zeroGradient;
    }

    Outlet
    {
        type        fixedValue;
        value        uniform 0;
    }

    TopWall
    {
    type        zeroGradient;
    }
    
    BottomWall
    {
    type        zeroGradient;
    }

    InnerWalls
    {
    type        zeroGradient;
    }
    
    FrontAndBack
    {
        type        empty;
    }

}
U dict
Code:
dimensions      [0 1 -1 0 0 0 0];

internalField   uniform (0 0 0);

boundaryField
{
    FrontAndBack
    {
        type            empty;
    }
    Inlet
    {
        //type            pressureInletVelocity;
    type        fixedValue;
        value           uniform (4e-4 0 0);
    }
    TopWall
    {
        type            noSlip;
    }
    Outlet
    {
        type            zeroGradient;
    }
    BottomWall
    {
        type            noSlip;
    }
    InnerWalls
    {
        type            noSlip;
    }
}
Attached Images
File Type: jpg Start.jpg (18.3 KB, 13 views)
File Type: png NoSigma.png (9.5 KB, 12 views)
File Type: jpg DropletStuck.jpg (16.7 KB, 12 views)
heitorvitorc is offline   Reply With Quote

Old   August 16, 2023, 10:27
Default
  #2
New Member
 
Mike
Join Date: Aug 2023
Posts: 2
Rep Power: 0
Mikhail is on a distinguished road
Hi!
I try to simulate similar process - can you share your geometry (blockMesh) ?
Mikhail is offline   Reply With Quote

Reply

Tags
droplet flow


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] Error snappyhexmesh - Multiple outside loops avinashjagdale OpenFOAM Meshing & Mesh Conversion 53 March 8, 2019 09:42
udf error srihari FLUENT 1 October 31, 2016 14:18
Droplet velocity in sprayFOAM Tariq Ahmed OpenFOAM Post-Processing 0 April 30, 2015 08:33
snappyhexmesh remove blockmesh geometry philipp1 OpenFOAM Running, Solving & CFD 2 December 12, 2014 10:58
Periodic displacement // Moving Mesh Badi CFX 0 April 10, 2013 07:50


All times are GMT -4. The time now is 19:57.