.TRANSFORM.HeatAndMassTransfer.ClosureRelations.HeatTransfer.Functions.SinglePhase.InternalFlow.Nu_Laminar_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.

Interface

function Nu_Laminar_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 Boolean constantTwall = true "= true for constant wall temperature correlation else constant heat flux";
  output SI.NusseltNumber Nu "Nusselt number";
end Nu_Laminar_Local_Developed_Circular;

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