Contents - Index


SF_4

 

 

Function SF_4 provides the shape factor ([m] or [ft]) for conduction between two cylinders that are buried in an infinite medium.

 

Inputs:

 D_1 = diameter of cylinder 1 ([m] or [ft])

 D_2 = diameter of cylinder 2 ([m] or [ft])

 w = distance between cylinder centerlines ([m] or [ft])

 L = length of cylinders ([m] or [ft])

 

Example:  SF = SF_4(D_1, D_2, w, L)

 

Reference:  Incropera, F. & DeWitt, D. (2002). Fundamentals of heat and mass transfer, 5th ed. Hoboken, New Jersey: John Wiley & Sons. p. 193-194.

 

Example: 

$UnitSystem SI Mass J K Pa Radian

$VarInfo D_1, D_2, w, L, SF units=m

D_1=0.5 [m]

D_2 = 0.3 [m]

w=2 [m]

L = 5 [m]

SF = SF_4(D_1, D_2, w, L)

 

{Solution:

SF = 6.759 [m]}

 

Shape Factors Index