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

Resolving the boudnay layer???

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 14, 2016, 13:38
Default Resolving the boudnay layer???
  #1
Senior Member
 
tareqkh's Avatar
 
CFD
Join Date: Nov 2010
Location: United States
Posts: 243
Rep Power: 16
tareqkh is on a distinguished road
Hello All,

This is my first post in this forum, so I would really appreciate any clarification. The question is regarding the use of wall function as well as fixed value at the wall such as airfoil walls. My understanding through the use of the steady state solve simpleFoam is that if we wanted to resolve the boundary layer near the wall for approximate values of y+=1, we would set the boundary conditions at the wall with the following boundaries for kOmegaSST turbulence model;

For the turbulent kinetic energy k;
Code:
    
airfoil
    {
        type            fixedValue;
        value           uniform 1e-10;

    }
For the specific dissipation omega;
Code:
    
airfoil
    {
        type            fixedValue;
        value           uniform 1e+10;

    }
1e-10 at k means a value close to zero and 1e+10 means close to the infinity. While if our y+ value higher than 40, we would use the following for kOmegaSST;

For the turbulent kinetic energy k;
Code:
    
airfoil
    {
        type            kqRWallFunction;
        value           uniform value;

    }
For the specific dissipation omega;
Code:
    
airfoil
    {
        type            omegaWallFunction;
        value           uniform value;

    }
Therefore, when we use values of y+ < 10, the boundary condition at the wall for k is close to zero, whereas close to the infinity at the walls for omega. The opposite is true when y+ > 30, means wallfunctions are suitable to use. I was wondering if someone is aware of these boundary conditions and whether the mentioned above is correct or not.

Thanks in advance,
tareqkh is offline   Reply With Quote

Old   July 15, 2016, 05:40
Default
  #2
Senior Member
 
Tom Fahner
Join Date: Mar 2009
Location: Breda, Netherlands
Posts: 634
Rep Power: 32
tomf will become famous soon enoughtomf will become famous soon enough
Send a message via MSN to tomf Send a message via Skype™ to tomf
You can also use omegaWallFunction in case of near-wall-treatment.
tomf is offline   Reply With Quote

Old   July 17, 2016, 18:38
Default
  #3
Senior Member
 
tareqkh's Avatar
 
CFD
Join Date: Nov 2010
Location: United States
Posts: 243
Rep Power: 16
tareqkh is on a distinguished road
Does omegaWallFunction work for y+ value <10 too?

Have you ever experienced using fixed value instead for y+ <10 (k and omega)?

Is my question addressed incorrectly?
tareqkh is offline   Reply With Quote

Old   July 18, 2016, 03:52
Default
  #4
Senior Member
 
Tom Fahner
Join Date: Mar 2009
Location: Breda, Netherlands
Posts: 634
Rep Power: 32
tomf will become famous soon enoughtomf will become famous soon enough
Send a message via MSN to tomf Send a message via Skype™ to tomf
Quote:
Originally Posted by tareqkh View Post
Does omegaWallFunction work for y+ value <10 too?
Yes it does.

Quote:
Originally Posted by tareqkh View Post
Have you ever experienced using fixed value instead for y+ <10 (k and omega)?
For k yes, for omega it probably could work, but the omegaWallFunction option gives better results.
tomf 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
Prismatic boundary layer KateEisenhower enGrid 5 September 15, 2015 07:48
Problems installing OpenFOAM 2.3.0, 1.6-ext and foam-extend 3.0 sam.ho OpenFOAM Installation 35 April 5, 2014 15:31
[snappyHexMesh] Boundary layer generation problems ivan_cozza OpenFOAM Meshing & Mesh Conversion 0 October 6, 2010 13:47
OpenFOAM with Cygwin kitchener OpenFOAM Installation 6 April 24, 2006 23:09
errors Fahad Main CFD Forum 0 March 23, 2004 13:20


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