CHAPTER 8 251
8.9 Consider two infinitely long parallel plates of width wspaced a distance hapart (see Configuration 32) in
Appendix D).
(a) Calculate F1−2via Monte Carlo for the case that the top plate is horizontally displaced by a distance L. Use
L=h=w.
(b) Calculate Fs
1−2via Monte Carlo for the case that both plates are specular (with identical reflectances
ρs
1=ρs
2=0.5), but not horizontally displaced. Use L=0; h=w.
Prepare a figure similar to Fig. 8-2, also including analytical results for comparison.
PI=4.*ATAN(1.)
! SET LENGTHS, EMISSIVITIES
EPS2=0.5 ! assumed diffuse
WW=1. ! width of plates
HH=1. ! distance between plates
!
! EXACT VIEW FACTOR (FOR ABOVE AL,WW,HH)
!F12EX=(.5*(SQRT((AL+WW)**2+HH**2)+SQRT((AL-WW)**2+HH**2))-SQRT(AL**2+HH**2))/WW
!WRITE(*,*) ’INPUT # OF BUNDLES’