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

code for computing omega

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By anishtain4

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 7, 2016, 10:06
Default code for computing omega
  #1
Member
 
annn
Join Date: Jun 2016
Posts: 40
Rep Power: 9
cleoo is on a distinguished road
Hey,
Does anyone where I can find implementation for solving for omega for the kOmegaSST compressible turbulence model?

because all I see is this and its in kOmegaSST.H file,
Code:
virtual tmp<volScalarField> omega() const {return omega_;}
cleoo is offline   Reply With Quote

Old   September 8, 2016, 14:18
Default
  #2
Senior Member
 
Mahdi Hosseinali
Join Date: Apr 2009
Location: NB, Canada
Posts: 273
Rep Power: 18
anishtain4 is on a distinguished road
kOmegaSST is derived from kOmegaSSTBase.

You are looking at the H file which is only definition and you are seeing the return function. To figure out how omega is being solved you should follow omega_ in the C file. and that gets you to line 426 of kOmegaSSTBase.C where the differential equation of omega is solved:
http://www.openfoam.com/documentatio...55_source.html
cleoo likes this.
anishtain4 is offline   Reply With Quote

Old   September 8, 2016, 17:22
Smile
  #3
Member
 
annn
Join Date: Jun 2016
Posts: 40
Rep Power: 9
cleoo is on a distinguished road
great thank you!
cleoo is offline   Reply With Quote

Reply

Tags
programming, turbulent dissipation


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
Behaviour of the kOmegaSST in a steady-state case Max1234 OpenFOAM Running, Solving & CFD 18 October 31, 2018 08:03
Floating point exception error lpz_michele OpenFOAM Running, Solving & CFD 53 October 19, 2015 02:50
The FOAM Documentation Project - SHUT-DOWN holger_marschall OpenFOAM 242 March 7, 2013 12:30
Small 3-D code Zdravko Stojanovic Main CFD Forum 2 July 19, 2010 10:11


All times are GMT -4. The time now is 01:18.