why did the illuminance results become so much higher when put several points together
I create a txt file containing the coordinates of four points in a room, why did the illuminance results become so much higher ? The simulation results were several times of the results when I used individual txt file for a point. For example, for calculation of the illuminance of four points in a room, first I create four txt files containing the coordinates, the results were around 100 lux, but then, I put the coordinates of the four points in a single txt file (one point in each line), the results were around 800-1000lux.
I don't know why? Any suggestions would be appreciated. Thank you.
Can you please share your model files, points files and commands? It’s hard to determine what happened without seeing exactly what you were doing.
Thank you. Since I do not have 10 points to upload the files, I will just paste all the texts here: Geometry:(reflectance of wall ceiling and floor are: 0.5 0.8 0.3, glass transmittivity: 0.9; reflectance of obstruction and ground is 0.2 )
genbox wall_mat room 4 5 3
xform -t 0 0 8
!genbox.exe E_Obs Obs 20000 2 20 | xform -t -10000 -12 0 !genbox.exe E_Obs Grd 20000 20000 0.01 | xform -t -10000 -10000 -0.01 win_mat polygon window 0 0 12 4 0 9 4 0 11 0 0 11 0 0 9
Sky material:
skyfunc glow skyglow
0
0
4 1 1 1 0
skyglow source sky
0
0
4 0 0 1 180
All four views: 2 1 9 0 0 1 2 2 9 0 0 1 2 3 9 0 0 1 2 4 9 0 0 1
results of 4 points in one text file were different with each points in a separate text file
Commands for the simulation:
gensky
-ang,45 0 -s -b 2000 -R 1000 -g 0.2 > sky1.rad
oconv
Sky1.rad skyMa.mat Geometry1.rad > sc1.oct
rtrace
-w -h -I -ab 5 -aa 0.16 -ar 512 -ad 2048 -as 512 sc1.oct < All4View.txt > result.dat