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

What is turbulence->k() when I don't have a "k" equation?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 21, 2020, 02:41
Default What is turbulence->k() when I don't have a "k" equation?
  #1
Member
 
chen112p's Avatar
 
Junting Chen
Join Date: Feb 2016
Location: Ontario Canada
Posts: 37
Rep Power: 10
chen112p is on a distinguished road
Hello, I added a few lines in pimpleFoam to extract the subgrid scale TKE. But my question iswhen I am running LES models such as SA-IDDES, or Smagorinsky where I dont see the TKE term in the equation, what is this turbulence->k() going to get me?

Thanks!

Junting
chen112p is offline   Reply With Quote

Old   August 21, 2020, 17:28
Default
  #2
HPE
Senior Member
 
HPE's Avatar
 
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 932
Rep Power: 12
HPE is on a distinguished road
Hi,

- In Spalart-Allmaras turbulence model, for example, requesting "k" field returns a scalarField with full of zeros alongside a warning to the user: see.
HPE is offline   Reply With Quote

Old   August 21, 2020, 17:41
Default
  #3
Member
 
chen112p's Avatar
 
Junting Chen
Join Date: Feb 2016
Location: Ontario Canada
Posts: 37
Rep Power: 10
chen112p is on a distinguished road
Quote:
Originally Posted by HPE View Post
Hi,

- In Spalart-Allmaras turbulence model, for example, requesting "k" field returns a scalarField with full of zeros alongside a warning to the user: see.
I do get something out of this when running SA-IDDES for some reasons... In a channel simulation, the value of it is pretty high near ground and slowly diminished in the free stream. I am guessing it is somehow related to nuTilda. When I turned nuTilda off (initialize uniform 0 in the field and on all boundaries), I get all 0 value from this scalar created by turbulence->k(). But also it seems changing nuTilda value on the inlet doesn't impact this scalar.
chen112p is offline   Reply With Quote

Old   August 21, 2020, 18:00
Default
  #4
HPE
Senior Member
 
HPE's Avatar
 
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 932
Rep Power: 12
HPE is on a distinguished road
Ah ok, DES: It returns the SGS kinetic energy, see. (IDDES class inherits DES class attributes.)
HPE 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
Derivation of the Temperature Equation Tobi OpenFOAM Programming & Development 21 April 10, 2018 22:15
OpenFOAM zero Equation Turbulence Model shereez234 OpenFOAM Programming & Development 2 November 6, 2016 19:49
Baldwin Lomax - Zero Equation Turbulence Model shereez234 OpenFOAM Programming & Development 6 June 21, 2016 02:13
Some problem of "Qcriterion.mcr& yuyuxuan Tecplot 9 February 12, 2016 03:27
Calculation of the Governing Equations Mihail CFX 7 September 7, 2014 06:27


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