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

Menter's wall BC for Omega

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 1 Post By arjun
  • 1 Post By NotOverUnderated
  • 1 Post By arjun

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 11, 2023, 11:14
Default Menter's wall BC for Omega
  #1
Senior Member
 
Saeed Jamshidi
Join Date: Aug 2019
Posts: 214
Rep Power: 8
saeed jamshidi is on a distinguished road
Hello,

I'm going to dive into K-omega SST turbulence model, and I'v noticed about Menter's wall BC for Omega.
Would you please help me to clarify nu and y?
y is the first cell hight close to the wall not y+?
Is nu=kinematic viscosity?, for example (nu_water=1e-6) otherwise what is the kinematic viscosity at the wall?
thanks.

Code:
omega
type fixedValue;
value uniform (calculated with Menter's recommended wall BC, i. e. 

omegawall=60*nu/(beta*y^2), with nu=kinematic viscosity at the wall, 

beta=0.075 and y=normal distance between the first fluid node and the nearest wall);
saeed jamshidi is offline   Reply With Quote

Old   November 11, 2023, 16:56
Default
  #2
Senior Member
 
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,290
Rep Power: 34
arjun will become famous soon enougharjun will become famous soon enough
Everything seems good except the factor would be 6 and not 60.
arjun is offline   Reply With Quote

Old   November 12, 2023, 01:29
Default
  #3
Senior Member
 
Saeed Jamshidi
Join Date: Aug 2019
Posts: 214
Rep Power: 8
saeed jamshidi is on a distinguished road
Dear arjun, thank you for the reply.

The formula is as follows:

omega_wall = 10 * 6 * nu / ( 0.075 * y^2 )

So, you confirm that y is the first cell hight and nu is the kinematic viscosity?

Besides, I would appreciate it if you verify my K, omega and nut BCs on the wall for y+=1;

omega:
Code:
    wall
    {
        type             fixedValue;   
        value          uniform  63775; //according menter BC.
    }
K:

Code:
    wall
    {
        type            fixedValue;
        value           uniform 1e-12;
    }
nut:

Code:
     wall
    {
        type fixedValue;
	value uniform 0;
    }
Currently, I am pretty sure about K & omega BC types and values, nevertheless, I have doubt for nut type because I've seen in CFD online some threads, calculated type is considered on the wall.
saeed jamshidi is offline   Reply With Quote

Old   November 12, 2023, 14:54
Default
  #4
Senior Member
 
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,290
Rep Power: 34
arjun will become famous soon enougharjun will become famous soon enough
Nu and y are what you said.


The factor of 10 seems arbitrary to me but if its working for them then who am i to argue.

This seems to be something people are doing differently.
saeed jamshidi likes this.
arjun is offline   Reply With Quote

Old   January 15, 2024, 08:08
Default
  #5
Senior Member
 
NotOverUnderated's Avatar
 
ONESP-RO
Join Date: Feb 2021
Location: Somwhere on Planet Earth
Posts: 127
Rep Power: 5
NotOverUnderated is on a distinguished road
Quote:
Originally Posted by arjun View Post
Nu and y are what you said.


The factor of 10 seems arbitrary to me but if its working for them then who am i to argue.

This seems to be something people are doing differently.
That factor is not arbitrary. It is in the original paper of menter [1]:



Reference:

[1] F. R. Menter, ‘Two-equation eddy-viscosity turbulence models for engineering applications’, AIAA Journal, vol. 32, no. 8, pp. 1598–1605, 1994, doi: 10.2514/3.12149.
Attached Images
File Type: png bc-omega.png (13.1 KB, 30 views)
saeed jamshidi likes this.
__________________
Don't keep making the same mistakes. Try to make new mistakes.
NotOverUnderated is offline   Reply With Quote

Old   January 15, 2024, 10:26
Default
  #6
Senior Member
 
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,290
Rep Power: 34
arjun will become famous soon enougharjun will become famous soon enough
Quote:
Originally Posted by NotOverUnderated View Post
That factor is not arbitrary. It is in the original paper of menter [1]:



Reference:

[1] F. R. Menter, ‘Two-equation eddy-viscosity turbulence models for engineering applications’, AIAA Journal, vol. 32, no. 8, pp. 1598–1605, 1994, doi: 10.2514/3.12149.

Its arbitrary in reference paper too. He never derived how he came to that factor. Besides other people use other values. StarCCM uses 2.5 and not 10.

Do you have a paper that derives that factor 10 and shows that it is not something that author came up with and have defite value of 10.
JBeilke likes this.
arjun is offline   Reply With Quote

Old   January 15, 2024, 10:36
Default
  #7
Senior Member
 
Saeed Jamshidi
Join Date: Aug 2019
Posts: 214
Rep Power: 8
saeed jamshidi is on a distinguished road
Thank you for your opinions.

Yeah, it's kind of controversial issue.

However, I saw wolf dynamics tutorial, and it was declared that omega value just on the wall could be a large value.
saeed jamshidi is offline   Reply With Quote

Old   January 15, 2024, 10:40
Default
  #8
Senior Member
 
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,290
Rep Power: 34
arjun will become famous soon enougharjun will become famous soon enough
Quote:
Originally Posted by saeed jamshidi View Post
Thank you for your opinions.

Yeah, it's kind of controversial issue.

However, I saw wolf dynamics tutorial, and it was declared that omega value just on the wall could be a large value.

Yes, different people do different things. I guess based on their experience and ideas. I prefer 2.5 as value as it seems to produce good results.
arjun 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
chtMultiRegionFoam: two fluid regions separated by a thin, conducting wall JayDeeUU OpenFOAM Pre-Processing 16 July 22, 2021 22:17
[snappyHexMesh] How to draw a 3D-Drawing for Meshing Kahnbein.Kai OpenFOAM Meshing & Mesh Conversion 4 June 15, 2021 13:16
[Commercial meshers] tmerge utility creates unwanted interface/walls comes in the final mesh Shoonya OpenFOAM Meshing & Mesh Conversion 11 January 20, 2012 07:23
Patches for OpenFOAM 1.7 on MacOS X gschaider OpenFOAM Installation 101 September 21, 2011 06:37
UDF for wall slipping HFLUENT Fluent UDF and Scheme Programming 0 April 27, 2011 13:03


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