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

Boundary condition for k-omega SST model with high/low Re

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By mzzmrt

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 12, 2019, 00:22
Default Boundary condition for k-omega SST model with high/low Re
  #1
Member
 
Jiadong Wang
Join Date: Mar 2018
Location: Australia
Posts: 32
Rep Power: 8
jiadongw is on a distinguished road
Hello everyone,

I’m working on the flapping foil with the k-omega SST model. After looked at a number of posts about the boundary condition of k-omega SST model, I’m still confused with that.

Currently, I employ the following BC’s.

(1) High Reynolds number with y+ = 30 ~ 100:

Code:
‘k’

airfoil
    {
        type            kqRWallFunction;
        value           $internalField;
    }


‘omega’

airfoil
    {
        type            omegaWallFunction;
        value           $internalField;
    }


‘nut’

airfoil
    {
        type            nutkWallFunction;
        value           uniform 0;
    }

(2) Low Reynolds number with y+ = around 1:

Code:
‘k’

airfoil
    {
        type            fixedValue;
        value           uniform 1e-12;
    }


‘omega’

airfoil
    {
        type            omegaWallFunction;
        value           $internalField;
    }


‘nut’

airfoil
    {
        type            calculated;
        value           uniform 0;
    }
Am I correct for such setup of BC’s in k-omega SST model?
jiadongw is offline   Reply With Quote

Old   April 12, 2019, 00:54
Default
  #2
Member
 
Jiadong Wang
Join Date: Mar 2018
Location: Australia
Posts: 32
Rep Power: 8
jiadongw is on a distinguished road
By the way, I'm using OpenFoam v4.1
jiadongw is offline   Reply With Quote

Old   April 12, 2019, 02:30
Default
  #3
Senior Member
 
Join Date: Mar 2014
Posts: 112
Rep Power: 12
mzzmrt is on a distinguished road
This thread may help;


One more time: wall functions - SST
Raphael_Santos likes this.
mzzmrt is offline   Reply With Quote

Old   April 12, 2019, 02:41
Default
  #4
Member
 
Jiadong Wang
Join Date: Mar 2018
Location: Australia
Posts: 32
Rep Power: 8
jiadongw is on a distinguished road
Quote:
Originally Posted by mzzmrt View Post
Thanks for your reply.

I'll check this thread.
jiadongw is offline   Reply With Quote

Old   April 12, 2019, 03:12
Default
  #5
Member
 
Jiadong Wang
Join Date: Mar 2018
Location: Australia
Posts: 32
Rep Power: 8
jiadongw is on a distinguished road
Quote:
Originally Posted by mzzmrt View Post
Hello mzzmrt,

I checked the thread you recommended, and it’s truly helpful.
Now, I basically understand the relation between y+ and whether use a wallFunction.

My last question is about the setup in OpenFoam. So is that right for my initial attached setup of k-omega SST model?
jiadongw is offline   Reply With Quote

Old   November 15, 2021, 10:40
Default
  #6
New Member
 
Ben Gherardi
Join Date: Jun 2016
Posts: 17
Rep Power: 9
BenGher is on a distinguished road
Quote:
Originally Posted by jiadongw View Post
Hello mzzmrt,

I checked the thread you recommended, and it’s truly helpful.
Now, I basically understand the relation between y+ and whether use a wallFunction.

My last question is about the setup in OpenFoam. So is that right for my initial attached setup of k-omega SST model?
Hello jiadongw,

I was wondering about the setup as well and found this topic: BC's for k-omega SST (low / hi Re setups)

Your post is quite old, so I truly hope you found an answer by then, but for others ending up here like I did it could help.
__________________
Enjoy the flow
BenGher is offline   Reply With Quote

Reply

Tags
boundaries condition, k-omega sst model, reynolds number


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
Question about adaptive timestepping Guille1811 CFX 25 November 12, 2017 17:38
Velocity vector in impeller passage ngoc_tran_bao CFX 24 May 3, 2016 21:16
Waterwheel shaped turbine inside a pipe simulation problem mshahed91 CFX 3 January 10, 2015 11:19
Boundary Conditions for k omega SST dancfd OpenFOAM Pre-Processing 0 June 9, 2011 23:25
Convective Heat Transfer - Heat Exchanger Mark CFX 6 November 15, 2004 15:55


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