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

Sequence diagram wallfuntions

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 22, 2014, 04:03
Default Sequence diagram wallfuntions
  #1
New Member
 
Julian Hüttner
Join Date: Nov 2013
Location: Karlsruhe, Germany
Posts: 22
Rep Power: 12
juhuettn is on a distinguished road
Hello all,

I am trying to program a new wallfunction which is interacting with the kEpsilon model. Depending on values calculated in my wallfunction, the turbulence model needs to choose between two functions for calculating Epsilon and return it to the wallfunction.
I am looking now for a Sequence Diagram or something similar to understand the correct timeline interaction between the wallfunction and the turbulence model, can anyone help?

Thanks very much,
Julian
juhuettn is offline   Reply With Quote

Old   October 30, 2014, 07:32
Default
  #2
Senior Member
 
Joachim Herb
Join Date: Sep 2010
Posts: 650
Rep Power: 21
jherb is on a distinguished road
I am not really sure, but I think it is done this way:
The values for the wall are calculated in the in wall boundary condition, e.g. in nutWallFunctionFvPatchScalarField.C in updateCoeffs(). Then in the turbulence model, e.g. kOmegaSST.C, in correct() this function is somehow called (there is e.g. a call to omega_.boundaryField().updateCoeffs() and the values used for the equations (k and omega).

Hope this helps (and is not much too late).
jherb 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
Question on the sequence of grad(U) components ripperjack OpenFOAM Post-Processing 1 September 18, 2018 12:19
Propagation of errors on the Enthalpy diagram dmaz Main CFD Forum 0 March 13, 2013 03:41
Loading Animation Sequence in FLUENT Produces Blank Screen SeanQuallen FLUENT 0 February 17, 2012 09:56
Software to build avi from a sequence of images hsieh OpenFOAM Post-Processing 2 January 18, 2008 22:12


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