|
[Sponsors] |
May 7, 2013, 01:45 |
Heat flux and Heat transfer coefficient
|
#1 |
New Member
mahmood
Join Date: Sep 2012
Posts: 14
Rep Power: 14 |
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 01:06. |
|
May 8, 2013, 01:08 |
|
#2 |
New Member
mahmood
Join Date: Sep 2012
Posts: 14
Rep Power: 14 |
Can anyone help me??
|
|
May 8, 2013, 13:12 |
Create a UDF and calculate the overall net flux BC yourself
|
#3 |
New Member
|
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!) |
|
May 9, 2013, 22:42 |
|
#4 |
New Member
mahmood
Join Date: Sep 2012
Posts: 14
Rep Power: 14 |
Thank you very much. I will try you suggestion.
|
|
July 5, 2015, 16:07 |
|
#5 |
New Member
Jharkhand
Join Date: Jul 2015
Posts: 5
Rep Power: 11 |
u right above program any one???
|
|
Tags |
convection, heat fluxes |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
An error has occurred in cfx5solve: | volo87 | CFX | 5 | June 14, 2013 18:44 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |
Convective Heat Transfer - Heat Exchanger | Mark | CFX | 6 | November 15, 2004 16:55 |