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

meniscus in a capillary tube

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 29, 2022, 04:33
Default meniscus in a capillary tube
  #1
New Member
 
Y
Join Date: Aug 2022
Posts: 1
Rep Power: 0
UmmeRyan is on a distinguished road
Hello.

I am simulating the injection of water in a capillary tube filled with air using interfoam solver and defined constant alpha contact angle of 150 on the walls; However, the meniscus is not acquiring the shape as it should. (It's only a line)

The tube is 10 mm in length and 1 mm dia and discretized as (150 150 50)

This is the boundary condition in alpha.water

boundaryField
{
inlet
{
type inletOutlet;
value uniform 1;
inletValue uniform 1;
}

outlet
{
type zeroGradient;
}

walls1
{
type constantAlphaContactAngle;
theta0 30;
limit gradient;
value uniform 0;
}


Velocity:

boundaryField
{
inlet
{
type fixedValue;
value uniform (3.5 0 0);//fixed inlet velocity

}

outlet
{
type pressureInletOutletVelocity;
value uniform (0 0 0);
}

walls1
{
type noSlip;
}




Can anyone suggest if this is the right way to define the contact angle and if I am missing anything?

The geometry is circular cylinder that I created using Salome, then imported as 3 stl. files. (inlet, outlet, walls) and used SnappyHexMesh later. The checkmesh did not give any error.

Previously I worked with rectangular tube using blockmesh (as defined in the capillary rise tutorial) and this contact angle worked fine.
UmmeRyan is offline   Reply With Quote

Reply

Tags
constantalphacontactangle, interfoam


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
Problems with Capillary tube simulation Bisht Fluent Multiphase 0 May 17, 2017 02:45
Underestimation of turbulence / heat transfer - Capillary tube Gadders FLUENT 4 December 10, 2015 10:31
capillary tube simulation xkang FLUENT 4 June 30, 2014 11:07
Flow in a capillary tube CFX-Pre contred CFX 17 February 12, 2014 05:08
[ANSYS Meshing] Issue with modeling dynamic capillary rise in a capillary tube cp703 ANSYS Meshing & Geometry 13 March 22, 2013 20:11


All times are GMT -4. The time now is 08:30.