PrandtlNikuradse:

Path: Thermal/HeatExchanger

% Computes the Fanning friction factor for fully developed turbulent flow.

 Turbulent flow generally happens for rE > 1e4.

 Type PrandtlNikuradse for a demo. This compares the explicit formula
 with the Prandtl/Nikuradse equation.

--------------------------------------------------------------------------
   Form:
   f = PrandtlNikuradse( rE )
--------------------------------------------------------------------------
 
   ------
   Inputs
   ------
   rE   (1,:)	Reynold's number

   -------
   Outputs
   -------
   f     (1,:)	Fanning friction factor

--------------------------------------------------------------------------
   Reference: L. C. Thomas, "Heat Transfer," Prentice-Hall, 1992, p. 471.
--------------------------------------------------------------------------

Children:

Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle

Back to the Thermal Module page