Contents - Index


Finned flat tubes DP

 

 

The procedure: 

 

Procedure chx_dp_finned_flat_tube(TypeHX$, m_dot, A_fr, L, Fluid$, T_i, T_o, P: DELTAp)

 

provides the pressure drop associated with a finned flat tube compact heat exchanger surface.  These data are from Kays and London (1994).

 

Inputs

TypeHX$: string identifying the geometry 

 FF-9.68-0.87 : 'ff_tubes_s968_087'  

 FF-9.1-0.737-S : 'ff_tubes_s91_0737_s'  

 FF-9.68-0.87-R : 'ff_tubes_s968_087_r'  

 FF-9.29-0.737-SR : 'ff_tubes_s929_0737_sr'  

 FF-11.32-0.737-SR : 'ff_tubes_s1132_0737_sr'  

m_dot: mass flow rate (kg/s or lbm/hr)

A_fr: frontal area as viewed by the flow approaching the tube bank (m^2 or ft^2)

L: length of the heat exchanger (m or ft)

Fluid$: string indicating the fluid type

T_i: inlet temperature of the fluid (K, C, R, or F)

T_o: outlet temperature of the fluid (K, C, R, or F)

P: absolute pressure of the fluid (Pa, kPa, bar. MPa, atm, or psi)

 

Output

DP:  heat transfer coefficient (Pa, kPa, bar. MPa, atm, or psi)

 

Note that the length is defined from the tip of the first row to the point where the next tube would be after the last row.

 

Example

$UnitSystem SI Mass J K Pa 

$VarInfo DELTAp units=Pa

TypeHX$='ff_tubes_s968_087_R'

m_dot=0.7 [kg/s]

A_fr=0.1 [m^2]

L=1 [m]

Fluid$='Air'

T=300 [K]

T_i=300 [K]

T_o=300 [K]

P=101325 [Pa]

Call chx_dp_finned_flat_tube(TypeHX$, m_dot, A_fr, L, Fluid$, T_i, T_o, P: DELTAp)

 

{Solution:

DELTAp = 1196 [Pa]}

 

 

Related procedures include:

Geometry Functions

Nondimensional Functions

Heat Transfer Coefficient