Contents


Element on longitudinal strip on inside of right circular cylinder to base of cylinder

 

 

FDiff_10(r, z) provides the view factor from a differential element (1) on a longitudinal strip on the inside of right circular cylinder to the base of the cylinder (2).

 

Inputs:

r   is the radius of the cylinder [m or ft]

z  is the height of the element above the base  [m or ft]

 

Example:  

$UnitSystem SI K Pa J deg

"The following program uses integration to calculate the view factor between the inside surface of a right circular cylinder and its base.  This view factor could be found more directly using F3D_17, but use of the differential view factor allows the radiation heat transfer to be calculated even if temperature varies with axial  position along the inside cylinder wall. "

r=1 [m]

h=2 [m]

F_21=integral(FDiff_10(r,z)*2*pi*r,z,0,h)/(2*pi*r*h)

F_21`=F3D_17(R,H)*pi*r^2/(2*pi*r*h)

 

"Solution F_21=F_21`=0.2071}

 

Reference: Howell, http://www.me.utexas.edu/~howell/sectionb/B-52.html 

 

Index