|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Join Date: Mar 2009
Posts: 20
Rep Power: 6 ![]() |
Hi all!
I am reading through the wall functions code for OF and comparing it with fluent and I noticed some strange things: 1- For the value E instead of using 9.781 as fluent 9 is used. 2- When OF calculates the epsilon for the wall function uses the following formula: epsilon_[faceCelli] +=Cmu75*pow(k_[faceCelli], 1.5)/(kappa_.value()*RASModel::y_[patchi][facei]); In Fluent the same formula is used but what is bothering me is the faceCelli term. In fluent epsilon_ is calculated at the point (epsilonp), however, in OF the term epsilon_[faceCelli] seems to refer to the value at the wall. Thank you in advance, Xabi |
|
|
|
|
|
|
|
|
#2 |
|
Member
Sven Schweikert
Join Date: Jun 2009
Posts: 38
Rep Power: 6 ![]() |
Hey Xabi
I'm also interested how OF is dealing with the wall functions. So far I'm not really deep in it but about the E thing I found out that they overwriting the E=9 to E=9.8 in the respective turbulence Model with this autoCreateEpsilon (-Nut etc.) function. Cheers, Sven |
|
|
|
|
|
|
|
|
#3 |
|
Member
Sven Winkler
Join Date: May 2009
Posts: 70
Rep Power: 6 ![]() |
Hey Xabi,
I am also interested in OpenFOAM deals with wall functions. In which file did you find the equation epsilon_[faceCelli] +=Cmu75*pow(k_[faceCelli], 1.5)/(kappa_.value()*RASModel::y_[patchi][facei]); you mention in 2.? Thanks a lot! |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Modify, G_k,k and epsilon values on wall functions | Javier Larrondo | FLUENT | 0 | September 15, 2008 21:34 |
| Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug | unoder | OpenFOAM Installation | 11 | January 30, 2008 20:30 |
| Wall functions | tutlhino | OpenFOAM Pre-Processing | 0 | July 2, 2007 05:04 |
| Warning 097- | AB | CD-adapco | 6 | November 15, 2004 04:41 |
| Multicomponent fluid | Andrea | CFX | 2 | October 11, 2004 05:12 |