CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

Can Fluent calculate local Nusselt #

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 28, 2003, 13:31
Default Can Fluent calculate local Nusselt #
  #1
Jake Lee
Guest
 
Posts: n/a
I am modeling flow and heat transfer in a microchannel and need to compute the local Nusselt # as a function of axial position. Is there a good way of getting this from Fluent directly? If not, how I can extract the necessary data (local wall and local bulk fluid temperature) and compute it outside Fluent?

Thanks.
  Reply With Quote

Old   March 28, 2003, 15:26
Default Nu number calc'n
  #2
Murali
Guest
 
Posts: n/a
<font face = "courier new">Best way to do is to use a user-defined scalar which will act as a 'storage' for the Nusselt number. Follow this method:

(1) solve your temperature profile with momentum etc.. excluding the user-defined scalar.

(2) Once you have obatined the solution in the first step, you have to write a UDF lopping all the cells u need for calculating nusselt number distribution and the you will be required to many of te macros referred in the UDF manual. You will have to assign this value of local nusselt number to the user-defined scalar. Solve the problem for 'all eqns' including the scalar for 1 iteration.

(3) Now if you plot the UDS u will have Nu distribution.

Note: I have done exactly the same thing in STAR-CD. I am just as familiar with FLUENT 6 tho I have not done it. I am sure this is the way out.

Regards

Murali</font>
  Reply With Quote

Old   March 28, 2003, 15:34
Default Re: Nu number calc'n
  #3
Jake Lee
Guest
 
Posts: n/a
Will try that. Thanks!
  Reply With Quote

Old   March 28, 2003, 20:12
Default Re: Nu number calc'n
  #4
Jake Lee
Guest
 
Posts: n/a
As I am not too familiar with UDS, can someone be kind enough to guide me along? If you have a similar example to show me, that would be awesome

Thanks in advance...
  Reply With Quote

Old   March 30, 2003, 11:35
Default Re: Nu number calc'n
  #5
zahid
Guest
 
Posts: n/a
Fluent 6.0 >Plot>XY Plot>Turblence>Turbulent Kinetic Energy 'effective Prandlt number' can be written along axis function and knowing the 'Reynolds number' can one calculate 'nusselt #'.
  Reply With Quote

Old   March 30, 2003, 16:10
Default Re: Nu number calc'n
  #6
Jake Lee
Guest
 
Posts: n/a
Not sure if this will work as I am mainly modeling laminar flow. Can you explain what you mean by "knowing the 'Reynolds number' can one calculate 'nusselt #'"? Do you mean using a Nusselt # correlation? The flow in my case is mainly thermally developing...
  Reply With Quote

Old   March 31, 2003, 04:36
Default Re: Nu number calc'n
  #7
Volker Pawlik
Guest
 
Posts: n/a
For calculating Nu you need to know the thermal boundary layer thickness. I wonder how Murali did the job? Did you just take the wall nearest Temperarture to calculate the gradient?

Nu is nothing else than charcteristic length L divided by the boundary layer thickness. (Nu=heat-transf-coeff*L/thermal-conduction and heat-transf-coeff= thermal-conduction/thermal-boundary-layer-thickness)

Remember that Nu is just a value which helps and helped to carry out analytic or empirical heat-transfer calculations. For CFD it is a post-processing value with all its perfidities.

  Reply With Quote

Old   April 4, 2003, 04:06
Default Re: Nu number calc'n
  #8
zahid
Guest
 
Posts: n/a
Fluent 6.0 >Plot>XY Plot>Y axis Functions: Wall Fluxes>Surface Nusselt number Is this will work
  Reply With Quote

Old   April 5, 2003, 01:03
Default Re: Nu number calc'n
  #9
Jake Lee
Guest
 
Posts: n/a
this won't work. the surface Nu# obtained this way depends on the reference values you assigned. as i am after the local Nu#, it will be extremly tedious to do it this way...
  Reply With Quote

Old   April 16, 2003, 12:44
Default Re: Nu number calc'n
  #10
Murali
Guest
 
Posts: n/a
<font face = "courier new">Jake:

Refer to page 4.5 in the UDF manual. Example 2 uses DEFINE_ADJUST macro to store the value in a UDS. This is the way I think I would use the UDS to store Nusselt number values:

(1) Just specify to FLUENT that you want one UDS. Run your problem without solving for UDS (dont define any flux just use default) and no define_adjust.

(2) Run your problem with the UDS for 1 iteration. No define_adjust

(3) Hook up define_adjust, do the Nusselt number calculation and store in UDS and do "NOT" solve for UDS in this iteration. DO just 1 iteration only and ensure that you loop on all cells.

My guess is that the second step allots the memory for UDS. The third step assigns the value to UDS. And since u will not solve for the UDS, the value of UDS which was specified in the define_adjust would remain the same even after calculation (iteration).

BTW, this value of Nusselt number you store better a "cell" value and not a face value. This way you can pretty much plot the Nusselt number distribution.

Murali</font>
  Reply With Quote

Old   April 17, 2003, 20:48
Default Re: Nu number calc'n
  #11
Jake Lee
Guest
 
Posts: n/a
Hi Murali,

Thanks, you are a great help !

Jake
  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
Nusselt number calculation in Fluent Sharadkumar Yeri FLUENT 52 May 29, 2019 06:29
How to calculate the mixing time with tracer in fluent Raijin Thunderkeg FLUENT 0 November 16, 2010 03:10
How to calculate Nusselt number SeRGeiSarov Main CFD Forum 4 May 6, 2009 01:57
IcoFoam parallel woes msrinath80 OpenFOAM Running, Solving & CFD 9 July 22, 2007 02:58
how to calculate Nusselt number? prayskyer Main CFD Forum 0 June 17, 2006 20:57


All times are GMT -4. The time now is 04:15.