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

DES with k-omega

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree6Likes
  • 1 Post By Jane L
  • 4 Post By Jane L
  • 1 Post By Jane L

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 25, 2012, 02:30
Default DES with k-omega
  #1
New Member
 
Jane L
Join Date: May 2012
Posts: 23
Rep Power: 13
Jane L is on a distinguished road
Hello!

For modeling an unsteady stall phenomenom, I'd like to use DES which uses k-omega in the near-wall region as RAS model. I just found the original DES with Spalart-Allmaras in OpenFOAM 2.1.0.
Before I start programming: Is there a method in OpenFOAM (maybe in .x or .dev) for DES with k-omega or did anyone of you implement this before?

Thanks in advance!
grossz likes this.
Jane L is offline   Reply With Quote

Old   November 1, 2012, 06:44
Default
  #2
New Member
 
Jane L
Join Date: May 2012
Posts: 23
Rep Power: 13
Jane L is on a distinguished road
Hi Foamers!

Finally I finished the programming of the turbulence models which you can find in the attached archive.

This file contains the source code for the tree turbulence models DES, DDES and IDDES with k-w as SGS model (instead od Spalart Allmaras).

The turbulence models where tested with OpenFOAM 2.1.1 and gave fair results for airfoils with very high angles of attack. Lift and drag was compared to experimental values given in the paper "Detached-Eddy Simulation of an airfoil at high angles of attack" by Garbaruk, Shur, Strelets and Travin. The averaged aberration in lift and drag for angles of attack of 45 and 60 degree was always below 10%.

All turbulence models include an extra function "RANSregion" which gives an indication of the RANS- and LES-content of each cell. This function can be visualized with paraview and has positive values in cells where the turbulence is fully modelled by the RANS model. The RANS model works in SGS mode in cells with values lower 0.

I hope that this will be helpful. In case you use it, I would be glad if you give some feedback.

best regards!
Attached Files
File Type: gz I-D-DES-kOmega.tar.gz (53.5 KB, 342 views)
mrs206, Sunxing, auaries and 1 others like this.
Jane L is offline   Reply With Quote

Old   July 25, 2013, 11:27
Default
  #3
New Member
 
Michael Sanderson
Join Date: Sep 2011
Posts: 4
Rep Power: 14
mrs206 is on a distinguished road
Hi Jane,

Thank you very much for writing these. They have been very useful in helping me to create a k-epsilon based DES model. I used the modifications proposed by Strelets for the turbulent length scale (i think this is the same method you have used?) but i have been unable to find a reference for the method you have used for the DDES model you have implemented.

Please could you point me in the right direction?

Many thanks,

Michael
mrs206 is offline   Reply With Quote

Old   July 26, 2013, 02:48
Default
  #4
New Member
 
Jane L
Join Date: May 2012
Posts: 23
Rep Power: 13
Jane L is on a distinguished road
Hi Michael.

The DDES model was developed and first described by: P. Spalart, S. Deck, M. Shur, K. Squires, M. Strelets, A. Travin.
in: A new version of detached-eddy simulation, resistant to ambiguous grid densities.
You can find the paper about IDDES via google:
M. Shur, P. Spalart, M. Strelets, A. Travin. A hybrid RANS-LES approach
with delayed-DES and wall-modelled LES capabilities

For might also have a look at:
http://www.sharcnet.ca/Software/Flue.../th/node91.htm
http://www.sharcnet.ca/Software/Flue...sec_iddes.html

I hope this helps! Kind regards
Sunxing likes this.
Jane L is offline   Reply With Quote

Old   May 7, 2014, 22:41
Default
  #5
New Member
 
Zhiwei Zheng
Join Date: May 2014
Posts: 23
Rep Power: 11
killsecond is on a distinguished road
Hi Jane,
Have you tried to creat kOmegaSST based DES?
killsecond is offline   Reply With Quote

Old   December 4, 2018, 03:36
Default
  #6
Member
 
Sai Guruprasad Jakkala
Join Date: Jan 2017
Posts: 34
Rep Power: 9
saiguruprasad is on a distinguished road
I am trying to use k-Omega SST DES model in OpenFOAM 5.x. I am trying to simulate turbulent Couette Flow at Re_w=8600.

I have tried SA DES model and was able to get satisfactory results(used perturbUChannel to set initial condition). But when I use the kOmega SST DES model implemented in OF-5.x, there is no difference between the instantaneous and mean velcoity magnitude. They both become the same after few iterations. This results in the wrong calculation of Reynolds stress.

Am I doing something wrong in setting up the simulation?
saiguruprasad is offline   Reply With Quote

Old   November 8, 2021, 08:49
Default
  #7
Member
 
Sakun
Join Date: Nov 2019
Location: United Kingdom
Posts: 93
Rep Power: 6
Sakun is on a distinguished road
Quote:
Originally Posted by saiguruprasad View Post
I am trying to use k-Omega SST DES model in OpenFOAM 5.x. I am trying to simulate turbulent Couette Flow at Re_w=8600.

I have tried SA DES model and was able to get satisfactory results(used perturbUChannel to set initial condition). But when I use the kOmega SST DES model implemented in OF-5.x, there is no difference between the instantaneous and mean velcoity magnitude. They both become the same after few iterations. This results in the wrong calculation of Reynolds stress.

Am I doing something wrong in setting up the simulation?
Hi,

i am trying to run a simulation using SA-DES. i really really appreciate if you can guide me or the way you learnt.

Sakun is offline   Reply With Quote

Old   February 22, 2022, 10:47
Default kOmega-SST DDES
  #8
New Member
 
Boucetta Lahcene
Join Date: Feb 2022
Location: Paris
Posts: 22
Rep Power: 4
B6_lacen is on a distinguished road
Quote:
Originally Posted by saiguruprasad View Post
I am trying to use k-Omega SST DES model in OpenFOAM 5.x. I am trying to simulate turbulent Couette Flow at Re_w=8600.

I have tried SA DES model and was able to get satisfactory results(used perturbUChannel to set initial condition). But when I use the kOmega SST DES model implemented in OF-5.x, there is no difference between the instantaneous and mean velcoity magnitude. They both become the same after few iterations. This results in the wrong calculation of Reynolds stress.

Am I doing something wrong in setting up the simulation?
Hi

I'm really lost I'm looking for the implementation of the model kOmega-SST DDES in the versions of openFOAM V6.
Can you show me how you did it please
B6_lacen is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Boundary Conditions for k omega SST dancfd OpenFOAM Pre-Processing 0 June 9, 2011 23:25
Spanwise Length and Grid Refinement for SAS-SST, DES, and LES Josh CFX 5 October 14, 2010 19:47
How to use DES well? Daniel Main CFD Forum 0 October 26, 2008 05:59
DES ( SA+LES) vs DES ( kwSST+LES) for bluff body Phil Main CFD Forum 0 January 8, 2008 09:04
Problem with DES model mehul FLUENT 0 April 12, 2006 07:59


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