Heat Transfer/Conduction

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Conduction

The Conduction Equation[edit | edit source]

By using Fourier's Law to perform a heat balance in three dimensions, the following equation can be derived relating the temperature in the system at a given point to the cartesian-coordinates of that point and the time elapsed:


The derivation assumes there is no heat generation (which is a function of x, y, z and t and must be added if present) and that the material properties don't change with time or temperature (in this case they must be incorporated into the derivatives).

Steady-state conduction[edit | edit source]

We have steady-state conduction when none of the terms of the Fourier's law depends on time; so, it is obtained:

The Plane Wall[edit | edit source]

Heat transfer through a wall is a one dimensional conduction problem where temperature is a function of the distance from one of the wall surfaces. It is assumed that the rest of the surfaces of the walls are at a constant temperature. Heat transfer from the surfaces of the wall takes place through convection by the surrounding air, which causes them to have steady state temperatures of and on their surfaces. Let us assume that the fluid on the side of the wall with temperature is at and has a heat transfer coefficient , and that on the side of the wall with temperature is at with heat transfer coefficient , and that . The assumption implies that . Since the wall does not store any heat energy, all the heat from the hotter surface is conducted to the cooler surface. Conservation of energy dictates that

for a body which generates no heat nor stores any heat, because in such a case temperature only varies with position, not with time. Applying the same to the 1-D case with the direction of the x-axis normal to the wall surface, we get

On solving and putting the appropriate boundary conditions, (At x=0, and at x=s, ) we get a linear variation for T within the wall thickness .

It is evident from the equation that the temperature profile within the wall varies linearly with the distance from the surfaces. Since we have the temperature variation, the conduction rate can be calculated from Fourier's Law.

It can be seen from the above equation that the heat flux is independent of x and are constants. This example shows the standard method of solving a conduction problem. First, the temperature profile within the body is found using the equation for conservation of energy and the temperature equation is used to solve for the heat flux by plugging it into the Fourier's Law equation.

In general, we would like to have a material with very low conductivity which is able to withstand great temperatures to build furnaces. In practice, we find that high temperature materials have relatively high thermal conductivity. Thus, furnaces are constructed from several layers, each of a different material. We can use the thermal breakdown temperatures of each material to find the optimum thickness so that the heat loss is minimal. It is easy to see that each material should receive heat at its thermal breakdown temperature and reject heat at the thermal breakdown temperature of the adjacent material.

A hollow cylinder[edit | edit source]

Let us use the same assumptions as used for the plane wall, except this time analyze what happens when we have heat transfer through an infinitely long hollow cylinder. The cylinder has inner radius R1 and outer radius R2. Under the assumption that the inner temperature remains constant at T1 and outer temperature at T2, the Laplace equation still holds true:

This time, however, since we are in a cylindrical geometry, it makes most sense to use cylindrical coordinates to expand the Laplacian into the following:

Since the cylinder is infinitely long and symmetric, the partials with respect to z and θ are zero so the equation reduces to:

when there is heat generation the above equation is valid,when there is no heat generation q becomes zero. Solving this equation with the boundary conditions that T(R1) = T1 and T(R2)=T2 shows us that:

Substituting this into Fourier's law for conduction gives us:

Notice that, unlike was the case with the flat slab, the heat flux is not independent of radius for a cylinder, which has important implications when designing a cylindrical heat exchanger, for example.

Now let us express this in terms of a heat flux per unit length, so that we know how to use this as an approximation for cylinders that are not infinitely long. We have the cross-sectional area of the cylinder is , so:

Thus the heat transferred per unit length is closely related to the logarithms of the radii.

Multi-layer conduction and electro-thermal analogy[edit | edit source]

Often, conduction takes place not through a single plane wall or a single cylinder, but through multiple plane layers or through coaxial cylinders. For example, the walls of modern houses are composed by several layers for increasing their insulation: so, we can find the following stratification, from internal towards external face:

(1) internal painting

(2) plaster

(3) bricks, e.g. porotherm type

(4) a thermal insulator, such as polysthirene

(5) a hollow space (air is a good insulator)

(6) again bricks, plaster and painting

So, we have 8 layers, and the solution of the equation

becomes more complex, because there are more boundary conditions to be respected. A simplified way for solving the problem is the electro-thermal analogy: if we observe both the expression of for plane wall and for hollow cylinder, we note that they can be written as:

where (or , as one prefers), depend on the geometry and contain the conductivity . This formula is analogue to Ohm's law:

So, the thermal problem of conduction can be modeled with thermal resistances (or thermal conductance, if one prefers ): each thermal resistance is an object which is kept at different temperatures on its nodes, so heat passes through it; in the same way, if we apply a difference of voltage to an electrical resistance, current passes through it. This analogy is useful because it allows to model a multi-layer problem as a scheme of resistances connected in series. In fact, if electrical resistance A is connected in series with B, the end node of A is at the same voltage of the start node of B; if thermal resistance A (a layer of the wall) is connected in series (is adjacent) to the thermal resistance B (the other layer), on the common node (the interface) it cannot be a thermal gradient. For the i-th plane wall:

where is the area of the wall. So we have:

For coaxial hollow cylinders (e.g. insulated pipes), we can use the same formula, but resistance is given by:

Flux Plots[edit | edit source]

Finite Difference Method[edit | edit source]

The finite difference method attempts to solve a differential equation by estimating the differential terms with algebraic expressions. The method works best for simple geometries which can be broken into rectangles (in cartesian coordinates), cylinders (in cylindrical coordinates), or spheres (in spherical coordinates). Otherwise, the finite element method should be used. If the finite difference method can be used, it is considerably easier to implement than the finite element method, at the cost of some accuracy.

The simplest estimate for first-order differentials,

It can be shown that the error caused by using this approximation is roughly proportional to .

To estimate a second derivative, it is treated as the derivative of the first derivative, and the approximation above is applied twice in succession:

It is evident that three points are necessary to estimate a second derivative, whereas only two are necessary to estimate a first-order derivative. This particular method can also be shown to be second-order with .

Finite element method[edit | edit source]

Transient Conduction[edit | edit source]

In problems of transient conduction, the complete Fourier's equation must be solved

The solution of this equation is more difficult than steady-state equation, but it's possible in simple cases. Otherwise, numerical methods should be used.

The plane wall[edit | edit source]

The sun heating the earth is an example of radiant heat transfer. The sun warms the earth without warming the space between the sun and the earth.

The hollow cylinder[edit | edit source]

Lumped Capacitance Method[edit | edit source]

Finite Difference Method[edit | edit source]

finite difference method is used to find for odd shaped bodies