PressureDropChannel:

Path: Thermal/HeatExchanger

% Computes the channel pressure drop

 Type PressureDropChannel for a demo. 

--------------------------------------------------------------------------
   Form:
   dP = PressureDropChannel( d )
--------------------------------------------------------------------------
 
   ------
   Inputs
   ------
   d       (.)     Input data structure
                   .length   	(1,1)   Channel length (m)
                   .w          (1,1)   Channel width or diameter (m)
                  	.h          (1,1)   Channel height (m)
                   .u          (1,1)   Velocity (m/s)
                   .cP         (1,1)   Heat capacity (J/kg-K)
                   .gamma      (1,1)   Ratio of specific heats
                   .tInlet     (1,1)   Inlet temperature (deg-K)
                 	.tOutlet    (1,1)   Outlet temperature (deg-K)
                   .pressure   (1,1)   Inlet pressure (ATM)
                 	.gas        {1,2*n) {'name' fraction ...}
                  	.tube       (1,:)   'square', 'circular', 'flat plate'
   -------
   Outputs
   -------
   dP     (1,1)	Pressure drop (Pa)

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

Children:

Thermal: HeatExchanger/AbsoluteViscosity
Thermal: HeatExchanger/FrictionLaminar
Thermal: HeatExchanger/PrandtlNikuradse
Thermal: HeatExchanger/ReynoldsNumberKinematic
Common: Atmosphere/RFromCPAndGamma
Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Math: Integration/RK4

Back to the Thermal Module page