HeatExchanger:

Path: Thermal/HeatExchanger

% Designs a heat exchanger for a one sided heat flux
 The output data structure has all the value in the input plus values
 computed in the function.

 Type HeatExchanger for demos with Helium/Xenon and Helium.
--------------------------------------------------------------------------
   Form:
   [d, l] = HeatExchanger( d )
--------------------------------------------------------------------------
 
   ------
   Inputs
   ------
   d              (.)    Input data structure
                         .q         W
                         .tInlet    K
                         .tOutlet   K
                         .mach      
                         .pressure  ATM
                         .cP
                         .gamma
                         .molWt

   -------
   Outputs
   -------
   d              (.)    Output data structure
                         .mDot (1)  Mass flow
                         .u    (1)  Speed
                         .rhoI (1)  Inlet density
                         .rhoO (1)  Outlet density
                         .areaChannel
                         .hChannel
   l              {:,3}  Latex formatted output

--------------------------------------------------------------------------

Children:

Propulsion: Gas/SpeedSnd
SC: Environs/MolWt2R
Common: Atmosphere/RFromCPAndGamma
Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/DisplayLatexTable
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle

Back to the Thermal Module page