DesignBuilder IDF rotation error

asked 2025-08-05 06:13:46 -0500

AY_AY's avatar

I created my model in DesignBuilder and exported the IDF at 0 degree orientation. Now I have python script which would run the IDF with the help of EP to generate TM59 Overheating Criteria A and Criteria B results in 4 different orientations i.e 0°, 90°, 180° & 270°. The problem is, 0° gives exactly the same results as DB but 90°, 180° & 270° shows different values. I want all the 4 orientation to give same results as DB. I assume that DB and EP rotates the model in different fashion. What could be a solution to this?

edit retag flag offensive close merge delete

Comments

I'd export the IDFs from DB and compare them with a text comparison tool (e.g. BeyondCompare). See what DB is doing to rotate the models; it should only be changing the north axis field in the Building object.

ericmartinpe's avatar ericmartinpe  ( 2025-08-05 10:49:30 -0500 )edit

My script is changing the North from 0 to 90 in the IDF exported from DB and then running the sim for 90 degree. But this 90 degree result (generated by my script) doesn't matches with the actual DB result.

As per my understanding DB changes the vertex and few more things. I'm doing this for the first time and can't understand whats the way out.

AY_AY's avatar AY_AY  ( 2025-08-05 11:02:36 -0500 )edit

Can you export the rotated IDFs from DB? I suggest you do that to see how DB is rotating the building.

ericmartinpe's avatar ericmartinpe  ( 2025-08-11 11:40:39 -0500 )edit