Skip to content
TheCalcUniverse

Nusselt Number Calculator — Convection Heat Transfer Analysis

Calculate the Nusselt number from convective heat transfer coefficient, characteristic length, and fluid thermal conductivity. Includes flow regime interpretation.

✓ Tested formula & cited sources Formula verified 2026-05-19 Runs in your browser — inputs never sent anywhere

See it worked out

Example — Convective Heat Transfer Coefficient (h) 50 W/m²·K, Characteristic Length (L) 0.1 m, Thermal Conductivity (k) 0.6 W/m·K:

Nusselt Number (Nu)

8.333

Formula Used

Nu = (50 × 0.1) / 0.6 = 8.333

Interpretation

Convection dominates conduction

The formula

Nu = hL / k

h
Convective Heat Transfer Coefficient
L
Characteristic Length
k
Thermal Conductivity

Worked example — Convective Heat Transfer Coefficient (h) 50 W/m²·K, Characteristic Length (L) 0.1 m, Thermal Conductivity (k) 0.6 W/m·K

Nusselt Number (Nu) = 8.333

Full explanation ↓

How Nusselt Number Works

Nu = hL / k

The Nusselt number represents the ratio of convective to conductive heat transfer across a boundary. A Nu > 1 indicates convection enhances heat transfer beyond pure conduction. Nu = 1 represents pure conduction. Higher Nu means more effective convection.

h
Convective Heat Transfer CoefficientRate of heat transfer between a surface and a fluid per unit area per unit temperature difference (W/m²·K). Depends on fluid properties, flow velocity, and geometry.
L
Characteristic LengthThe reference dimension of the geometry. For a flat plate: plate length. For a cylinder/pipe: diameter. For a sphere: diameter. For non-circular ducts: hydraulic diameter (4A/P).
k
Thermal ConductivityA measure of the fluid's ability to conduct heat (W/m·K). Higher k means heat conducts more easily through the fluid. Air: ~0.026, Water: ~0.6, Mercury: ~8.5.
This nusselt number covers convective heat transfer. Use the worked examples to verify your understanding and bookmark for quick reference.

How to Use

  1. Enter the convective heat transfer coefficient (h) in W/m²·K.
  2. Enter the characteristic length (L) in meters.
  3. Enter the thermal conductivity of the fluid (k) in W/m·K.
  4. Review the Nusselt number and interpretation.

Quick Reference

Nu = 1Pure conduction (no convection enhancement)
Nu = 3–5Weak natural convection
Nu = 10–100Moderate forced convection
Nu = 100–1,000Strong forced convection
Nu > 1,000Turbulent flow, very efficient heat transfer

Common Uses

  • Heat exchanger design — sizing and rating shell-and-tube, plate, and finned exchangers.
  • Electronics cooling — calculating whether natural or forced convection is needed for component temperatures.
  • Building HVAC — determining heat loss/gain through walls, windows, and ducts under various flow conditions.
  • Aerospace thermal protection — designing re-entry shields and engine cooling systems.
  • Chemical reactor design — ensuring adequate heat removal for exothermic reactions.

Understanding the Result

The Nusselt number (Nu) is one of the most important dimensionless numbers in heat transfer. Named after Wilhelm Nusselt (1882–1957), it quantifies the enhancement of heat transfer due to convection relative to conduction alone. A Nusselt number of 1 means the fluid is stationary and heat transfers only by conduction. A Nu of 100 means convection increases the heat transfer rate 100-fold compared to pure conduction. Engineers use Nu correlations for specific geometries: Nu = 0.664·Re^(1/2)·Pr^(1/3) for laminar flow over a flat plate, and Nu = 0.023·Re^(4/5)·Pr^(0.4) for turbulent flow in pipes (Dittus-Boelter). The Nusselt number is always ≥ 1 for natural convection and typically >> 1 for forced convection. Understanding Nu is essential for designing radiators, heat sinks, condensers, boilers, and any system where heat must be moved efficiently between a solid surface and a fluid.

Worked Examples

Air flows over a 0.5 m flat plate. h = 25 W/m²·K, k_air = 0.026 W/m·K. What is Nu and what does it tell us?

heatTransferCoeff = 25 · characteristicLength = 0.5 · thermalConductivity = 0.026

Nu = 480.8 — strong forced convection, ~500× more effective than pure conduction.

Nu = (25 × 0.5) / 0.026 = 480.8. This is a high Nusselt number indicating strong forced convection — the convective heat transfer is nearly 500× more effective than pure conduction. This is typical for airflow over a surface at moderate speeds.

Water flows through a 25 mm diameter tube. h = 8,000 W/m²·K, k_water = 0.6 W/m·K. What is Nu?

heatTransferCoeff = 8000 · characteristicLength = 0.025 · thermalConductivity = 0.6

Nu = 333.3 — turbulent flow with efficient heat transfer typical of water systems.

Nu = (8000 × 0.025) / 0.6 = 333.3. This high Nu is typical for water — its high thermal conductivity and the turbulent flow produce efficient heat transfer. Compare with air: achieving Nu = 333 with air would require much higher velocities.

Frequently Asked Questions

What does a Nusselt number of 1 mean?
A Nu = 1 means pure conduction — the fluid is stagnant and heat transfers solely by molecular conduction through the fluid. There is no convective enhancement. This is the theoretical minimum and occurs when fluid velocity is zero at the wall (no-slip condition).
What is a typical Nusselt number for natural convection?
For natural (free) convection, Nu typically ranges from 1 to 25. A vertical plate in still air might have Nu ≈ 10–20. A horizontal cylinder in air might have Nu ≈ 5–15. Higher values occur with larger temperature differences that drive stronger buoyant flows.
How does the Nusselt number relate to the heat transfer coefficient?
The relationship is direct: h = Nu × k / L. Once you know Nu (from a correlation or measurement), you can calculate the convective heat transfer coefficient h. This is the standard approach in heat transfer design — find Nu from geometry-specific correlations, then compute h, then compute heat flow Q = hAΔT.
Why is it called the Nusselt number?
It is named after Wilhelm Nusselt, a German engineer who made fundamental contributions to convective heat transfer in the early 20th century. His 1915 paper "Das Grundgesetz des Wärmeübergangs" (The Fundamental Law of Heat Transfer) laid the foundation for modern heat exchanger design. Nusselt also pioneered dimensional analysis in heat transfer, showing that complex convection problems could be reduced to relationships between dimensionless numbers (Nu, Re, Pr).
What is the difference between local and average Nusselt number?
The local Nusselt number varies along a surface — it is highest at the leading edge of a flat plate (where the thermal boundary layer is thinnest) and decreases downstream. The average Nusselt number is integrated over the entire surface length. For a flat plate in laminar flow, Nu_avg = 2 × Nu_local(at x=L). Most engineering calculations use the average Nu for simplicity. This calculator computes the overall Nu from bulk values.

Pro Tips

  • For quick estimates, remember: Nu ≈ 0.023·Re^0.8·Pr^0.4 for turbulent pipe flow (Dittus-Boelter). This single correlation covers most industrial pipe-flow heat transfer calculations.
  • The characteristic length L must match the geometry used in your Nu correlation. Using the wrong L (e.g., pipe radius instead of diameter) will give results off by a factor of 2 or more.
  • Nu is always ≥ 1 for any physically meaningful case. If your calculation gives Nu < 1, check whether the characteristic length is appropriate or if the convection coefficient is unrealistically low.
  • Nu, Re, and Pr form the core trio of convective heat transfer. Once you understand how they relate (Nu = f(Re, Pr) for forced convection, Nu = f(Gr, Pr) for natural), you can tackle virtually any convection problem.

Limitations to Know

  • This calculator computes the Nusselt number from known h, L, and k values. It does NOT compute h from flow conditions — for that, you need Reynolds and Prandtl numbers plus a geometry-specific correlation.
  • The characteristic length must be appropriate for your geometry; using incorrect L will produce a misleading Nu.
  • The interpretation guide assumes typical engineering contexts and may not apply to micro/nanoscale heat transfer or compressible flow regimes.
Was this calculator helpful?
Cite this calculator

TheCalcUniverse. "Nusselt Number Calculator — Convection Heat Transfer Analysis." TheCalcUniverse, 2026, https://thecalcuniverse.com/engineering/nusselt-number-calculator/. Accessed July 24, 2026.

Embed this calculator on your site

Free to embed. Paste this into any HTML page — it stays up to date automatically.

Open embed ↗

You may also like