Fiveable

🦫Intro to Chemical Engineering Unit 6 Review

QR code for Intro to Chemical Engineering practice questions

6.2 Conduction

6.2 Conduction

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🦫Intro to Chemical Engineering
Unit & Topic Study Guides

Heat conduction describes how thermal energy moves through materials due to temperature differences. Understanding it is essential for designing anything that involves heating, cooling, or insulation, from reactor walls to heat exchangers.

This section covers thermal conductivity as a material property, Fourier's Law for calculating heat transfer rates, how geometry changes the math, and how to handle composite (layered) systems using thermal resistance.

Thermal Conductivity and Heat Conduction

Definition and Properties of Thermal Conductivity

Thermal conductivity (kk) measures how easily a material conducts heat, with units of W/(m·K). A high kk means heat passes through readily; a low kk means the material resists heat flow.

To get a sense of scale: copper has a thermal conductivity around 400 W/(m·K), while wood sits near 0.1–0.2 W/(m·K). That's why a metal spoon in hot soup burns your hand but a wooden one doesn't.

Three factors control a material's thermal conductivity:

  • Composition: Pure metals generally conduct heat much better than alloys or non-metals, because free electrons carry thermal energy efficiently.
  • Microstructure: Crystalline materials tend to have higher kk than amorphous (glassy) materials, since ordered lattice structures transmit vibrations more effectively.
  • Temperature: Depending on the material, kk can increase or decrease with temperature. For most metals, kk decreases slightly as temperature rises. For many insulators, it increases.

Role of Thermal Conductivity in Heat Conduction

When a temperature gradient exists across a material, kk directly determines how fast heat flows through it. Higher kk produces faster heat transfer and a more uniform temperature profile. Lower kk produces slower heat transfer and steeper temperature gradients.

This is why material selection matters so much in engineering. You pick high-kk materials (metals) for heat exchangers where you want rapid heat transfer, and low-kk materials (foams, fiberglass) for insulation where you want to block it.

Fourier's Law for Heat Transfer

One-Dimensional Steady-State Heat Conduction

Fourier's Law is the fundamental equation for conduction. It states that the heat transfer rate through a material is proportional to the negative temperature gradient and the cross-sectional area perpendicular to heat flow:

q=kAdTdxq = -kA\frac{dT}{dx}

where:

  • qq = heat transfer rate (W)
  • kk = thermal conductivity (W/(m·K))
  • AA = cross-sectional area perpendicular to heat flow (m²)
  • dTdx\frac{dT}{dx} = temperature gradient in the direction of heat flow (K/m)

The negative sign is there because heat flows from hot to cold. Temperature decreases in the direction of heat flow, making dTdx\frac{dT}{dx} negative, so the negative sign ensures qq comes out positive in the direction heat actually moves.

Under steady-state conditions (temperatures not changing with time), the temperature profile through a flat slab is linear, meaning dTdx\frac{dT}{dx} is constant. This simplifies the equation to:

q=kA(T1T2)Lq = \frac{kA(T_1 - T_2)}{L}

where LL is the material thickness and T1>T2T_1 > T_2.

Applying Fourier's Law

Here's a step-by-step approach:

  1. Identify the geometry and confirm steady-state conditions.
  2. Determine kk, AA, the thickness LL, and the boundary temperatures.
  3. Calculate the temperature gradient: dTdx=ΔTL\frac{dT}{dx} = \frac{\Delta T}{L}.
  4. Plug into Fourier's Law and solve for qq.

Example: Find the heat transfer rate through a wall that is 2 m × 1 m, 0.2 m thick, with k=0.5k = 0.5 W/(m·K) and a temperature difference of 20 K across it.

  • A=2×1=2A = 2 \times 1 = 2 m², L=0.2L = 0.2 m, k=0.5k = 0.5 W/(m·K), ΔT=20\Delta T = 20 K
  • q=kAΔTL=(0.5)(2)(20)0.2=100q = \frac{kA \Delta T}{L} = \frac{(0.5)(2)(20)}{0.2} = 100 W

The magnitude is 100 W. (If you use the full q=kAdTdxq = -kA\frac{dT}{dx} form and define xx from hot to cold, the gradient is negative and the two negatives cancel, giving a positive result in the direction of heat flow.)

Conduction in Different Geometries

Planar (Cartesian) Geometry

Planar geometry covers heat conduction through flat surfaces like walls, windows, and plates. The temperature gradient is perpendicular to the surface, and you use the standard form of Fourier's Law.

Example: A 3 m × 2 m window is 0.01 m thick with k=0.8k = 0.8 W/(m·K). Inside temperature is 20°C, outside is 5°C. Find the heat transfer rate.

  • A=6A = 6 m², L=0.01L = 0.01 m, ΔT=205=15\Delta T = 20 - 5 = 15 K
  • q=kAΔTL=(0.8)(6)(15)0.01=7200q = \frac{kA \Delta T}{L} = \frac{(0.8)(6)(15)}{0.01} = 7200 W

That's 7.2 kW lost through a single window, which illustrates why thin, high-conductivity materials make terrible insulators.

Cylindrical and Spherical Geometries

For pipes and tubes, heat flows radially through the wall. The cross-sectional area changes with radius (it increases as you move outward), so you can't just use the flat-wall equation. Integrating Fourier's Law in cylindrical coordinates gives:

q=2πkL(T1T2)ln(r2/r1)q = \frac{2\pi k L (T_1 - T_2)}{\ln(r_2 / r_1)}

where r1r_1 and r2r_2 are the inner and outer radii, LL is the pipe length, and T1T_1 and T2T_2 are the inner and outer surface temperatures.

For a hollow sphere, the integrated result is:

q=4πkr1r2(T1T2)r2r1q = \frac{4\pi k r_1 r_2 (T_1 - T_2)}{r_2 - r_1}

Notice that both of these reduce to the flat-wall form when the curvature becomes negligible (i.e., when the wall is very thin compared to the radius).

Example: A cylindrical pipe has r1=0.02r_1 = 0.02 m, r2=0.03r_2 = 0.03 m, L=5L = 5 m, k=50k = 50 W/(m·K), with inner surface at 100°C and outer surface at 80°C.

  1. ΔT=T1T2=10080=20\Delta T = T_1 - T_2 = 100 - 80 = 20 K

  2. ln(r2/r1)=ln(0.03/0.02)=ln(1.5)=0.4055\ln(r_2/r_1) = \ln(0.03/0.02) = \ln(1.5) = 0.4055

  3. q=2π(50)(5)(20)0.4055=31,4160.405577,476q = \frac{2\pi (50)(5)(20)}{0.4055} = \frac{31{,}416}{0.4055} \approx 77{,}476 W

Note how different this is from the original guide's value of ~3.14 MW. That earlier calculation incorrectly used the flat-wall gradient formula (ΔT/Δr\Delta T / \Delta r) directly in the differential form of Fourier's Law for a cylinder. For cylindrical geometry, you must use the integrated equation with the ln(r2/r1)\ln(r_2/r_1) term, because the area through which heat flows changes with radius.

Thermal Resistance in Composite Systems

Definition and Calculation of Thermal Resistance

Thermal resistance quantifies how much a material resists heat flow, analogous to electrical resistance in a circuit. For a flat slab:

R=LkAR = \frac{L}{kA}

where LL is thickness, kk is thermal conductivity, and AA is the cross-sectional area. Units are K/W.

For composite systems (multiple layers in series), the total thermal resistance is simply the sum of individual resistances:

Rtotal=R1+R2++RnR_{total} = R_1 + R_2 + \cdots + R_n

This is the thermal equivalent of resistors in series. The overall heat transfer rate is then:

q=ΔToverallRtotalq = \frac{\Delta T_{overall}}{R_{total}}

This approach is powerful because it lets you handle complex layered walls without solving Fourier's Law separately for each layer.

Effect of Thermal Resistance on Heat Transfer

Adding a high-resistance layer (like insulation) dramatically reduces heat transfer, even if it's thin. The layer with the highest thermal resistance dominates the total, just like the largest resistor dominates in a series circuit.

Step-by-step method for composite walls:

  1. Calculate each layer's thermal resistance: Ri=LikiAR_i = \frac{L_i}{k_i A}
  2. Sum to get RtotalR_{total}
  3. Apply q=ΔTRtotalq = \frac{\Delta T}{R_{total}}

Example: A composite wall has a 0.1 m concrete layer (k=1.4k = 1.4 W/(m·K)) and a 0.05 m insulation layer (k=0.04k = 0.04 W/(m·K)). The wall area is 10 m² and the temperature difference across it is 30 K.

  1. Rconcrete=0.11.4×10=0.00714R_{concrete} = \frac{0.1}{1.4 \times 10} = 0.00714 K/W
  2. Rinsulation=0.050.04×10=0.125R_{insulation} = \frac{0.05}{0.04 \times 10} = 0.125 K/W
  3. Rtotal=0.00714+0.125=0.132R_{total} = 0.00714 + 0.125 = 0.132 K/W
  4. q=300.132=227q = \frac{30}{0.132} = 227 W

Look at those resistance values: the insulation layer is only half as thick as the concrete, yet its thermal resistance is about 17.5 times larger. That thin insulation layer controls almost all of the heat flow through this wall. This is exactly why engineers add insulation rather than thicker structural materials when they want to reduce heat loss.