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

k-omega SST and wall functions in OpenFOAM-1.5-dev

Register Blogs Community New Posts Updated Threads Search

Like Tree36Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 9, 2016, 10:28
Default
  #21
Member
 
annn
Join Date: Jun 2016
Posts: 40
Rep Power: 9
cleoo is on a distinguished road
Quote:
Originally Posted by mehrdad_kbg View Post
if some one is using low Reynolds number option of the SST kw it means that the flow has different layers and a very fine resolution of the mesh is required close to the wall. this needs a mesh with a y-plus less than at least 5. Therefore in this case no wall function can be used.
but isn't it always laminar flow very close to the wall? so should it have a low Reynolds number regardless?
cleoo is offline   Reply With Quote

Old   September 29, 2016, 10:26
Default
  #22
Member
 
Jack
Join Date: May 2015
Posts: 98
Rep Power: 10
Jack001 is on a distinguished road
I also have the very same question that Anne had many posts back, so I would just like to get clarification:

If I have a fine mesh which aims to resolve the boundary layer with y+ < 1 what boundary conditions are appropriate for the problem? Is the following correct for a wall patch? The current issue I have is that when I use the omegaWallFunction on my walls, I get a massive value of omega at the wall (about 1e8)

Code:
omegaWallPatch
{
    type        zeroGradient;
}

nutWallPatch
{
    type        calculated;
}

kWallPatch
{
    type        fixedValue;
    value       uniform 1e-10;
}
Jack001 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
Wall roughness and SST in 5.6 Louwrens CFX 7 November 21, 2014 11:10
k-omega simulation without wall functions vkrastev OpenFOAM 2 January 24, 2010 17:45
Wall function implementation K Omega SSt cbarry OpenFOAM 3 August 18, 2009 10:09
wall roughness with SST turbulence model in CFX10 Vincent CFX 7 September 10, 2007 16:49
SST model Autometic wall function parameters? David CFX 0 November 24, 2005 04:47


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