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

Openfoam free slip boundary condition

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Lisandro Maders

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 18, 2017, 00:29
Default Openfoam free slip boundary condition
  #1
New Member
 
xin
Join Date: Jun 2016
Posts: 9
Rep Power: 9
xinsui178 is on a distinguished road
Hi Foamer,


Could anyone tell me how to set up the boundary conditions as below?

My velocity is (u,v,w) regarding (x,y z)
Capture.JPG

Many thanks!

Xin
xinsui178 is offline   Reply With Quote

Old   November 5, 2017, 22:33
Default
  #2
Member
 
Lisandro Maders
Join Date: Feb 2013
Posts: 98
Rep Power: 13
Lisandro Maders is on a distinguished road
Hello,

for v=0 and w=0, as your figure states, just set up like this:
Lisandro Maders is offline   Reply With Quote

Old   November 5, 2017, 22:38
Default BC set up for velocity
  #3
Member
 
Lisandro Maders
Join Date: Feb 2013
Posts: 98
Rep Power: 13
Lisandro Maders is on a distinguished road
Hello Xin,

if you want the velocity to be zero at the walls, you can set up in your U file:

Code:
patchName
{
    type        noSlip;
}
or explicitly telling the velocity values at the wall patches:

Code:
patchName
{
    type        fixedValue;
    value       uniform (0 0 0);
}
For free slip BC, you can do:

Code:
patchName
{
    type        slip;
}
Regards,

Lisandro Maders
talhates likes this.
Lisandro Maders 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
Map of the OpenFOAM Forum - Understanding where to post your questions! wyldckat OpenFOAM 10 September 2, 2021 05:29
Radiation in semi-transparent media with surface-to-surface model? mpeppels CFX 11 August 22, 2019 07:30
Boundary condition slip PLanger90 OpenFOAM Running, Solving & CFD 6 February 19, 2015 06:15
Difficulty In Setting Boundary Conditions Moinul Haque CFX 4 November 25, 2014 17:30
can slip boundary condition in openFoam mean "inviscid wall" ? s.m OpenFOAM Pre-Processing 2 October 11, 2013 13:27


All times are GMT -4. The time now is 01:58.