Contents - Index


PF pin-fin DP

 

 

The procedure: 

 

Procedure CHX_DP_PF_pin_fin(TypeHX$, m_dot, A_fr_tot, b_2, L, Fluid$, T_i, T_o, P: DELTAp)

 

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

 

Inputs

TypeHX$: string identifying the geometry 

 AP-1: 'PF_pin-fin_AP1'

 AP-2: 'PF_pin-fin_AP2'

 PF-3: 'PF_pin-fin_PF3'

 PF-4(F): 'PF_pin-fin_PF4F'

 PF-9(F): 'PF_pin-fin_PF9F'

 PF-10(F): 'PF_pin-fin_PF10F'

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

A_fr_tot: total frontal area as viewed by the flow approaching the tube bank (m^2 or ft^2); note that this includes both the pin fin channels and the space occupied by the other channels

b_2: the width between adjacent pin fin channels occupied by the other channels (m or ft)

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

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)

 

Example

$UnitSystem SI Mass J K Pa 

$VarInfo DELTAp units=Pa

TypeHX$='PF_pin-fin_AP-1'

m_dot=0.7 [kg/s]

A_fr_tot=0.1 [m^2]

L=0.1 [m]

Fluid$='Air'

T=300 [K]

T_i=300 [K]

T_o=300 [K]

P=101325 [Pa]

b_2=0.01 [m]

Call chx_dp_pf_pin_fin(TypeHX$, m_dot, A_fr_tot, b_2, L, Fluid$, T_i, T_o, P: DELTAp)

 

{Solution:

DELTAp = 2627 [Pa]}

 

 

Related procedures include:

Geometry Functions

Nondimensional functions

Heat transfer coefficient