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

k-omega SST: what is the Reference length scale?

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Mazze[ITA]

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 19, 2020, 14:18
Question k-omega SST: what is the Reference length scale?
  #1
New Member
 
Andrea Stedile
Join Date: Feb 2020
Posts: 11
Rep Power: 6
steddy is on a distinguished road
Hi all,
I'm trying to investigate the flow of air around a car with the RAS k-omega SST.
The OpenFOAM guide: https://www.openfoam.com/documentati...omega-sst.html says that the following formula can be used to estimate omega, that is the turbulence specific dissipation rate:
\omega = \frac{k^{0.5}}{C_\mu L}
where L is the reference length scale,
and cmu is equal to 0.09
I wanted to ask: what exactly is L? In my case, would it be the length of the car?

I saw that OpenFOAM has a motorbike scenario and tutorial.
  • The motorbike has a length of 1.42 m (this value is lRef and can be found in the system/forceCoeffs dict.
  • The value of k is 0.24, and can be found in the 0/include/initialConditions file.
  • The value of omega is 1.78 (again, it is is located in the initialConditions file).
If we isolate the L in the previous formula, we get:
L = \frac{k^{0.5}}{C_\mu \omega}
If we substitute for k, omega and Cmu, we get 3.058 m, which is different than the valur of lRef (the length of the motorbike). Therefore, I'm not anymore convinced that L is the length of the vehicle.

Can anyone help me?
Regards,
Andrea
steddy is offline   Reply With Quote

Old   February 20, 2020, 10:27
Default
  #2
New Member
 
Join Date: Feb 2020
Posts: 10
Rep Power: 6
sapujapu is on a distinguished road
The exact reference length is not that important afaik. The important thing is that your nu/nu_t ratio (laminar viscosity to turbulent viscosity) is small enough. This paper by Spalart & Rumsey gives some recommendations in Section C for external aerodynamics: https://ntrs.nasa.gov/archive/nasa/c...0070035069.pdf
sapujapu is offline   Reply With Quote

Old   February 20, 2020, 11:55
Default
  #3
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,761
Rep Power: 66
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
It's not the same length scale.



The length scale in forceCoeffs is related to the definition of your force coefficients like lift, and that one is a geometric length scale.



The length scale in the formula for omega is a turbulent length scale for your boundary. Say if your oncoming flow comes from a fully developed flow in a duct with diameter D is a small fraction of D (usually estimated to be about L~0.07D). It's a boundary condition, you need to "know" what it is. It could be anything because not all flows come from fully developed ducts.
LuckyTran is offline   Reply With Quote

Old   February 20, 2020, 12:26
Default
  #4
New Member
 
Andrea Stedile
Join Date: Feb 2020
Posts: 11
Rep Power: 6
steddy is on a distinguished road
Quote:
It's not the same length scale.
I agree; and it makes sense.
Do you have any idea on how to estimate the turbulent length scale for my case,
which concerns the study of the air flow around a car, or even many cars?
Can I use a value similar to the one used for the flow around the motorbike?
If I do so, the yielded results seem convincing and reasonable.
But I am wondering if there is a more "scientifical" sound way to do it.

Also, do you know why the OpenFOAM developers have specifically chosen 3.058 as a value for the turbulent length scale? I can't seem to find the reason anywhere on the web.
steddy is offline   Reply With Quote

Old   September 11, 2020, 14:39
Default
  #5
New Member
 
João
Join Date: Aug 2020
Posts: 3
Rep Power: 6
JoaoRoque is on a distinguished road
Hi everybody.
I'm studying the flow around a circular cylinder in the drag crisis region, using the kOmegaSST turbulence model. I'm struggling to find a plausible estimation for the turbulence lenght scale in the literature. What would be a good option?

Thanks.
JoaoRoque is offline   Reply With Quote

Old   September 27, 2021, 12:50
Default
  #6
New Member
 
Edgar Alejandro Martínez Ojeda
Join Date: Jul 2019
Posts: 20
Rep Power: 7
Edgar Alejandro Martínez is on a distinguished road
I made a tutorial on YT.

Here's the meshing part: https://www.youtube.com/watch?v=zWCPRhWHPqs

And here is the case setup: https://www.youtube.com/watch?v=3yw6nf-bN20

Go to the video's description to get the link to the files.
Edgar Alejandro Martínez is offline   Reply With Quote

Old   December 2, 2022, 10:48
Default
  #7
Member
 
Lorenzo Mazzei
Join Date: Dec 2010
Posts: 60
Rep Power: 15
Mazze[ITA] is on a distinguished road
Quote:
Originally Posted by steddy View Post
Hi all,
I'm trying to investigate the flow of air around a car with the RAS k-omega SST.
The OpenFOAM guide: https://www.openfoam.com/documentati...omega-sst.html says that the following formula can be used to estimate omega, that is the turbulence specific dissipation rate:
\omega = \frac{k^{0.5}}{C_\mu L}
where L is the reference length scale,
and cmu is equal to 0.09
I wanted to ask: what exactly is L? In my case, would it be the length of the car?

I saw that OpenFOAM has a motorbike scenario and tutorial.
  • The motorbike has a length of 1.42 m (this value is lRef and can be found in the system/forceCoeffs dict.
  • The value of k is 0.24, and can be found in the 0/include/initialConditions file.
  • The value of omega is 1.78 (again, it is is located in the initialConditions file).
If we isolate the L in the previous formula, we get:
L = \frac{k^{0.5}}{C_\mu \omega}
If we substitute for k, omega and Cmu, we get 3.058 m, which is different than the valur of lRef (the length of the motorbike). Therefore, I'm not anymore convinced that L is the length of the vehicle.

Can anyone help me?
Regards,
Andrea
The c_mu should be c_mu^0.25?
reza2031 likes this.
Mazze[ITA] is offline   Reply With Quote

Old   April 6, 2023, 20:34
Default
  #8
Senior Member
 
Farzad Faraji
Join Date: Nov 2019
Posts: 206
Rep Power: 8
farzadmech is on a distinguished road
Dear Steddy
did you find any answer for
Code:
Do you have any idea on how to estimate the turbulent length scale for my case
I have the same problem. How should I define it?

Thanks,
Farzad


Quote:
Originally Posted by steddy View Post
I agree; and it makes sense.
Do you have any idea on how to estimate the turbulent length scale for my case,
which concerns the study of the air flow around a car, or even many cars?
Can I use a value similar to the one used for the flow around the motorbike?
If I do so, the yielded results seem convincing and reasonable.
But I am wondering if there is a more "scientifical" sound way to do it.

Also, do you know why the OpenFOAM developers have specifically chosen 3.058 as a value for the turbulent length scale? I can't seem to find the reason anywhere on the web.
farzadmech is offline   Reply With Quote

Old   April 6, 2023, 20:39
Default
  #9
Senior Member
 
Farzad Faraji
Join Date: Nov 2019
Posts: 206
Rep Power: 8
farzadmech is on a distinguished road
Using the correct formula form here, I reversely solved motorBike problem and I got
Code:
Turbulent intensity = 0.02
turbulent length scale = 0.14 which is the 10% of Lref

Thanks,
Farzad

Quote:
Originally Posted by steddy View Post
Hi all,
I'm trying to investigate the flow of air around a car with the RAS k-omega SST.
The OpenFOAM guide: https://www.openfoam.com/documentati...omega-sst.html says that the following formula can be used to estimate omega, that is the turbulence specific dissipation rate:
\omega = \frac{k^{0.5}}{C_\mu L}
where L is the reference length scale,
and cmu is equal to 0.09
I wanted to ask: what exactly is L? In my case, would it be the length of the car?

I saw that OpenFOAM has a motorbike scenario and tutorial.
  • The motorbike has a length of 1.42 m (this value is lRef and can be found in the system/forceCoeffs dict.
  • The value of k is 0.24, and can be found in the 0/include/initialConditions file.
  • The value of omega is 1.78 (again, it is is located in the initialConditions file).
If we isolate the L in the previous formula, we get:
L = \frac{k^{0.5}}{C_\mu \omega}
If we substitute for k, omega and Cmu, we get 3.058 m, which is different than the valur of lRef (the length of the motorbike). Therefore, I'm not anymore convinced that L is the length of the vehicle.

Can anyone help me?
Regards,
Andrea
farzadmech is offline   Reply With Quote

Reply

Tags
lref, motorbike, reference length, reference length scale, sst


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
Turbulence length scale and integral length scale rizhang CFX 2 April 22, 2016 08:22
OF211: ThirdParty and /src compiled, but not /applications... vkrastev OpenFOAM Installation 8 October 18, 2012 16:53
Installing OpenFOAM-1.5-dev on a cluster ZKM OpenFOAM Installation 4 December 25, 2010 16:59
Error with Wmake skabilan OpenFOAM Installation 3 July 28, 2009 01:35
OpenFOAM on MinGW crosscompiler hosted on Linux allenzhao OpenFOAM Installation 127 January 30, 2009 20:08


All times are GMT -4. The time now is 14:17.