Heat transfer chapter 3
Heat transfer chapter 3
Samuel G/mariam
March 2025
TOPICS
• Alternative Approaches
• The Method of Separation of Variables
• The Conduction Shape Factor and the Dimensionless
Conduction Heat Rate
• Finite-Difference Equations
• Solving the Finite-Difference Equations
Alternative Alternative Approaches to 2D Conduction
Approach
• Recall that, in any conduction analysis, there exist two major objectives. The 1st to
determine the temperature distribution T(x, y) and achieved by solving the appropriate
form of the heat equation. And the 2nd objective is to determine the heat flux components
and achieved by applying the rate equations.
• For two-dimensional, steady-state conditions with no heat generation and constant
thermal conductivity, this form is,
…..Equation 3.1
Two-dimensional conduction.
• Methods for solving Equation 3.1 the heat diffusion equation, include the use of
analytical, graphical, and numerical (finite-difference, finite-element or boundary-
element) approaches.
• In contrast to the analytical methods, which provide exact results at any point, graphical
and numerical methods can provide only approximate results at discrete points
The Method of Separation of Variables
………Equ. 3.2
………Equ. 3.3
Since the equation is second order in both x and y, two boundary conditions are needed for
each of the coordinates. They are:
• Note that, through the transformation of θ, three of the four boundary conditions are now
homogeneous and the value of θ is restricted to the range from 0 to 1.
• We now apply the separation of variables technique by assuming that the desired
solution can be expressed as the product of two functions, one of which depends only on
x while the other depends only on y.
• That is, we assume the existence of a solution of the form
………Equ. 3.4
Substituting into Equation 3.3 and dividing by XY, we obtain
………Equ. 3.5
and it is evident that the differential equation is, in fact, separable. That is, the left-hand side
of the equation depends only on x and the right-hand side depends only on y.
• Hence the equality can apply in general (for any x or y) only if both sides are equal to the
same constant. Identifying this, as yet unknown, separation constant as , we then have
………Equ. 3.6 and the partial differential equation has been reduced to
two ordinary differential equations. Note that the
designation of λ2 as a positive constant was not
………Equ. 3.7 arbitrary.
• which may only be satisfied if C3 = - C4. Although the requirement could also be satisfied by
having C2 = 0, this would result in θ (x, y) = 0, which does not satisfy the boundary condition θ
(x, W) = 1. If we now invoke the requirement that θ (L, y) = 0, we obtain
• The only way in which this condition may be satisfied (and still have a nonzero solution) is by
requiring that λ assume discrete values for which sin λL = 0. These values must then be of the
form
………Equ. 3.9 the desired solution may now be expressed as
where the integer n=0 is precluded, since it implies ϴ (x, y)=0. The desired solution may now be
expressed as
………Equ. 3.10
• Combining constants and acknowledging that the new constant may depend on n, we obtain
where we have also used the fact that (eny/L – e-ny/L) = 2 sinh(ny/L).
• In this form we have really obtained an infinite number of solutions that satisfy the differential
equation and boundary conditions.
• However, since the problem is linear, a more general solution may be obtained from a superposition of
the form
………Equ. 3.11
• To determine Cn we now apply the remaining boundary condition, which is of the form
………Equ. 3.12
The Conduction Shape Factor and the Dimensionless Conduction Heat Rate
• In general, finding analytical solutions to the two- or three-dimensional heat equation is
time-consuming and, in many cases, not possible.
Where:
∆T1-2 is the temperature difference between boundaries.
• It also follows that a two-dimensional conduction resistance may be expressed as
• at locations removed from the object. For these infinite medium cases, useful results
may be obtained by defining a characteristic length
Where:
As:- is the surface area of the object. Conduction heat transfer rates from the
object to the infinite medium may then be reported in terms of a dimensionless
conduction heat rate
From Table 4.1, it is evident that the values of q*ss, which have been obtained analytically
and numerically, are similar for a wide range of geometrical configurations. As a
consequence of this similarity, values of q*ss may be estimated for configurations that are
similar to those for which q*ss is known.
Example 1: Conduction Shape Factor
A long cylindrical pipe with a diameter of 10 cm is buried horizontally 1 m below the ground surface. The
pipe carries a hot fluid, maintaining its outer surface at 80°C, while the ground surface is at 10°C. The
thermal conductivity of the soil is k = 1.5 W/m*k. Calculate the heat loss per unit length of the pipe using
the conduction shape factor.
Step-by-Step Solution:
Identify the Geometry:
Buried horizontal pipe (cylinder) in a semi-infinite medium (soil).
Diameter D =10 cm =0.1 m
Depth z =1 m
Find the Shape Factor (S) for a Buried Horizontal Pipe:
The shape factor for this configuration is given by: S=
For unit length (L = 1 m), this simplifies to: S =
• The first step in any numerical analysis must therefore be to select these points.
• Referring to the figure mentioned below, this may be done by subdividing the medium of interest
into a number of small regions and assigning to each a reference point that is at its center.
• The reference point is frequently termed a nodal point (or simply a node), and the aggregate of
points is termed a nodal network, grid, or mesh.
• The nodal points are designated by a numbering scheme that, for a two-dimensional system.
• The x and y locations are designated by the m and n indices, respectively.
• Each node represents a certain region, and its temperature is a measure of the average temperature
of the region.
• The numerical accuracy of the calculations depends strongly on the number of designated nodal
points.
Substituting the above two equations in to the second derivative equations, we obtain
• For two-dimensional conditions, energy exchange is influenced by conduction between (m, n) and
its four adjoining nodes, as well as by generation.
where i refers to the neighboring nodes, q(i) →(m, n) is the conduction rate between nodes, and unit depth
is assumed.
Where:
- i refers to the neighboring nodes,
- q(i)→(m, n) is the conduction rate between nodes,
• The quantity (∆y * 1) is the heat transfer area, and the term (Tm–1,n - Tm,n)/∆x is the finite
difference approximation to the temperature gradient at the boundary between the two
nodes.
• The remaining conduction rates may be expressed as
• Note that, in evaluating each conduction rate, we have subtracted the temperature of the (m, n)
node from the temperature of its adjoining node.
• This convention is necessitated by the assumption of heat flow into (m, n).
• Substituting the above equations in to energy balance equation and we come up with
Solving the Finite-Difference
Equations
• Once the nodal network has been established and an appropriate finite-difference
equation has been written for each node, the temperature distribution may be
determined.
• The problem reduces to one of solving a system of linear, algebraic equations.
Formulation as a Matrix Equation
• Consider a system of N finite-difference equations corresponding to N unknown
temperatures.
• Identifying the nodes by a single integer subscript, rather than by the double subscript (m,
n), the procedure for performing a matrix inversion begins by expressing the equations as
• where the quantities a11, a12, . . . , C1, . . . are known coefficients and constants involving
quantities such as ∆x, k, h, and T.
Using matrix notation, these equations may be expressed as
• Numerous mathematical methods are available for solving systems of linear, algebraic equations,
and many computational software programs have the built-in capability to solve the above matrix
for the solution vector [T].
Example 3
Steady-state temperatures (K) at three nodal points of a long rectangular rod are as
shown. The rod experiences a uniform volumetric generation rate of 5= 10e7 W/m3 and
has a thermal conductivity of 20 W/m*K. Two of its sides are maintained at a constant
temperature of 300 K, while the others are insulated.
End