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

understanding how turbulence models are called

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 21, 2012, 09:22
Question understanding how turbulence models are called
  #1
Senior Member
 
romant's Avatar
 
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 20
romant is on a distinguished road
I have a simple question on how a turbulence model is called from the main code.

For example in the main code usually the UEqn.H file, a line like
Code:
turbulence->divDevReff(U)
appears. I can now take a look at a turbulence model and see, yes, there is a function divDevReff, which calculates the div(R). However, this function then needs only nuEff() from the turbulence model, which is just a function getting the private class variable nut_ plus nu() which comes from the transport model. At no point the actual member function RASModel.correct() is called.

This leaves me a little bit puzzled , I though that at some point this function should be called, since it solves the turbulence related equation for example k and epsilon. Therefore, how and when is the correct() function called?
__________________
~roman
romant 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
Discussion: Reason of Turbulence!! Wen Long Main CFD Forum 3 May 15, 2009 09:52
Additional turbulence models for FLUENT Travis FLUENT 0 December 19, 2008 11:58
Y+ ranges for Turbulence models han toss Main CFD Forum 2 October 16, 2005 04:07
Good basic book on turbulence models Jon Castro Main CFD Forum 4 April 24, 2002 07:23


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