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

Heat flux and Heat transfer coefficient

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 7, 2013, 00:45
Default Heat flux and Heat transfer coefficient
  #1
New Member
 
mahmood
Join Date: Sep 2012
Posts: 14
Rep Power: 13
sakil2k3 is on a distinguished road
In a flat plate (exposed in air) an inward heat flux E = 1000 W/m2 is applied. The same plate also receives a convection heat flux due to the difference between the plate temperature and the external air temperature which is imposed as Te = 20 ◦C. The value of the outdoor convection heat transfer coefficient is he = 10 W/m2 K.

Help me how can I do this in the boundary condition of wall as when constant heat flux is applied i cant take account the convection heat transfer(there is no input for heat transfer coefficient).

Again if convection boundary condition is chosen, there is no input for heat flux?

so how can i give this two condition together?

Last edited by sakil2k3; May 8, 2013 at 00:06.
sakil2k3 is offline   Reply With Quote

Old   May 8, 2013, 00:08
Default
  #2
New Member
 
mahmood
Join Date: Sep 2012
Posts: 14
Rep Power: 13
sakil2k3 is on a distinguished road
Can anyone help me??
sakil2k3 is offline   Reply With Quote

Old   May 8, 2013, 12:12
Default Create a UDF and calculate the overall net flux BC yourself
  #3
New Member
 
Brandon Hathaway
Join Date: Oct 2010
Location: Minneapolis
Posts: 9
Rep Power: 15
Hathaway is on a distinguished road
Send a message via ICQ to Hathaway
In general, you'll only be able to apply one type of boundary condition on a given boundary surface using the default boundary condition options.

This seems like a rather unphysical condition, what are you trying to simulate? Would having the heat generation within the plate itself better represent what you want?

If you are sure you would like to model it in the way you described, you could create a User Defined Function (UDF) with the "Define Profile" UDF macro. You would want to apply this UDF as a defined flux boundary condition. Within the code of the UDF, you can calculate the flux that would result from convection by evaluating the temperature of each surface element and manually calculating the convective flux based on:

q_conv = h * (T - T_ambient)

Then combine the set inward flux you desire to the convective flux value:

q_net = q_inward - q_conv

You then return q_net as the set profile value for the given surface element, which will include the convective loss and the inward heat flux you desire.

Reference the UDF manual and example UDFs for boundary conditions to figure out the exact coding syntax you'll need, but this general approach will do what you described (if that is what you truly desire to model!)
Hathaway is offline   Reply With Quote

Old   May 9, 2013, 21:42
Default
  #4
New Member
 
mahmood
Join Date: Sep 2012
Posts: 14
Rep Power: 13
sakil2k3 is on a distinguished road
Thank you very much. I will try you suggestion.
sakil2k3 is offline   Reply With Quote

Old   July 5, 2015, 15:07
Default
  #5
New Member
 
Jharkhand
Join Date: Jul 2015
Posts: 5
Rep Power: 10
ravi1005 is on a distinguished road
u right above program any one???
ravi1005 is offline   Reply With Quote

Reply

Tags
convection, heat fluxes


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
Radiation interface hinca CFX 15 January 26, 2014 17:11
An error has occurred in cfx5solve: volo87 CFX 5 June 14, 2013 17:44
Error finding variable "THERMX" sunilpatil CFX 8 April 26, 2013 07:00
Convective Heat Transfer - Heat Exchanger Mark CFX 6 November 15, 2004 15:55


All times are GMT -4. The time now is 11:56.