Free Convection External
Free Convection Internal
Free Convection
1. Free convection (general)
1.1. Parameters and variables
Parameter | Description |
---|---|
\(g\) | earth acceleration (9.81 m/s 2) |
\(T_s\) | surface temperature |
\(T_\infty\) | fluid temperature (far from the surface) |
\(p\) | fluid pressure |
\(\mu\) | dynamic viscosity |
\(\nu = \mu / \rho\) | kinematic viscosity |
\(c_p\) | specific heat capacity at constant pressure |
\(\beta=\frac{1}{\rho}\left(\frac{\partial\rho}{\partial T}\right)_{p}\) | isobaric thermal expansion coefficient |
\(\lambda\) | thermal conductivity |
\(\alpha\) | convection heat rate coefficient |
1.2. Dimensionless groups
Group | Name | Meaning |
---|---|---|
\(Pr = \frac{c_p \mu}{\lambda}\) | Prandtl number | ratio of momentum diffusivity to thermal diffusivity |
\(Gr =\frac{g s^3 \beta \Delta T}{\nu^2}\) | Grashof number | ratio of buoyancy forces to viscous forces |
\(Ra = Gr\cdot Pr\) | Rayleigh number | |
\(Nu = \frac{\alpha s}{\lambda}\) | Nusselt number | ratio of convective heat transfer to conductive heat transfer |
1.3. Calculation algorithm
The following steps are taken to compute the convective heat exchange:
- Compute the fluid properties
- Determine the characteristic length and surface area for the particular geometry configuration
- Compute the Grasshof number
- Compute the Rayleigh number
- Determine whether laminar or turbulent flow occurs
- Use the appropriate Nusselt number correlation to compute the \(Nu=f\left(Ra,Pr\right)\)
- Compute the convection coefficient
- Compute the heat flow rate
2. External Flow
The following geometry configurations have been implemented for external free convection:
2.1. Vertical plane
Parameter | Description |
---|---|
\(h\) | height |
\(w\) | width |
\(s = h\) | characteristic length |
where
2.2. Vertical cylinder
Parameter | Description |
---|---|
\(h\) | height |
\(d\) | diameter |
\(s = h\) | characteristic length |
where \(Nu_{plate}\) is the Nusselt number for a vertical plate with height \(h\)
2.3. Inclined plane
Parameter | Description |
---|---|
\(l\) | length (inclined) |
\(w\) | width |
\(\alpha\) | inclination angle (\(\alpha = 0\) vertical, \(\alpha = 90^\circ\) horizontal) |
\(s = l\) | characteristic length |
There are two cases:
2.3.1. Top side of cold plane or bottom side of hot plane
The favorable pressure gradient stabilizes the boundary layer and pushes it towards the plate. The resulting Nusselt number can be obtained from the equation for vertical plane by substituting \(Ra_{\alpha}=Ra\cdot \cos (\alpha)\) for \(Ra\).
2.3.2. Top side of hot plane or bottom side of cold plane
At low \(Ra\) the same holds: substitute \(Ra_{\alpha}=Ra\cdot\cos(\alpha)\) for \(Ra\) in the equation for vertical plate. At \(Ra > Ra_{c}\), the adverse pressure gradient tends to cause boundary layer separation. In this case
The critical Rayleigh number is a function of the angle \(\alpha\) and is given by:
2.4. Horizontal plane
Shape | Parameter | Description |
---|---|---|
Rectangle | \(l\) \(w\) \(s = [l\cdot w]/[2(l + w)]\) |
length width characteristic length |
Circle | \(d\) \(s = d\) |
diameter characteristic length |
Once again there are two cases:
2.4.1. Top side of hot plane or bottom side of cold plane
The fluid flow is laminar for
and turbulent otherwise. The Nusselt number is found from:
where
2.4.2. Top side of cold plane or bottom side of hot plane
on condition that
where
2.5. Horizontal cylinder
Parameter | Description |
---|---|
\(d\) | diameter |
\(l\) | length |
\(s = d\) | characteristic length |
where
2.6. Sphere
Parameter | Description |
---|---|
\(d\) | diameter |
\(s = d\) | characteristic length |
2.7. Finned pipe
Parameter | Description |
---|---|
\(d\) | core pipe diameter |
\(h_f\) | fin height (above core pipe) |
\(d_e = d + h_f\) | effective diameter |
\(b\) | fin spacing |
\(s = d_e\) | characteristic length |
Note: the accuracy of the correlation is \(\pm 25\%\)
3. Internal Flow
The following geometry configurations have been implemented for internal free convection:
3.1. Vertical planes
Parameter | Description |
---|---|
\(h\) | height |
\(w\) | width |
\(d\) | distance between planes |
\(s = d\) | characteristic length |
If
for
then
while for
the Nusselt number is derived from
In the case of
the Nusselt correlation is unknown.
3.2. Inclined planes
Parameter | Description |
---|---|
\(l\) | length (inclined) |
\(w\) | width |
\(d\) | distance between planes |
\(\alpha\) | inclination angle (\(\alpha = 0\) vertical, \(\alpha = 90^\circ\) horizontal) |
\(s = d\) | characteristic length |
There are two cases:
3.2.1. Heat is transmitted upwards
where \(C\) is determined from \(\alpha\) based on the following values:
\(\alpha\) | \(C\) |
---|---|
\(0^\circ\) | \(4.9\cdot10^{-2}\) |
\(30^\circ\) | \(5.7\cdot10^{-2}\) |
\(45^\circ\) | \(5.9\cdot10^{-2}\) |
\(60^\circ\) | \(6.5\cdot10^{-2}\) |
\(90^\circ\) | \(6.9\cdot10^{-2}\) |
3.2.2. Heat is transmitted downwards
If
for
the Nusselt number is calculated from the formula
In the other cases, the Nusselt correlation is unknown.
3.3. Horizontal planes
Parameter | Description |
---|---|
\(l\) | length |
\(w\) | width |
\(d\) | distance between planes |
\(s = d\) | characteristic length |
For
if
the Nusselt number is determined by the correlation
while for
it can be obtained using the formula
For
no convection occurs. Heat exchange is purely by conduction.
3.4. Horizontal annuli
Parameter | Description |
---|---|
\(l\) | length |
\(r_{i}\) | inner radius |
\(r_{o}\) | outer radius |
\(s = r_{o}-r_{i}\) | characteristic length |
For
if
and if heat is transmitted outwards, the Nusselt correlation is:
In the other cases, the Nusselt correlation is unknown.
4. References
[HeatAtlas] | VDI (Verein Deutscher Ingenieure), Heat Atlas, Springer-Verlag, 2010, Part F: Free convection |