Contents


Finned circular tubes ND functions

 

 

The procedure: 

 

CHX_ND_Finned_Circular_Tube(TypeHX$, Re: f, j_H)

 

provides the dimensionless performance associated with a finned circular tube compact heat exchanger surface.  These data are from Kays and London (1994).

 

Inputs

TypeHX$: string identifying the geometry 

 CF-7.34 : 'fc_tubes_sCF-734'  

 CF-8.72 : 'fc_tubes_sCF-872'  

 CF-8.72(c) : 'fc_tubes_sCF-872c'  

 CF-7.0-5/8J : 'fc_tubes_sCF-70-58J'  

 CF-8.7-5/8J(a) : 'fc_tubes_sCF-87-58Ja'  

 CF-8.7-5/8J(b) : 'fc_tubes_sCF-87-58Jb'  

 CF-9.05-3/4J(a) : 'fc_tubes_sCF-905-34Ja'  

 CF-9.05-3/4J(b) : 'fc_tubes_sCF-905-34Jb'  

 CF-9.05-3/4J(c) : 'fc_tubes_sCF-905-34Jc'  

 CF-9.05-3/4J(d) : 'fc_tubes_sCF-905-34Jd'  

 CF-9.05-3/4J(e) : 'fc_tubes_sCF-905-34Je'  

 CF-8.8-1.0J(a) : 'fc_tubes_sCF-88-10Ja'  

 CF-8.8-1.0J(b) : 'fc_tubes_sCF-88-10Jb'  

 8.0-3/8T : 'fc_tubes_80_38T'

 7.75-5/8T : 'fc_tubes_775-58T'

Re: Reynolds number (-)

 

Outputs

f:  friction factor (-)

j_H: Colburn j function for heat transfer (-)

 

The Reynolds number is defined according to:

 

 

where m is the viscosity, Dh is the hydraulic diameter, and G is the mass flux.  The hydraulic diameter is defined as:

 

 

where Ac is the minimum free flow area, A is the total heat transfer area, and L is the length in the flow direction (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, as shown below)

 

 

The mass flux is defined as: 

 

 

where is the mass flow rate.  

 

The friction factor is defined as:

 

 

where r is the density, and to is the equivalent shear stress, defined as:

 

 

where DP is the pressure drop due to friction and form drag in the core.

 

Example

$UnitSystem SI Mass J K Pa

TypeHX$='fc_tubes_sCF-88-10Jb'

Re=3000

Call chx_nd_finned_circular_tube(TypeHX$, Re: f, j_H)

 

{Solution is:

f = 0.04639, j_H = 0.01012}

 

Related procedures include:

Geometry Functions

Coefficient of Heat Transfer

Pressure Drop