home *** CD-ROM | disk | FTP | other *** search
- {
- Calculate BRTDF of Transparent Insulation Materials
- made up of many small tubes packed tightly together.
-
- 29 Nov 1991 Greg Ward and Raphael Compagnon
-
- Apply with following BRTDfunc:
-
- mod BRTDfunc tim1
- 10 0 0 0
- stran stran stran
- brtdf brtdf brtdf
- tim1.cal
- 0
- 7 0 0 0 R T 1 K
-
- where:
- R = diffuse reflectance when Ktan_t is zero
- T = total transmittance divided by (1-R)
- K = ratio of tube length to diameter
- }
-
- Ktan_t = A7 * Sqrt(1-Rdot*Rdot)/Rdot;
-
- stran = if(1-Ktan_t, 2/PI*Acos(Ktan_t) - Ktan_t/PI*Sqrt(1-Ktan_t*Ktan_t), 0);
-
- brtdf(lx,ly,lz) = (1-stran)/PI;
-