@Greg_Ward I did not see your reply. I hope you are still available.
I am also hoping @Georg_Mischler might be around to enlighten me on his perforate.cal file and how to manipulate it.
I have designed a facade to go with a building and I want to see the daylighting availability on a single floor. The facade can be described as follows:
- 8’ width x 10’ height.
- First facade section is basically clear glass.
- The second facade (which acts like a hole-y screen) is a metallic, perforated panel with specific size of holes and distances between them.
- The third facade is the same as the first.
I am using Climate Studio and was told that for the perforated metal panels, I would need to come up with a new Radiance material.
I put the perforate.cal in the Radiance\bin folder, but I do not understand how to manipulate the contents of the file.
I also created a new material and have tried using variations of it in Climate Studio with no success. Some reference the perforate.cal file in the .rad file and some are meant to be used without the perforate.cal file.
I have read the usman2.pdf and refman.pdf and recently purchased the Rendering with Radiance v1.1 (PDF), as well as other readings on the Internet.
ChatGPT gave me this:
void metal perforated_metal_base
0
0
5 0.6 0.6 0.6 0 0 # Reflectance of 60%, no specularity, no roughness
void plastic hole_material
0
0
5 0.8 0.8 0.8 0 0 # A transparent material for the holes
void mixfunc perforated_metal
2 perforated_metal_base hole_material
4 surf_perforation x y z
0
0
surf_perforation = if((mod(x,10)-5)^2 + (mod(y,10)-5)^2 - 1 < 0, 1, 0);
And I found this on the Ladybug support forum:
void plastic mesh_material
0
0
5 1.0 0.0 0.0 0.0 0.0
void mixfunc y_perforation
6 mesh_material void y_hole perforate.cal -s 0.0024
0
1 0.229167
y_perforation polygon Face_425a49ee
0
0
12 -0.05 -8.5 1.65 0.05 -8.5 1.65 0.05 -8.5 1.75 -0.05 -8.5 1.75
Tl;DR:
I want a perforated metal (polished aluminum) screen/panel, but I am unsure how to manipulate the perforate.cal file and I am unsure if my .rad files are correct.
I could settle for some blinds that allow for 65% of light to pass through when down.
Any suggestions would be greatly appreciated.