KinematicViscosity:

Path: Thermal/HeatExchanger

% Computes the Kinematic viscosity.
 Type KinematicViscosity for a demo. 
--------------------------------------------------------------------------
   Form:
   nu = KinematicViscosity( mu, rho )
--------------------------------------------------------------------------
 
   ------
   Inputs
   ------
   mu    (1,:)   Viscosity (kg/m-s)
   rho   (1,:)   Density   (kg/m^3)

   -------
   Outputs
   -------
   nu    (1,:)   Kinematic viscosity (m^2/s)

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

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