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

slip condition

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 12, 2019, 03:17
Default slip condition
  #1
New Member
 
naveen k s
Join Date: Sep 2014
Posts: 6
Rep Power: 11
naveen k s is on a distinguished road
Dear Foamers,
I'm working on the Flow over a car. I have doubts in the usage of boundary types (Geometric constraints) and Boundary condition's.

The following are the boundary types and boundary conditions i am using;


Inlet of the domain
Boundary type : patch
Boundary condition: Fixed value (certain value for velocity and zero gradient for pressure)


Outlet of the domain:
Boundary type: Patch
Boundary condition: inletOutlet (for velocity) and uniform zero (for pressure)


Car and ground:
Boundary type: Wall

Boundar condition:No slip condition (for velocity) and zero gradient for pressure


Top and Lateral sides:
Boundary condition: slip


What should be the boundary type that has to be used for the slip boundary condition?.
Does slip boundary condition along with boundary type as patch ensures infinite computational domain?
Suppose if Wall type boundary is used with slip boundary condition, whether the wall functions will still be applicable?


Waiting for your answers.
naveen k s is offline   Reply With Quote

Old   September 13, 2019, 09:58
Default
  #2
New Member
 
Join Date: Dec 2015
Posts: 24
Rep Power: 10
metalfox is on a distinguished road
The slip boundary condition is basically the same as a symmetry boundary condition (slipFvPatchField inherits from basicSymmetryFvPatchField). That means that for scalars is the same as zeroGradient, while for vectors it is zero gradient for the tangential component and zero value for the normal component.

Quote:
What should be the boundary type that has to be used for the slip boundary condition?
I seem to remember that is patch. You can double check in the many tutorials that use this BC.

Quote:
Does slip boundary condition along with boundary type as patch ensures infinite computational domain?
Not at all. It doesn’t ensure anything. Nevertheless, if your domain is large enough, this BC makes sense for these infinite boundaries. It also makes sense for front and back patches in 2D simulations.

Quote:
Suppose if Wall type boundary is used with slip boundary condition, whether the wall functions will still be applicable?
This BC doesn’t make sense for walls.
metalfox is offline   Reply With Quote

Reply

Tags
no slip condition, patch type, slip b.c.


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 vs. Symmetry boundary condition Madeleine P. Vincent OpenFOAM Running, Solving & CFD 2 December 20, 2016 11:07
comsol: use general slip condition on the external slip wall sobhan.f COMSOL 0 April 30, 2015 06:16
having trouble implementing airfoil with Wall Slip condition Khozaei4000 FLUENT 1 December 22, 2014 12:30
having trouble implementing airfoil with Wall Slip condition Khozaei4000 CFX 10 December 22, 2014 06:21
Partial slip Johnson-Jackson wall boundary condition OF 2.3.0 mwaqas OpenFOAM Running, Solving & CFD 5 December 4, 2014 18:44


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