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

gamma-ReTheta turbulence model for predicting transitional flows

Register Blogs Community New Posts Updated Threads Search

Like Tree23Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 11, 2014, 10:39
Default
  #61
New Member
 
Mazharul Islam
Join Date: Jan 2014
Posts: 6
Rep Power: 12
sbvawt is on a distinguished road
Thanks for your prompt reply. Felix, would you kindly respond to my question?
Sandy004 likes this.
sbvawt is offline   Reply With Quote

Old   September 11, 2014, 17:48
Default
  #62
New Member
 
onym
Join Date: Sep 2014
Posts: 1
Rep Power: 0
puplu is on a distinguished road
Quote:
Originally Posted by FelixL View Post
Hello, everybody,


so I just did some of the flat plate simulations with the corrected version of the turbulence model I posted yesterday. Cf distributions along the plates for two different cases (T3A - moderate freestream turbulence intensity (FSTI), T3B - high FSTI) and as you can see the now correct F1 blending function only affects the skin friction at the transitional and turbulent regime.

In T3A the skin friction is reduced which might explain the improvement of Cd values for Alex' airfoil cases. Still, using LANGTRY and MENTER's correlation for ReThetac the transition onset location is way too early. So either there are still some errors somewhere or the correlation needs calibration.

In T3B the transition onset seems to be predicted quite well, the skin friction is much too high, though. This is a flaw of the model itself caused by the high turbulent viscosity (approx 100 times nu) in the freestream diffusing into the boundary layer. Still, the results in the paper of LANGTRY and MENTER look much better - and I don't know why.


Greetings,
Felix.
The distance ahead of the flat plate may affect the CFD results, So adjust the value of the inlet nut/nu to get proper turbulence decay along the plate just as Exp, but not ro alter the correlation for ReThetac .
puplu is offline   Reply With Quote

Old   September 12, 2014, 01:22
Default
  #63
New Member
 
Mazharul Islam
Join Date: Jan 2014
Posts: 6
Rep Power: 12
sbvawt is on a distinguished road
Hi Artur,

According to my understanding, the following correlation, proposed by Suluksna et. al 2009 is missing in the code last updated by you. I am proposing the following lines which can be added.

// CORRELATION: SULUKSNA et al. 2009
/* Flength = min(
scalar(0.1)*exp(scalar(-0.022)*ReThetatTilda_+scalar(12))+scalar(0.45),
scalar(300)
);
return Flength; */

Would you please verify (I am not an c++ expert - SORRY) and add these lines in your modified codes? Thanks.
sbvawt is offline   Reply With Quote

Old   September 14, 2014, 08:01
Default
  #64
Senior Member
 
Felix L.
Join Date: Feb 2010
Location: Hamburg
Posts: 165
Rep Power: 18
FelixL is on a distinguished road
Hello everyone,

Sorry about being so slow again. The last few years I kind of drifted away from CFD and my current research focuses more on acoustics, but I will try to keep on working to finally finish the implementation of the turbulence model.

Tthanks for your comments, especially Artur and Mazharul. I updated the code to work in OpenFOAM 2.3.0 and also I found some implementation errors for the correlations by MALAN et al. and SULUKSNA et al. You can find the updated code in the attachements.

Code:
    2014-11-12 : - coding style updates
                 - ensured compatibility with OpenFOAM 2.3.x (thanks Artur)
                 - corrected correlations of SULUKSNA et al. (2009) and
                   MALAN et al. (2009) (thanks Mazharul)
Also, I created a git repository for the turbulence model where I will commit future updates. You can find the repository under https://github.com/langfeldt/gammaReThetatSST

In the next time I will try to validate the model on the ERCOFTAC-testcases (T3A, T3AM, T3B). This seems logical to me, before applying the model to more complicated cases.

As always, your help is deeply appreciated. If you find something "fishy" in the code, I am more than happy to fix the bugs.


Many Greetings
Felix
Attached Files
File Type: gz gammaReThetatSST.tar.gz (7.2 KB, 87 views)
FelixL is offline   Reply With Quote

Old   September 14, 2014, 08:50
Default
  #65
New Member
 
Mazharul Islam
Join Date: Jan 2014
Posts: 6
Rep Power: 12
sbvawt is on a distinguished road
Hi Felix,

Thanks a lot for the latest update. We are benefiting from your codes and you deserve credit for that.

With best wishes,

Mazhar
sbvawt is offline   Reply With Quote

Old   September 15, 2014, 08:10
Default
  #66
Senior Member
 
Felix L.
Join Date: Feb 2010
Location: Hamburg
Posts: 165
Rep Power: 18
FelixL is on a distinguished road
Hello everyone,


just a quick update: following puplu's hint and also by modifying the initial conditions in my flat plate cases (Sidenote: somehow, the solution of simpleFoam depends on the initial conditions in my cases. Does anyone have an idea why that is? A steady state solution shouldn't depend on the initial values) I obtain much better results for the T3A/T3AM/T3B validation cases.

You find my resulting skin friction coefficient distributions in the attachements. Especially the T3A results look promising. In T3AM, the transition begins a bit too early, in T3B it is too late. This could be a grid/boundary conditions issue, however. Therefore, the implementation of the turbulence model seems to be quite satisfying.

During the next days I will look into the non-zero pressure gradient cases.


Many Greetings
Felix
Attached Images
File Type: jpg T3A_Cf.jpg (33.5 KB, 138 views)
File Type: jpg T3AM_Cf.jpg (33.6 KB, 104 views)
File Type: jpg T3B_Cf.jpg (33.1 KB, 104 views)
FelixL is offline   Reply With Quote

Old   September 22, 2014, 09:47
Default
  #67
Senior Member
 
Felix L.
Join Date: Feb 2010
Location: Hamburg
Posts: 165
Rep Power: 18
FelixL is on a distinguished road
Hello everyone,


unfortunately the results I presented above weren't sufficiently converged (that's why they were depending upon the initial conditions). I am sorry about that - I fell for the good looking results and didn't think further.

Anyways, since the last time I posted I did some improvements on the code, as you can see in the changelog:

Code:
    2014-09-22 : - add correlation selection in RASProperties dictionary
    2014-09-19 : - corrected typo in correlation by MALAN et al. (2009)
    2014-09-17 : - made equations consistent with SST model in OpenFOAM 2.3.x
You can download the most recent code of the turbulence model from the git repository:
https://github.com/langfeldt/gammaReThetatSST

One major addition is the ability to select correlations in the RASProperties dictionary. Please find an example RASProperties file in the git repository.

Using the most recent version of the code I did some (more) flat plate simulations with zero pressure gradient comparing the four different correlations I implemented in the code. You can find the resulting plots in the attachements.

As you can see, the correlations lead to quite different results in the T3A and T3A- cases. The original correlation by LANGTRY and MENTER (2009) seems to perform quite poorly while the correlations by MALAN et al. (2009) or SULUKSNA et al. (2009) seem to work well in case of T3A and T3A-, respectively.

Right now I can't really tell what's causing these differences, since - according to the published papers where I have these correlations from - the results should by equally good for all four correlations. I quadruple-checked my implementation of the correlations and I also checked the turbulence model implementation many times - all to no avail. Maybe there is a OpenFOAM-specific thing which I have overlooked when implementing the model or the correlations are simply sensitive to the solver. Hopefully we will find out one day

I will continue now to test the model on the non-zero pressure gradient cases. Also I plan to implement a boundary condition for ReThetatTilda, so you don't have to calculate the inlet value by hand anymore.

All comments and suggestions are highly appreciated!


Many greetings
Felix
Attached Images
File Type: jpg T3A_Cf.jpg (35.9 KB, 140 views)
File Type: jpg T3AM_Cf.jpg (36.0 KB, 90 views)
File Type: jpg T3B_Cf.jpg (33.8 KB, 84 views)
FelixL is offline   Reply With Quote

Old   September 22, 2014, 13:24
Default
  #68
Member
 
D L
Join Date: Jun 2012
Posts: 49
Rep Power: 13
DLuo is on a distinguished road
Hi Felix,
I was wondering how you're extracting the Cf value for your Cf v REx plots? Also are you just calculating REx as pVL/mu?
DLuo is offline   Reply With Quote

Old   September 23, 2014, 03:46
Default
  #69
Senior Member
 
Felix L.
Join Date: Feb 2010
Location: Hamburg
Posts: 165
Rep Power: 18
FelixL is on a distinguished road
Hello Andy,


I'm calculating the Cf values by using the wallShearStress utility. This yields tauW at the wall patches. From that, Cf is calculated using

Cf = |tauW|/(0.5*rho0*U0^2)

where U0 is the reference velocity, rho0 the reference density. Please remember, that for incompressible simulations, tauW is already divided by the desntiy.

The local reynolds number is calculated as Re(x) = U0*x/nu0, where nu0 is the kinematic viscosity and x the coordinate on the plate.


Greetings
Felix
DLuo likes this.
FelixL is offline   Reply With Quote

Old   September 23, 2014, 10:27
Default
  #70
Member
 
D L
Join Date: Jun 2012
Posts: 49
Rep Power: 13
DLuo is on a distinguished road
Thanks Felix,

I was normalizing with the patch area as well which was throwing off the magnitude of my calculations. And thank you for the clarification about rho0.

Regards,
Andy
DLuo is offline   Reply With Quote

Old   November 17, 2014, 10:46
Smile
  #71
New Member
 
Zhiwei Zheng
Join Date: May 2014
Posts: 23
Rep Power: 11
killsecond is on a distinguished road
Dear Filex Langfeldt and Formers,


I have downloaded the latest version of gammaReThetatSST model and attempted to implement it into the OpenFOAM, however something went wrong.

zzwjcy@ubuntu:~/OpenFOAM/zzwjcy-2.3.0/src/turbulenceModels/incompressible/RAS$ wmake libso
wmakeLnInclude: linking include files to ./lnInclude
Making dependency list for source file gammaReThetatSST/gammaReThetatSST.C
make: *** No rule to make target `derivedFvPatchFields/ReThetatTildaInlet/ReThetatTildaInletFvPatchScalarField.dep', needed by `Make/linuxGccDPOpt/dependencies'. Stop.

I don't know how to solve this problem, help me. Thanks!
killsecond is offline   Reply With Quote

Old   January 20, 2015, 16:05
Default Experimental Data
  #72
Member
 
Jack
Join Date: Aug 2012
Posts: 47
Rep Power: 13
JackW is on a distinguished road
Hey Guys,

I understand this is a few months old now, but I am very grateful for the turb model!

I am just wondering if people have a link to an online database for the experimental data, or are you digitising plots?

Thanks a lot!

Jack
JackW is offline   Reply With Quote

Old   January 20, 2015, 16:07
Default
  #73
Member
 
Jack
Join Date: Aug 2012
Posts: 47
Rep Power: 13
JackW is on a distinguished road
Quote:
Originally Posted by killsecond View Post
Dear Filex Langfeldt and Formers,


I have downloaded the latest version of gammaReThetatSST model and attempted to implement it into the OpenFOAM, however something went wrong.

zzwjcy@ubuntu:~/OpenFOAM/zzwjcy-2.3.0/src/turbulenceModels/incompressible/RAS$ wmake libso
wmakeLnInclude: linking include files to ./lnInclude
Making dependency list for source file gammaReThetatSST/gammaReThetatSST.C
make: *** No rule to make target `derivedFvPatchFields/ReThetatTildaInlet/ReThetatTildaInletFvPatchScalarField.dep', needed by `Make/linuxGccDPOpt/dependencies'. Stop.

I don't know how to solve this problem, help me. Thanks!
Also for your question, take a look at the first few pages. You need to add a Make folder.

I guess Felix has an overarching structure for his turbulence models and includes the Make folder in a higher directory
JackW is offline   Reply With Quote

Old   January 21, 2015, 03:39
Default
  #74
Senior Member
 
Artur's Avatar
 
Artur
Join Date: May 2013
Location: Southampton, UK
Posts: 372
Rep Power: 19
Artur will become famous soon enough
Hi All,

First of all, here's a good set of validation results for a zero pressure gradient flat plate at high Reynolds numbers (the pdf by Wieghardt et al. at the bottom is particularly useful but you have to digitise the plots for it, I recommend Plot Digitiser http://plotdigitizer.sourceforge.net/ and Shutter http://shutter-project.org/):

http://www.grc.nasa.gov/WWW/wind/val...rb/fpturb.html

For transition modelling the T3 test case from ERCOFTAG is very useful. If you don't have access to it here's plenty of plots for it plus some discussion on transition models:

http://uknowledge.uky.edu/cgi/viewco...dschool_theses

Finally, for the error in compilation you have to follow the advice given in the previous post by JackW, I've attached the contents of my Make folder fyi:

Make.tar.gz

Happy Foaming,

A
Artur is offline   Reply With Quote

Old   January 21, 2015, 09:03
Default
  #75
Member
 
Jack
Join Date: Aug 2012
Posts: 47
Rep Power: 13
JackW is on a distinguished road
Thanks Artur,

I actually already had this data, just didn't read the readme very well. Ooops!
Artur likes this.
JackW is offline   Reply With Quote

Old   February 23, 2015, 00:41
Default SST Gamma-ReTheta Turbulence model
  #76
New Member
 
mamly
Join Date: Sep 2010
Posts: 12
Rep Power: 15
mamly is on a distinguished road
Hello my dear friends;
I am trying to write SST Gamma-Retheta turbulent code. It seems it is a 4 equation model including K-w-gamma-Re. but every where mentioned to SST 2-equation.
What is the relation between k- w and gamma Re?
mamly is offline   Reply With Quote

Old   February 23, 2015, 03:20
Default
  #77
Senior Member
 
Artur's Avatar
 
Artur
Join Date: May 2013
Location: Southampton, UK
Posts: 372
Rep Power: 19
Artur will become famous soon enough
Hi,

Here's a good discussion of how the model you are talking about has been implemented in OpenFOAM (by people from Chalmers, unsurprisingly):

http://www.tfd.chalmers.se/~hani/kur...transition.pdf

As for your question, k & omega are quantities used to provide the spatial and temporal scales for turbulence in the k-omega SST model, described here for instance:

http://turbmodels.larc.nasa.gov/sst.html

In transition modelling the other quantities are used to determine whether the flow has become turbulent or whether it's still laminar or transitional. Re-theta is the momentum thickness Reynolds number. Other quantities depend on the model but as far as I know, they are typically independent variables. Gamma is this case is the intermittency, governed by a scalar transport equations with some source terms on the right-hand-side, see section 3.2 from the first link. Also, have a look here for some interesting discussion on some of the concepts:

http://www2.coe.pku.edu.cn/tpic/201172015638907.pdf

If you are not familiar with turbulence modelling in general here's where I'd start reading up on the topic

http://www.cfd-online.com/W/images/3..._Beginners.pdf

Hope that helps,

A
mamly likes this.
Artur is offline   Reply With Quote

Old   June 20, 2015, 10:20
Default Help with gammaReTheta
  #78
Member
 
Jack
Join Date: May 2015
Posts: 98
Rep Power: 10
Jack001 is on a distinguished road
I was wondering if someone could advise me on the following, (hopefully Felix, because you mentioned you were working more with acoustics at the moment):

I wish to use the gammaReTheta model to initialise an LES simulation of an airfoil (maybe NACA0012 to start with). My flow is at very low Reynolds number (30,000 - 50,000 based on chord) and so I expect my suction side BL to perhaps undergo laminar separation and turbulent reattachment. I am interested in capturing these features.

I am completely new to OpenFoam and CFD in general, but with the help of people like you guys I have quickly been able to run some test case, and somewhat familiarise myself with the workflow of OpenFoam.

Any help would be much appreciated, and please keep forums like this one alive, they are invaluable to people like me!
Jack001 is offline   Reply With Quote

Old   October 10, 2015, 19:18
Default Calculating values for /0/ ReThetatTilda and gamma?
  #79
Senior Member
 
Klaus
Join Date: Mar 2009
Posts: 250
Rep Power: 22
klausb will become famous soon enough
Hello,

how are the values for /0/ReThetatTilda and gamma calculated?

Case: Airfoil, Re=1e6, Tu=0.06, U=14.6

Klaus
klausb is offline   Reply With Quote

Old   October 11, 2015, 15:30
Default
  #80
Senior Member
 
Artur's Avatar
 
Artur
Join Date: May 2013
Location: Southampton, UK
Posts: 372
Rep Power: 19
Artur will become famous soon enough
Hi,

It's generally quite tricky as the model is quite sensitive to the BC values. I don't have any ready formulae for your case but thesis by Langtry gives some pretty good discussion (e.g. see page 52):
http://elib.uni-stuttgart.de/opus/vo...Kap01_05_1.pdf

There's some more discussion here for airfoil cases:
http://citeseerx.ist.psu.edu/viewdoc...=rep1&type=pdf

I suggest starting here and looking at the related references. Probably best to start your simulations from looking at a canonical test case (the T3A mentioned in this thread and one of the published airfoil ones, e.g. SD7003:
http://www.as.dlr.de/hiocfd/case_c3.3.pdf )

Hopefully someone using this model more will also be kind enough to point out more things and narrow it down for you.

All the best,

A
Artur 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
Low Reynolds k-epsilon model YJZ ANSYS 1 August 20, 2010 13:57
Centrifugal Pump and Turbulence Model Michiel CFX 12 January 25, 2010 03:20
RSM & Transitional Flows!!! Erika FLUENT 0 March 31, 2006 10:56
Turbulence model Herry Phoenics 1 May 29, 2003 13:19
turbulent separated flows Yin Fidelity CFD 9 February 19, 2003 11:50


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