Local heat transfer model for fully developed laminar and turbulent flow in circular pipes.
Range of validity:
function Nu_Overall_Local_Developed_Circular input SI.ReynoldsNumber Re "Reynolds Number"; input SI.PrandtlNumber Pr "Prandtl Number"; input SI.Length x "Position of local heat transfer calculation"; input SI.Length dimension "Characteristic dimension (e.g., hydraulic diameter)"; input SI.Height roughness = 2.5e-5 "Average height of surface asperities"; input Boolean constantTwall = true "= true for constant wall temperature correlation else constant heat flux (laminar conditions only Re ~< 2300)"; output SI.NusseltNumber Nu "Nusselt number"; end Nu_Overall_Local_Developed_Circular;