This module calculates the Nusselt number for a fluid which flows through a pipe, the flow being either laminar or turbulent. The fluid must keep its state of matter during the heat transfer process.
The formulae for each case are given by
where is the Reynolds number, is the Prandtl number and is the Grashof number of the fluid. If the Reynolds number is less than 2000 the flow is considered laminar, while if it is greater than 4000 the flow is considered turbulent.
In the diagrams below the unit heat flow is shown in the laminar and turbulent regimes.
Example 1
The following code calculates the Nusselt number for Air at 65 degrees Celsius flowing throug a pipe at 25 degrees with diameter of 0.5 meters. Both the laminar and turbulent cases are considered.