Heat Transfer - Conduction/Convection Question - Which area?

Click For Summary
The discussion revolves around a heat transfer problem involving conduction and convection, where the user is trying to determine the correct dimensions for calculating thermal resistance. They have calculated the temperature difference and the convective area but are uncertain about the assumption of a unit length into the page. A response clarifies that only the two faces perpendicular to heat conduction should be considered for the heat transfer area, not the entire surface area of the box. This approach simplifies the calculations and aligns with the expectations of the problem. The conversation emphasizes the importance of correctly identifying the relevant areas in thermal resistance equations.
Sirsh
Messages
262
Reaction score
10

Homework Statement


Q2.jpg

Q2a.jpg

Its been assumed that the surfaces TL and TR of the same constant temperature.

Homework Equations


Tmax = TL/R + (qdoto*L2)/(8*k)

q = ΔT/R

Rconvection = 1/hA

The Attempt at a Solution


The problem I am having with this question is conceptualising which dimensions to use (I have no solutions to this question but I am trying to see what is realistic or not).

For part a, I have done the following:
Assuming - L = 0.01m, h = 0.25m and w (depth into page) = unit length of 1.

TL/R = Tsurface = 200°C - ((0.8*106)*(0.01)2)/(8*1) = 190°C

From a thermal network, I know that the temperature difference between the plate and the convective fluid is:
ΔT = Tsurface - Tfluid = 190°C - 90°C = 100°C

Here is my problem, assuming that my associations for the geometry are correct, the convective area (for the thermal resistance equation) should be:
A = p*L + 2*(h*w), where p = perimeter.
Hence, A = 2*(0.25 + 1)*0.01 +2*(0.025*1) = 0.525 m2

And the heat generated, q = V*qdoto = (0.01*0.25*1)*(0.8*106) = 2,000 W

Hence, from the thermal resistance equation qo = ΔT/R = ΔT/(1/hA) ⇒ h = qo / (ΔT*A). h = (2000)/(100*0.525) = 38.1 W/m2K

This seems reasonable for a fluid such as oil, but begs the question whether assuming a unit length into the page is the correct thing to do in this case (where only two dimensions are given)?

Any help would be appreciated!
 
Last edited:
Physics news on Phys.org
You were expected to neglect the heat transfer around the perimeter of the element, and include only the heat transfer on the larger faces. Certainly, your first relevant equation does this. Then the length in question would cancel.
 
Chestermiller said:
You were expected to neglect the heat transfer around the perimeter of the element, and include only the heat transfer on the larger faces. Certainly, your first relevant equation does this. Then the length in question would cancel.
Hi Chester, thanks for your reply.

Do you mean that the heat transfer area should only be the two faces that are perpendicular to the heat conduction in Figure a, i.e. what were used to derive the Tmax equation, and not the entire surface area of the box? I'm not sure I follow what you mean.
 
Sirsh said:
Hi Chester, thanks for your reply.

Do you mean that the heat transfer area should only be the two faces that are perpendicular to the heat conduction in Figure a, i.e. what were used to derive the Tmax equation, and not the entire surface area of the box? I'm not sure I follow what you mean.
Yes. That's exactly what I mean.
 
Greetings to all, I am writing with a question regarding graph generation in LTSpice. I am using LTSpice XVII and am trying to plot AM-AM and AM-PM characterization for a power amplifier, but I haven't been successful yet, likely due to my lack of practice with this specific analysis. I have been using a square wave input at 8.2 MHz as the voltage waveform for my power amplifier. It is said that for a switching amplifier like Class-D, the AM-AM / AM-PM (amplitude-to-amplitude and...
Thread 'How do I determine the resistance for RLC low pass filter?'
Hi, I am trying to build a RLC low pass filter that atenuates the frequency below 4500 Hz. However, I have encountered some problem when choosing the correct R to work with. Here is the Circuit Here is the original sound. Here is my code in Matlab function Vout = myFilterCircuit(Vin,h) n_V = length(Vin); f_7 = 4470;; % Undesired frequency h_7 = h; % delta time % These are for the constant and initialization of the variables t_7 = 0:h_7:(n_V-1)*h_7; % This is the independent variable...