Contents
- Index
Base of Right Circular Cylinder to Inside Surface of Cylinder
Function f3d_17(r, h)
returns the view factor between the base of a right circular cylinder (surface 1) to the inside surface of a cylinder (surface 2).
Inputs:
r = radius of the cylinder [m or ft]
h = height of the cylinder [m or ft]
Example:
$UnitSystem SI K Pa J rad
r=1 [m]
h=0.5 [m]
F=f3d_17(r, h)
{Solution: F=0.3904}
Reference: Rohsenow W.M., et al., Handbook of Heat Transfer, 3rd ed, McGraw-Hill, p. 7.84.
View Factor Index