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
--------------------------------------------------------------------------
Propulsion: Gas/SpeedSnd Common: Atmosphere/RFromCPAndGamma Common: General/DisplayLatexTable
Back to the Thermal Module page