Contents - Index


Sphere to interior cylindrical surface (sphere exterior)



Function f3d_8(r1,r2,a1,a2) returns the view factor between a sphere and the interior of a cylindrical surface (cylinder without ends). The centerpoint of the sphere falls along the axis of the cylindrical surface, and the sphere must be completely outside the cylinder. The radius of the sphere must be smaller than that of the cylinder.

Inputs:
r1 = the radius of the sphere [m or ft]
r2 = the radius of the cylinder [m or ft]
a1 = the distance from the centerpoint of the sphere to the nearest cylinder plane face [m or ft]
a2 = the distance from the centerpoint of the sphere to the farthest cylinder plane face [m or ft]

Example: 
$UnitSystem SI K Pa J deg
r1=0.25 [m]
r2=0.5[m]
a1=0.5 [m]
a2=1 [m]
F=f3d_8(r1,r2,a1,a2)

{Solution: 
F=0.09366 }


Reference: Feingold, A, & Gupta, K. New analytical approach to the evaluation of configuration factors in radiation from spheres and infinitely long cylinders. ASME J. Heat Transfer, vol. 92, no. 1, pp 69-76. in Howell, J. A catalog of radiation configuration factors.  New York: McGraw Hill, 1982. p. 197.

View Factor Index