karan87
Mechanical
- Nov 3, 2011
- 4
I am trying to calculate the inner surface temperature of a pipe in which a heating element is used to heat up natural gas. There is convective heat transfer from the element to natural gas and also radiation heat transfer from element to the pipe. I am given the temperature of the gas at which it is heated and also the element's temperature.
Qrad = e*σ*(Area of the element)*(Telement^4 - T_pipe^4)
Qconv = h*(Area of the pipe)*(T_pipe - Tgas)
I have 2 equations and 3 unknowns (Qrad, Qconv and T_pipe). How can I solve this? I am sure I need to use iterations.
Qrad = e*σ*(Area of the element)*(Telement^4 - T_pipe^4)
Qconv = h*(Area of the pipe)*(T_pipe - Tgas)
I have 2 equations and 3 unknowns (Qrad, Qconv and T_pipe). How can I solve this? I am sure I need to use iterations.