The Lyon-Martinelli heat transfer correlation is for flow of liquid metal in circular tubes with contant heat flux along the tube wall.
Range of validity:
function Nu_LiquidMetal_Developed_Circular input SI.ReynoldsNumber Re "Reynolds number"; input SI.PrandtlNumber Pr "Prandtl number"; input Boolean constantTwall = true "= true for constant wall temperature correlation else constant heat flux"; output SI.NusseltNumber Nu "Nusselt number"; end Nu_LiquidMetal_Developed_Circular;