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

Boundary condition slip

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 18, 2015, 04:43
Default Boundary condition slip
  #1
New Member
 
Join Date: Feb 2015
Posts: 4
Rep Power: 11
PLanger90 is on a distinguished road
Hello,

i've got a question about the boundary condition "slip". In the UserGuide OpenFOAM defines slip boundary condition: "zeroGradient if φ is a scalar; if φ is a vector, normal component is fixedValue zero, tangential components are zeroGradient"
But I don't understand the definition "tangential components are zeroGradient" for velocity.
My problem is a test rig to visualize water flow around a zylinder. I've uploaded a picture.
I need the boundary condition for the free surface. I tested "zeroGradient" and "slip", because I won't simulate a multi-phase flow.
What's the better choice? I don't know the exact definition for the slip boundary condition.
Can somebody help me?
Attached Images
File Type: jpg 20150205_145039.jpg (42.6 KB, 235 views)
PLanger90 is offline   Reply With Quote

Old   February 18, 2015, 12:26
Default
  #2
Member
 
Thiago Parente Lima
Join Date: Sep 2011
Location: Diamantina, Brazil.
Posts: 62
Rep Power: 14
thiagopl is on a distinguished road
Hi,

Quote:
But I don't understand the definition "tangential components are zeroGradient" for velocity.
A zero gradient for the tangencial velocity means a symmetry plane (roughly, it means that you have another identical experiment above yours). Notice that it is different from the no slip condition in which the tangencial velocity itself is zero.

In your experiment, apparently, only the flow around the cylinder is of your interest. Therefore, the experiment should be designed in a way that the upper and bottom boudaries do not affect the flow around the cylinder. If it is true, a symmetry plane in your simmulation would be a good choice.

But I have a question, this is a test rig for a Hele-Shaw flow visualization?

Last edited by thiagopl; February 18, 2015 at 12:34. Reason: Question added in the end
thiagopl is offline   Reply With Quote

Old   February 18, 2015, 13:09
Default
  #3
New Member
 
Join Date: Feb 2015
Posts: 4
Rep Power: 11
PLanger90 is on a distinguished road
Quote:
Originally Posted by thiagopl View Post

But I have a question, this is a test rig for a Hele-Shaw flow visualization?
Yes, I want to approximate a Hele-Shaw flow. But the distance between the front and the back wall is to large for a Hele-Shaw-Flow (10mm). And the boundary conditions are different. Therefore I will get significant deviations.
I have aalready been thinking to use a symmetry plane for the top of the test rig. But I'm also interested in the effect of the boundary conditions - in especially the boundary condition at the top of the test rig.
So which boundary condition should I use, to show the effect of the boundary conditions to the flow around the cylinder?
PLanger90 is offline   Reply With Quote

Old   February 18, 2015, 13:21
Default
  #4
Member
 
Thiago Parente Lima
Join Date: Sep 2011
Location: Diamantina, Brazil.
Posts: 62
Rep Power: 14
thiagopl is on a distinguished road
PLanger90,

I suggest you to read the Breaking of a dam tutorial at the User Guide. The tutorial shows the treatment for the same boundary condition as yours, a surface free to the atmosphere.
__________________
Fields of interest: buoyantFoam, chtMultRegionFoam.
thiagopl is offline   Reply With Quote

Old   February 18, 2015, 14:00
Default
  #5
New Member
 
Join Date: Feb 2015
Posts: 4
Rep Power: 11
PLanger90 is on a distinguished road
Quote:
Originally Posted by thiagopl View Post
PLanger90,

I suggest you to read the Breaking of a dam tutorial at the User Guide. The tutorial shows the treatment for the same boundary condition as yours, a surface free to the atmosphere.
Hi thiagopl,

i've already read the "Breaking of a dam" tutorial. In my simulation I used the solver simpleFoam.
For the pressure I used this boundary condition:
{
type totalPressure;
p0 uniform 0;
U U;
gamma 1;
value uniform 0;
}
And for the velocity:
{
type pressureInletOutletVelocity;
value uniform (0 0 0);
}
I uploaded a picture with the stream lines.
Obviously, this is wrong. But what's the mistake?

The second picture shows the solution with the "slip" boundary condition at the top of the test rig. When I use symmetryPlane, the solution is equal.

Thank's a lot for your help.
Attached Images
File Type: jpg stream lines.jpg (16.2 KB, 124 views)
PLanger90 is offline   Reply With Quote

Old   February 18, 2015, 14:10
Default
  #6
New Member
 
Join Date: Feb 2015
Posts: 4
Rep Power: 11
PLanger90 is on a distinguished road
Quote:
Originally Posted by PLanger90 View Post
Hi thiagopl,

i've already read the "Breaking of a dam" tutorial. In my simulation I used the solver simpleFoam.
For the pressure I used this boundary condition:
{
type totalPressure;
p0 uniform 0;
U U;
gamma 1;
value uniform 0;
}
And for the velocity:
{
type pressureInletOutletVelocity;
value uniform (0 0 0);
}
I uploaded a picture with the stream lines.
Obviously, this is wrong. But what's the mistake?

The second picture shows the solution with the "slip" boundary condition at the top of the test rig. When I use symmetryPlane, the solution is equal.

Thank's a lot for your help.
I forgot the second picture.
Attached Images
File Type: jpg stream lines.jpg (16.6 KB, 83 views)
PLanger90 is offline   Reply With Quote

Old   February 19, 2015, 06:15
Default
  #7
Member
 
Thiago Parente Lima
Join Date: Sep 2011
Location: Diamantina, Brazil.
Posts: 62
Rep Power: 14
thiagopl is on a distinguished road
You could write all your boundary conditions here (using [ CODE] [ / CODE] ), so it would be easier to find a problem. Before, check your fvSolutions or fvSchemes (sometimes we copy/paste some tutorials and forget to check them).
__________________
Fields of interest: buoyantFoam, chtMultRegionFoam.
thiagopl 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
SLIP BOUNDARY CONDITION vas FLUENT 12 June 27, 2019 05:48
mixed inflow/outflow downstream boundary condition question peob OpenFOAM Running, Solving & CFD 3 February 3, 2017 10:54
Slip Boundary Condition over the curve wall Kelvin_mk OpenFOAM 1 March 15, 2014 04:02
CFX fails to calculate a diffuser pipe flow shenying0710 CFX 7 March 26, 2013 04:13
No Slip / 0 shear Boundary Condition evan FLUENT 0 July 29, 2004 13:37


All times are GMT -4. The time now is 00:34.