|
[Sponsors] |
November 11, 2023, 11:14 |
Menter's wall BC for Omega
|
#1 |
Senior Member
Saeed Jamshidi
Join Date: Aug 2019
Posts: 214
Rep Power: 8 |
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); |
|
November 11, 2023, 16:56 |
|
#2 |
Senior Member
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,290
Rep Power: 34 |
Everything seems good except the factor would be 6 and not 60.
|
|
November 12, 2023, 01:29 |
|
#3 |
Senior Member
Saeed Jamshidi
Join Date: Aug 2019
Posts: 214
Rep Power: 8 |
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. } Code:
wall { type fixedValue; value uniform 1e-12; } Code:
wall { type fixedValue; value uniform 0; } |
|
November 12, 2023, 14:54 |
|
#4 |
Senior Member
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,290
Rep Power: 34 |
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. |
|
January 15, 2024, 08:08 |
|
#5 | |
Senior Member
ONESP-RO
Join Date: Feb 2021
Location: Somwhere on Planet Earth
Posts: 127
Rep Power: 5 |
Quote:
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.
__________________
Don't keep making the same mistakes. Try to make new mistakes. |
||
January 15, 2024, 10:26 |
|
#6 | |
Senior Member
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,290
Rep Power: 34 |
Quote:
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. |
||
January 15, 2024, 10:36 |
|
#7 |
Senior Member
Saeed Jamshidi
Join Date: Aug 2019
Posts: 214
Rep Power: 8 |
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. |
|
January 15, 2024, 10:40 |
|
#8 | |
Senior Member
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,290
Rep Power: 34 |
Quote:
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. |
||
|
|
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 |