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

Turbulent frequency equation for compressible kOmegaSST turbulence model

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By jherb

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 31, 2013, 10:36
Default Turbulent frequency equation for compressible kOmegaSST turbulence model
  #1
New Member
 
Bojan Sekutkovski
Join Date: Oct 2012
Posts: 19
Rep Power: 13
Bojan is on a distinguished road
Hi everybody,

I have one question that concerns turbulent frequency equation in compressible kOmegaSST equation (I mean "omega equation")...
There is the definition of SuSP term in Programmers Guide: SuSp(rho,phi) = rho*phi

In turbulent frequency equation:

fvm::SuSp
(
rho_*(F1 - scalar(1))*CDkOmega/omega_,
omega_
)

which (by the programmers guide) means: (rho_*(F1 - scalar(1))*CDkOmega/omega_)*omega_

My question:

Why don't we simply write: rho_*(F1 - scalar(1))*CDkOmega ?


Regards!
Bojan is offline   Reply With Quote

Old   September 6, 2013, 06:45
Default
  #2
Senior Member
 
Joachim Herb
Join Date: Sep 2010
Posts: 650
Rep Power: 21
jherb is on a distinguished road
I guess this is part of the numeric magic of OpenFOAM:
fvm::SuSp can be used to either add a source term explicitly or implicitly to an equation depending on the sign of the factor. This can improve the stability by increasing the diagonal dominance of the matrix.

See for example here: http://www.foamcfd.org/Nabla/guides/...x14-410002.4.9
Bojan likes this.
jherb is offline   Reply With Quote

Reply

Tags
compressible komegasst, komegasst, omega, omega equation


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
Wrong calculation of nut in the kOmegaSST turbulence model FelixL OpenFOAM Bugs 27 March 27, 2012 09:02
error message cuteapathy CFX 14 March 20, 2012 06:45
Zero equation turbulence model gives better result?? Sanyo CFX 10 June 26, 2011 10:58
Low Reynolds k-epsilon model YJZ ANSYS 1 August 20, 2010 13:57
Constant velocity of the material Sas CFX 15 July 13, 2010 08:56


All times are GMT -4. The time now is 12:37.