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

Fluent heat conduction

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 27, 2008, 06:14
Default Fluent heat conduction
  #1
Hatem
Guest
 
Posts: n/a
We have to cool a hot cylindrical piece (500 °C) by impinging a cold spray on a specified zone of the side. Which boundary condtions on temperature or heat flux we need to set. Thanks
  Reply With Quote

Old   November 28, 2008, 01:53
Default Re: Fluent heat conduction
  #2
zongtwi
Guest
 
Posts: n/a
You should specify the power values in W/m3 as an energy source for the hot piece. If the power value is reducing against time, i.e. you are doing a transient analysis of the cooling, then you will need to write a UDF to define the reduction in terms of the energy vs time.

hope that helps.
  Reply With Quote

Old   November 28, 2008, 04:23
Default Re: Fluent heat conduction
  #3
Rogerio Fernandes Brito
Guest
 
Posts: n/a
By the way, how to make a heat conduction simulation with two solids, for example, two cubics together in Fluent?

How to set up the 2D interface region between these 2 solids?
  Reply With Quote

Old   November 28, 2008, 10:00
Default Re: Fluent heat conduction
  #4
chandra manik
Guest
 
Posts: n/a
If you have done spesified the two difference material that connected to each other, FLuent directly apply the new wall between those material, called as " Shadow Shell Wall". If you want to make heat transfer on this, you can simply click this wall and you may spesified the term of heat in this area and the thickness of the shell. But if you want directly simulate the heat transfer without using the Shadow Shell, you have to spesified the temperature of the surface of other material and other material properties like heat conduction and etc. Complete explanation can be found in " How to perform heat transfer using Fluent"

  Reply With Quote

Old   November 28, 2008, 10:25
Default Re: Fluent heat conduction
  #5
Rogerio Fernandes Brito
Guest
 
Posts: n/a
Could you do me a favor in sending me the file.cas and file.dat in Fluent 6? Itīs difficult to understand via forum.

I present my geometry with two 3D regions.

http://rapidshare.de/files/41016418/..._2008.rar.html

or

http://www.4shared.com/file/73524138...8_11_2008.html

Do you know if this UDF below is correct?

/************************************************** ************/ /* */ /* User-Defined Function for Unsteady Heat Flux */ /* */ /* Fluent 6 */ /* */ /* Author: Rogerio Brito */ /* Date: November 2008 */ /* */ /* This function prescribes an varying heat flux */ /* at a boundary condition on the cutting tool. */ /* */ /************************************************** ************/

#include "udf.h"

DEFINE_PROFILE(unsteady_heatflux, thread, position) { real heatflux; face_t f; real t = CURRENT_TIME;

heatflux = (14730207.12946*pow((t),3.36869))/(pow((4.82407),3.36869)+pow((t),3.36869));

begin_f_loop(f, thread) {

F_PROFILE(f, thread, position) = heatflux; } end_f_loop(f, thread) }

where pow((t),3.36869) is equal to:

t**3.36869 like in FORTRAN statement.

Thanks,

  Reply With Quote

Old   November 29, 2008, 10:11
Default Re: Fluent heat conduction attn :Hatem
  #6
uday
Guest
 
Posts: n/a
I don't knw upto what extend you want to simplify your problem

I thought of these as i don't knw the exact problem

a)The spray is of liquid material and the rod does not have internal heat generation. i.e. at sp.temp it is brought to the contact of spray

In this case above you need to model the domain around the rod patch the rod with sp. temp and then model the spray with DPM Model and look the cooling.

  Reply With Quote

Old   December 22, 2008, 06:19
Default Re: Fluent heat conduction attn :Hatem
  #7
hatem ksibi
Guest
 
Posts: n/a
Is it enough to give temperatures of the different sides of the cylinder as a boundary conditions or we need to add a source energy term. in this case which fluent command (instruction) can be used.
  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
Heat conduction solver billy OpenFOAM Running, Solving & CFD 3 November 11, 2008 07:13
heat conduction sean FLUENT 2 May 5, 2006 10:27
Heat Conduction XC FLUENT 2 March 16, 2005 12:22
Conduction Heat Transfer ? Jim Park Main CFD Forum 1 February 14, 2002 10:53
heat conduction in a rod 98.4F Main CFD Forum 4 July 31, 2001 03:37


All times are GMT -4. The time now is 14:52.