---
theme: default
class: text-center
title: Dimensionless numbers and their physical significance
---

# Dimensionless numbers and their physical significance
Unit 2, Lecture 19

---
## Dimensionless Numbers in Convection

- Course: Heat and Mass Transfer (DI05019071)
- Unit 2: Convection
- Lecture 19: Dimensionless Numbers (Re, Pr, Nu)

<!--
Welcome. Today we tackle a crucial topic: how to actually find the convection coefficient 'h'. We do this using dimensionless numbers, which vastly simplify complex fluid mechanics and heat transfer problems.
-->

---
## Lecture Agenda

- 1. The Challenge of Finding 'h'
- 2. What is Dimensional Analysis?
- 3. Reynold's Number (Re): Definition & Significance
- 4. Prandtl Number (Pr): Definition & Significance
- 5. Nusselt Number (Nu): Definition & Significance
- 6. Empirical Correlations (Nu = f(Re, Pr))

<!--
We'll see why we need these numbers, define the three most important ones for forced convection, and see how they are linked together.
-->

---
## The Challenge of Finding 'h'

- As we learned, 'h' depends on many variables:
- Fluid velocity (V), density (ρ), viscosity (μ), specific heat (Cp), thermal conductivity (k), and characteristic length (L).
- Mathematically: h = f(V, ρ, μ, Cp, k, L)
- Performing experiments by varying one parameter at a time while holding the others constant is practically impossible and very expensive.

<!--
Imagine trying to test the effect of just velocity while keeping all other fluid properties perfectly constant. It's an experimental nightmare. We need a way to group these variables.
-->

---
## Dimensional Analysis

- Dimensional analysis groups these many variables into a few dimensionless groups.
- Benefits:
- 1. Drastically reduces the number of variables (e.g., from 7 variables to 3 dimensionless groups).
- 2. Makes experimental data generalizable (scale models can be used to predict real-world behavior).
- Buckingham Pi Theorem is often used to derive these groups.

<!--
By grouping variables into numbers without units, we simplify the math and can use wind-tunnel models to predict how a full-size airplane wing will behave.
-->

---
## Reynold's Number (Re)

- Definition: Re = (ρ * V * L) / μ
- Where:
- - ρ = fluid density (kg/m³)
- - V = fluid velocity (m/s)
- - L = characteristic length (m)
- - μ = dynamic viscosity (kg/m·s)

<!--
The Reynold's number is arguably the most famous dimensionless number in fluid mechanics. It relates to the flow behavior.
-->

---
## Significance of Reynold's Number

- Physical Significance: Re is the ratio of Inertia forces to Viscous forces.
- Re = (Inertia Forces) / (Viscous Forces)
- - High Re (Inertia dominates): Turbulent flow, chaotic mixing.
- - Low Re (Viscosity dominates): Laminar flow, smooth layers.
- Re is used to determine if a flow is laminar or turbulent.

<!--
If inertia dominates, the fluid breaks into chaotic turbulent flow. If viscosity is high (like honey), it dampens disturbances and keeps flow laminar. Knowing if flow is laminar or turbulent is step one in convection.
-->

---
## Prandtl Number (Pr)

- Definition: Pr = (μ * Cp) / k = ν / α
- Where:
- - μ = dynamic viscosity, Cp = specific heat, k = thermal conductivity.
- - ν = kinematic viscosity (μ/ρ) = momentum diffusivity.
- - α = thermal diffusivity (k/(ρ*Cp)).

<!--
The Prandtl number is a property of the fluid itself. Notice it contains no length or velocity terms. It only contains fluid properties.
-->

---
## Significance of Prandtl Number

- Physical Significance: Pr is the ratio of Molecular Momentum Diffusivity to Thermal Diffusivity.
- Pr = ν / α
- It describes the relative thickness of the velocity boundary layer compared to the thermal boundary layer.
- - Liquid metals: Pr << 1 (heat diffuses faster than momentum).
- - Gases: Pr ≈ 1 (similar boundary layers).
- - Oils: Pr >> 1 (momentum diffuses faster than heat).

<!--
Pr tells us which mechanism is faster in the fluid: the diffusion of heat or the diffusion of momentum (friction). This dictates the shape of the boundary layers, which we will cover next lecture.
-->

---
## Nusselt Number (Nu)

- Definition: Nu = (h * L) / k_fluid
- Where:
- - h = convection heat transfer coefficient.
- - L = characteristic length.
- - k_fluid = thermal conductivity of the fluid.

<!--
The Nusselt number is the dimensionless convection heat transfer coefficient. It contains the 'h' that we are ultimately trying to find!
-->

---
## Significance of Nusselt Number

- Physical Significance: Nu is the ratio of Convection heat transfer to Conduction heat transfer in the fluid layer.
- Nu = (q_convection) / (q_conduction_if_fluid_was_stationary)
- Nu = 1 means heat transfer is purely by conduction.
- Higher Nu means more effective convection.
- Nu is the parameter we want to solve for to find 'h'.

<!--
A Nusselt number of 100 means convection is transferring 100 times more heat than if the fluid were completely still and only transferring heat by conduction.
-->

---
## Empirical Correlations

- Through dimensional analysis, we find that Nu is a function of Re and Pr for forced convection.
- General form: Nu = C * Re^m * Pr^n
- Engineers perform experiments to find the constants C, m, and n for different geometries (flat plate, pipe, sphere) and flow types (laminar, turbulent).
- Workflow: Calculate Re and Pr -> Use correlation to find Nu -> Calculate h from Nu.

<!--
This is the core workflow of convection problems. We don't solve complex differential equations; we use established empirical correlations linking Nu to Re and Pr.
-->

---
## Summary

- Dimensional analysis simplifies convection by grouping variables.
- Re (Inertia/Viscous) determines flow regime (laminar vs turbulent).
- Pr (Momentum diff/Thermal diff) is a fluid property relating boundary layers.
- Nu (Convection/Conduction) is the dimensionless heat transfer coefficient.
- Convection problems are solved using Nu = f(Re, Pr) correlations.

<!--
Memorize what these three numbers represent physically. They are the language of convective heat transfer.
-->

---
## Next Lecture Preview

- Topic: Boundary layer definition and characteristics
- Key questions:
- - What happens to the fluid exactly at the solid surface?
- - How do the velocity and thermal boundary layers develop?

<!--
We've mentioned boundary layers several times today when discussing Pr. Next time, we will define exactly what a boundary layer is and look at its characteristics.
-->
