|
[Sponsors] |
July 2, 2002, 08:12 |
Low Reynolds number k-E Turbulent Model
|
#1 |
Guest
Posts: n/a
|
Hello,
Can any body please help me how to model low reynolds number K-E Turbulent Model in Fluent because the defalt K-E Turbulent Model used by Fluent is not valid for Low raynolds number flow. Thanks for your valuable suggestion |
|
July 2, 2002, 13:37 |
Re: Low Reynolds number k-E Turbulent Model
|
#2 |
Guest
Posts: n/a
|
I am having same question in my mind. Can you just tell me, Re number u are having in your problem.
|
|
July 2, 2002, 18:03 |
Re: Low Reynolds number k-E Turbulent Model
|
#3 |
Guest
Posts: n/a
|
A Low Reynolds number model is a turbulence model that integrates through the viscous sub-layer down to the wall (i.e. the locally low Reynolds number region of the flow). It is still only applicable to high Reynolds number flows where the flow is fully turbulent. It is not a model for solving flows with low global Reynolds number. For that you need a transition model and I don't think that a good universal transition model exists.
|
|
July 3, 2002, 00:37 |
Re: Low Reynolds number k-E Turbulent Model
|
#4 |
Guest
Posts: n/a
|
There is the low Re model in Fluent. Activate it through the text interface at:
/define/models/viscous/turbulence-expert low-re-ke yes Greg |
|
July 3, 2002, 03:45 |
Re: Low Reynolds number k-E Turbulent Model
|
#5 |
Guest
Posts: n/a
|
There are six models available through text command:
define/models/viscous/low-re-ke-index Index: 0...Abid 1...Lam-Bremhorst 2...Launder-Sharma 3...Yang-Shih 4...Abe-Kondoh-Nagano 5...Chang-Hsieh-Chen Fluent uses number 3 as default. |
|
August 9, 2009, 15:30 |
Low Re
|
#6 | |
New Member
Shengyi Wang
Join Date: Mar 2009
Posts: 22
Rep Power: 17 |
Quote:
Very good information. Thank you! But it seems that the range of low Re has never been mentioned in the Fluent mannual. Do you know what range of Re can be classified into low Re in Fluent? Thanks a lot. |
||
February 2, 2010, 12:01 |
|
#7 |
New Member
|
Hi Greg,
I tried several times the text command, but gives me "invalid command". Can you help me? |
|
July 26, 2011, 16:11 |
greg's command
|
#8 |
New Member
blaze
Join Date: Mar 2009
Posts: 11
Rep Power: 17 |
/define/models/viscous/turbulence-expert/low-re-ke yes
there is a "/" between turbulence-expert and low-re-ke yes. this should get u to the command |
|
July 27, 2011, 04:30 |
Thanks
|
#9 |
New Member
|
It works but just for one of the mentioned turbulence models
|
|
December 13, 2011, 06:08 |
|
#10 |
New Member
sona cs
Join Date: Aug 2010
Posts: 8
Rep Power: 16 |
Hi Greg
Really good information.Thanks alot. Is Lai and So model also available in Fluent?... |
|
December 16, 2011, 04:34 |
|
#11 |
Senior Member
Khalid Baker
Join Date: Mar 2009
Location: IRAQ
Posts: 168
Rep Power: 17 |
before you select low RE k-e model from text command you need first to choose standard k-e from the menu define>model> viscus else you cannot see the low RE k-e model in text command.
|
|
December 16, 2011, 09:00 |
|
#12 |
New Member
sona cs
Join Date: Aug 2010
Posts: 8
Rep Power: 16 |
Hi Kbaker
Thanks for your reply. I tried the following command after selecting define/models/viscous/k-epsilon standard, /define/models/viscous/turbulence-expert> low-re-ke Enable the low-Re k-epsilon turbulence model? [yes] yes /define/models/viscous/turbulence-expert> low-re-ke-index but it is not showing the available Low Re models. Hope you can help me. |
|
January 7, 2013, 02:01 |
|
#13 |
Member
samrat himvanth nanduri
Join Date: May 2012
Posts: 30
Rep Power: 14 |
There are six models available through text command:
define/models/viscous/low-re-ke-index Index: 0...Abid 1...Lam-Bremhorst 2...Launder-Sharma 3...Yang-Shih 4...Abe-Kondoh-Nagano 5...Chang-Hsieh-Chen Fluent uses number 3 as default. I was given in one of the posts that the above low re k-e models are available in FLUENT. Can someone pls from where these models came from. WHich book or material describes its significance in FLUENT |
|
December 3, 2013, 12:59 |
|
#14 |
New Member
Filip
Join Date: Jul 2012
Posts: 1
Rep Power: 0 |
Hello everyone. Can anybody point me how to turn on the low-re-ke turbulence model in Fluent 14?
In the text user interface there is no such position in /define/models/viscous/turbulence-expert. If I enter 'help' there is a note that says: "These followed by "*" are currently disabled" and below there is among others low-re-ke followed by "*". How to turn it on? Is it possible? Thanks. |
|
December 21, 2015, 19:05 |
|
#15 |
New Member
Mohamed Refaat
Join Date: Jan 2015
Location: Egypt
Posts: 11
Rep Power: 11 |
I'm trying to improve my simulation using non-linear turbulence models such as the modified k-epsilon model of craft et al. 1996
Please, is there nonlinear turbulence models built in fluent that can be activated using the same manner as low Re model? Thanks in advance |
|
July 12, 2020, 15:31 |
|
#16 |
Member
Join Date: Feb 2020
Posts: 31
Rep Power: 6 |
Hi All
I was trying to implement low-reynolds number in fluent. I was successful in doing so. Just to be sure, I tried o search these models in fluent manual but could not find them. Are the index numbers mentioned in on eof the above posts still same for the latest version of FLUENT? Contrary to what is mentioned in previous posts, the default index which appears in FLUENT is 0, not 3. So I just wanted to assure. |
|
July 13, 2020, 03:07 |
|
#17 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
Code:
typedef enum { ABID = 0, LAM_BREMHORST = 1, LAUNDER_SHARMA = 2, YANG_SHIH = 3, ABE_KONDOH_NAGANO = 4, CHANG_HSIEH_CHEN = 5, PEROT = 6 } Low_Re_Model_Type;
__________________
best regards ****************************** press LIKE if this message was helpful |
|
July 15, 2020, 12:44 |
|
#18 |
Member
Join Date: Feb 2020
Posts: 31
Rep Power: 6 |
Thank you very much Alexander for your response. May I know where did you find the above? Do you type something in the TUI to get this?
|
|
July 16, 2020, 02:23 |
|
#19 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
Code:
your folder...\ANSYS Inc\v192\fluent\fluent19.2.0\src\turbulence
__________________
best regards ****************************** press LIKE if this message was helpful |
|
July 16, 2020, 15:08 |
|
#20 |
Member
Join Date: Feb 2020
Posts: 31
Rep Power: 6 |
Thanks a lot.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Turbulence Model and limitation to Reynolds number | qascapri | FLUENT | 0 | January 24, 2011 11:48 |
SOS Low Reynolds model or Realizable k ε model? | panos_metal | FLUENT | 0 | January 18, 2011 15:05 |
Turbulent Schmidt Number in SST model ? | David | CFX | 0 | December 5, 2005 05:43 |
Low Reynolds number airfoil. | Pablo Cornejo | FLUENT | 14 | October 19, 2005 10:41 |
About low Re number turbulent flows | gorka | Main CFD Forum | 13 | April 2, 2003 06:19 |