|
[Sponsors] |
June 12, 2008, 05:45 |
Heat transfer coefficient in CFX code
|
#1 |
Guest
Posts: n/a
|
Does any one know how to calculate the overall (not local) heat transfer coefficient (or Nusselt number) in CFX code?
Halim |
|
June 25, 2008, 03:24 |
Re: Heat transfer coefficient in CFX code
|
#2 |
Guest
Posts: n/a
|
Easiest way would be areaAve(Heat Transfer Coefficient)@<boundary>. It will give you an area weighted average of the variable
|
|
February 7, 2013, 18:56 |
aveage nusselt number monitoring as a function of time
|
#3 |
New Member
saman
Join Date: Jan 2013
Posts: 9
Rep Power: 13 |
I wrote a code that gives average nusselt number in steady state as a scalar number for a cylinder in cross flow with Induced Vibrations
local nusselt nuL= (Wall Heat Flux *shoa*2[m])/(75 [K]*Thermal Conductivity ) that 75 is Temperature difference average nusselt number nuave=areaAve(nuL)@Pipe1 I think it works for you but I need a way that plot average nusselt number as a function of time like the follow picture Please somebody help me |
|
February 7, 2013, 19:54 |
|
#4 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
Send your variable nuave to a monitor point, then you can see it as the transient simulation progresses on solver manager.
|
|
February 8, 2013, 06:33 |
|
#5 |
New Member
saman
Join Date: Jan 2013
Posts: 9
Rep Power: 13 |
I did exact the same thing, but it gives this error in follow picture. please help me
I have another question. Is shown in the photo. Instead of (2 * shoa) D1 or D2 should I use? |
|
February 8, 2013, 06:42 |
|
#6 |
New Member
saman
Join Date: Jan 2013
Posts: 9
Rep Power: 13 |
this pic is better
|
|
February 8, 2013, 07:00 |
|
#7 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
Looks like the areaAve function can only take CFX variables, not your CEL expression. In that case just do the averaging in the nuL equation.
|
|
February 8, 2013, 08:36 |
|
#8 |
New Member
saman
Join Date: Jan 2013
Posts: 9
Rep Power: 13 |
What do you mean? Please tell me the exact code
also D1 or D2? |
|
February 8, 2013, 11:50 |
|
#9 |
New Member
saman
Join Date: Jan 2013
Posts: 9
Rep Power: 13 |
What do you mean? Please tell me the exact code
also D1 or D2? please help me |
|
February 9, 2013, 06:10 |
|
#10 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
Replace nuL= (Wall Heat Flux *shoa*2[m])/(75 [K]*Thermal Conductivity )
with nuL = areaAve(Wall Heat Flux)@Wall * shoa ..... * areaAve(k)@Wall |
|
February 9, 2013, 07:26 |
|
#11 |
New Member
saman
Join Date: Jan 2013
Posts: 9
Rep Power: 13 |
Thank you very very very much. Error is cleared
|
|
February 9, 2013, 08:57 |
|
#12 |
New Member
saman
Join Date: Jan 2013
Posts: 9
Rep Power: 13 |
What do you think about D1 or D2؟؟؟
|
|
February 10, 2013, 05:20 |
|
#13 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
If you are trying to match a publish result then they should define how they calculated Nu. There is no general rule, you can define it anyway which makes sense to that application.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Heat transfer coefficient - what is waht | Stan | FLUENT | 28 | December 29, 2021 17:29 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
How to calculate Volumetric Mass transfer coefficient using CFX? | tuks_123 | CFX | 2 | July 22, 2010 02:15 |
Concentric tube heat exchanger (Air-Water) | Young | CFX | 5 | October 7, 2008 00:17 |
negative heat transfer coefficient | Sigrid Andreae | CFX | 1 | February 26, 2005 08:13 |