You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The desciption in rooftop.py says the following:
orientation : float [degree]
Azimuth direction of building element (0 : north, 90: east, 180: south,
270: west), orientation -1.0
Additionally, within e6_generate_building, also 180 is used.
Changing the orientation to 180, will make the following difference to the exported thermalZone records:
Within TEASER\teaser\logic\archetypebuildings\tabula\de\singlefamilyhouse.py the orientation of the roof is set as follows:
shouldn't it be 180 for south?
The desciption in rooftop.py says the following:
orientation : float [degree]
Azimuth direction of building element (0 : north, 90: east, 180: south,
270: west), orientation -1.0
Additionally, within e6_generate_building, also 180 is used.
Changing the orientation to 180, will make the following difference to the exported thermalZone records:
Orientation = 90:
Orientation = 180:
The text was updated successfully, but these errors were encountered: