---
theme: default
class: text-center
title: Overall heat transfer coefficient
---

# Overall heat transfer coefficient
Unit 1, Lecture 10

---
## Overall Heat Transfer Coefficient

- Course: Heat and Mass Transfer (DI05019071)
- Unit 1: Conduction
- Lecture 10: Overall heat transfer coefficient

<!--
Welcome. Today we will simplify complex thermal circuits into a single, highly useful coefficient.
-->

---
## Lecture Agenda

- 1. Introduction to Combined Modes
- 2. Defining the Overall Heat Transfer Coefficient (U)
- 3. U for a Plane Wall
- 4. U for a Cylindrical Surface
- 5. Inner vs. Outer Area Basis for U
- 6. Fouling Factors

<!--
We will learn how to define U for both flat walls and pipes, and discuss real-world issues like fouling.
-->

---
## Combined Modes of Heat Transfer

- Most engineering problems involve multiple modes of heat transfer.
- Example: Hot fluid inside a pipe, cold air outside.
- Heat transfers by: Convection (inside) -> Conduction (through pipe wall) -> Convection (outside).
- We need a simple way to express this total process.

<!--
Rarely is heat transfer just conduction. It's usually bounded by fluids, requiring us to combine convection and conduction.
-->

---
## Defining the Overall Coefficient (U)

- We define the overall heat transfer coefficient, U, such that:
- q = U * A * ΔT_total
- Where ΔT_total is the temperature difference between the two bulk fluids.
- Comparing this to q = ΔT_total / R_total, we see that:
- U * A = 1 / R_total

<!--
U is essentially the inverse of the total thermal resistance times area. It tells us how well heat transfers across the entire assembly.
-->

---
## U for a Plane Wall

- Consider a wall of thickness L, conductivity k, with fluids h_in and h_out.
- R_total = (1/h_in*A) + (L/k*A) + (1/h_out*A)
- Since area A is constant: R_total = (1/A) * [1/h_in + L/k + 1/h_out]
- Therefore: 1/U = 1/h_in + L/k + 1/h_out

<!--
For a flat wall, the area is the same everywhere, so it cancels out of the equation beautifully.
-->

---
## U for a Cylindrical Surface

- For a pipe, the inner area (A_in) is not equal to the outer area (A_out).
- R_total = 1/(h_in*A_in) + ln(r_out/r_in)/(2πLk) + 1/(h_out*A_out)
- Because area varies, U depends on which area we use as a reference.
- q = U_in * A_in * ΔT = U_out * A_out * ΔT

<!--
Because the inside and outside areas of a pipe are different, we must specify whether our U-value is based on the inside area or the outside area.
-->

---
## Inner vs. Outer Area Basis

- Based on inner area (A_in = 2πr_in*L):
- 1/U_in = 1/h_in + [r_in * ln(r_out/r_in)]/k + (r_in/r_out)*(1/h_out)
- Based on outer area (A_out = 2πr_out*L):
- 1/U_out = (r_out/r_in)*(1/h_in) + [r_out * ln(r_out/r_in)]/k + 1/h_out
- Note: U_in * A_in = U_out * A_out

<!--
It doesn't matter which one you use to find the total heat transfer, as long as you multiply it by its corresponding area.
-->

---
## Fouling Factor Concept

- Over time, surfaces accumulate deposits (rust, scale, algae).
- These deposits act as additional thermal resistance.
- We account for this using a 'fouling factor' (Rf).
- Rf has units of m²·K/W.

<!--
In the real world, equipment gets dirty. Mineral scale in water pipes creates a significant barrier to heat transfer.
-->

---
## Including Fouling in U

- We simply add the fouling resistances to our total resistance.
- 1/U = 1/h_in + Rf_in + L/k + Rf_out + 1/h_out
- Fouling always decreases the overall heat transfer coefficient.
- Designers must overestimate U requirements to account for future fouling.

<!--
When designing a heat exchanger, you must factor in how dirty it will get over years of operation, or it will underperform.
-->

---
## Typical Values of U (W/m²K)

- Water to Water: 850 - 1700
- Water to Oil: 110 - 350
- Steam condenser (Water in tubes): 1000 - 6000
- Air to Water: 10 - 50
- Notice that systems involving gases (air) have much lower U values.

<!--
Gases are poor heat transfer fluids compared to liquids or boiling/condensing systems, which is reflected in their low U values.
-->

---
## Example Problem

- A steel pipe (k=50) has r_in = 20 mm, r_out = 24 mm.
- Inside water h_in = 1000 W/m²K. Outside air h_out = 15 W/m²K.
- Calculate U based on the outside area (U_out).

<!--
Let's apply the U_out formula to a pipe with water inside and air outside.
-->

---
## Summary

- The overall heat transfer coefficient (U) combines conduction and convection.
- For cylinders, U must be referenced to a specific area (usually A_in or A_out).
- Fouling factors account for the thermal resistance of scale/dirt build-up.
- U simplifies the calculation of heat transfer in complex systems.

<!--
The U-value is the standard metric used by industry to rate the performance of heat exchangers and building insulation.
-->

---
## Next Lecture Preview

- Topic: Heat transfer from an extended surface (Fins)
- How can we increase heat transfer when convection is poor?
- We will explore the use of fins to increase surface area.

<!--
Next time, we look at what to do when your U-value is too low—we add fins to artificially increase the area.
-->
