.TRANSFORM.HeatAndMassTransfer.ClosureRelations.HeatTransfer.Functions.SinglePhase.InternalFlow.Nu_Overall_Local_Developed_Circular

Information

Local heat transfer model for fully developed laminar and turbulent flow in circular pipes.

Range of validity:

References

  1. VDI Heat Atlas 2E, 2010.
  2. Heat Transfer. Nellis and Klein. 2009

Interface

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;

Generated at 2024-11-04T19:25:26Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos