Hello
I am in the process of trying to calculate the direct sunlight in a room as I need to use it to determine when my solar shading should be active according to IES lM 83-12. But have some issues running this with a 2305 patch sky (Reinhart). I know gendaymtx must use -m 4 to achieve this, but when I run with this input, an error occurs in dctimestep. While if running with -m 1, there is no problem. Have read the manuals but can not find anything about how to run gendaymtx with -m 4 in the 3-Phase calculation.
The Script is from a bat file and is runned in a Windows system.
Script:
xform -m black C:\IES\Scene\RoomGeo%name%__GEO.rad > C:\IES\Scene\RoomGeo%name%_Room.rad
oconv -f C:\IES\Scene\Materials\materialBlack.rad C:\IES\Scene\RoomGeo%name%_Room.rad > C:\IES\Scene\Octs%name%.oct
rfluxmtx -v -I+ -ab 1 -ad 5000 -lw 0.0002 -n 4 -y 66 - C:\IES\Scene\WindowRads%name%__WGroup.rad -i C:\IES\Scene\Octs%name%.oct < C:\IES\Scene\pts%name%.pts > C:\IES\Matrices%name%.vmx
rfluxmtx -v -ff -ab 0 -ad 1000 -lw 0.001 -c 1000 -n 4 MF=4 C:\IES\Scene\WindowRads%name%__WGroup.rad C:\IES\Scene\Skies\skyglow.rad -i C:\IES\Scene\Octs%name%.oct > C:\IES\Matrices%name%.dmx
gendaymtx -m 4 C:\IES\Scene\epw_wea\Copenhagen.wea > C:\IES\Matrices%name%.smx
dctimestep C:\IES\Matrices%name%.vmx C:\IES\Matrices\TMX\LOWE__3Layer__PXN.xml C:\IES\Matrices%name%.dmx C:\IES\Matrices%name%.smx | rmtxop -fa -t -c 47.4 119.9 11.6 - > C:\IES\Results%name%.ill
Hope anyone have any idea on how to solve this
-Rasmus