Boundary conditions for convective heat and mass transfer + wall Temperature

AI Thread Summary
The discussion revolves around applying finite difference methods to model heat transfer in a fluid-filled pipe with specific boundary conditions. The main question is about the appropriate temperature value to use at the boundary, particularly at x = x1, where the wall temperature (Tw) is located. It is clarified that the temperature T should represent the bulk fluid temperature adjacent to the wall, not the wall temperature itself. The conversation also emphasizes the need to combine the boundary condition with the transient differential equation to eliminate fictitious temperature values. Ultimately, the bulk temperature (Tb) is defined as the temperature of the fluid outside the thermal boundary layer at the wall.
maistral
Messages
235
Reaction score
17
I am operating via finite differences.

Say for example, I have this pipe that contains a fluid. I have the boundary condition at x = x1:
deriv.png

k is the effective thermal conductivity of the fluid, T is the temperature of the fluid at any point x, hw is the wall heat transfer coefficient, and Tw is the temperature at the wall.

I know how to 'plug in' such boundary conditions in finite difference formulations. My question is which value of T do I use? Is it T at x = x1? But isn't that Tw already, since x1 is the wall?

I keep on seeing that T here is supposed to be the bulk temperature. The problem is since I'm doing this by finite difference, the temperature of the fluid is not constant along the spatial dimension. In this case, which point to use exactly? Is it the point at the fluid beside the wall point?

Or is it that at the 'wall point', there are 'two operating temperatures' - the 'wall temperature' and the 'bulk fluid temperature' at the wall?

Any help is appreciated. Thank you!
 
Last edited:
Engineering news on Phys.org
EDITED; Additional info:

The first equation written below is the boundary condition I lifted directly from a book. If I express the boundary condition in terms of finite differences, I write it as the second equation, am I correct?

1574704848241.png


But if I do write it as the second equation, isn't T(r) just equal to Tw(r), since this boundary condition is applied at the wall? Or am I missing something here?

Or Tw(r) is indeed, the temperature at the wall (r = d/2)? If then, what is T in the RHS of the equation, and at which value of r do I evaluate it? Certainly it should not be r = d/2 since it would just cancel out?
 
Last edited:
This graphic should sum up my rather, annoying problem that makes me look like someone who wants to constipate. Please help.
reactor help!.png
 
You are aware that Tb is supposed to be the exterior imposed temperature of the surrounding medium, outside the thermal boundary layer at the wall. It has nothing to do with the wall temperature. I assume you are solving a transient problem, correct? Your boundary condition equation should read: $$-\lambda\frac{(T_5-T_3)}{2\Delta x}=h_w(T_b-T_4)$$This should be combined with your transient differential equation at point 4 to eliminate ##T_5##.
 
Allow me to reinforce my understanding.

In your equation, this means Tb is the bulk temperature at the right side (outside) of the wall, yes?
 
maistral said:
Allow me to reinforce my understanding.

In your equation, this means Tb is the bulk temperature at the right side (outside) of the wall, yes?
Yes. Of course, T5 is a fictitious temperature that gets eliminated by combining with the discretized transient energy balance equation at point 4.
 
Last edited:
Back
Top