|
[Sponsors] |
August 26, 2009, 10:02 |
two turbulence model in fluent
|
#1 |
New Member
Eric
Join Date: Apr 2009
Posts: 23
Rep Power: 17 |
in fluent we can choose standard ke model and wall function to solve the problem. we also know that low Re ke model is more accurate than the wall function!
my question is can we select different turbulent models in the fluent for different sub_domain? thanks! |
|
August 26, 2009, 20:39 |
|
#2 |
New Member
|
If you are asking a method of applying k-e into one zone and a Low Reynolds ke into another zone, it is possible to do it using UDF's that patch the k-e and momentum equations for the Low rey formulation.
I've seen some papers that add some model functions that change the value of the coefficients and add extra source terms as a function of y_star and Re=k^2/nu*e. But in this case the problem is to override the wall functions that are in-built in Fluent, use DEFINE_WALL_FUNCTION macro. The easiest way is using k-w-sst formulation that takes care of the near wall region better than k-e, doesn't use wall functions. The only precaution is to have a fine mesh near the wall. Look at the Fluent Doc, what Y+ or Y* is recommended. Hope it gives you a better idea on what to do. Regards, Javier |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Discussion: Reason of Turbulence!! | Wen Long | Main CFD Forum | 3 | May 15, 2009 10:52 |
FLuent CAvitation Model requires Turbulence? | CFDtoy | FLUENT | 2 | January 12, 2007 11:27 |
v2-f turbulence model in CFX? | flga | CFX | 14 | November 23, 2006 07:12 |
Turbulence model for turbine blade cooling | CFD Student | FLUENT | 0 | December 20, 2004 09:30 |
Why Turbulence models are not universal. | Senthil | Main CFD Forum | 4 | July 5, 2000 05:34 |