Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orientation of roof in SFH #728

Open
larissakuehn opened this issue Dec 20, 2022 · 0 comments · May be fixed by #729
Open

Orientation of roof in SFH #728

larissakuehn opened this issue Dec 20, 2022 · 0 comments · May be fixed by #729
Assignees
Labels

Comments

@larissakuehn
Copy link

Within TEASER\teaser\logic\archetypebuildings\tabula\de\singlefamilyhouse.py the orientation of the roof is set as follows:

    self.roof_names_1 = {
        "RooftopNorth_1": [35.0, 0.0],
        "RooftopSouth_1": [35.0, 90.0],
    }

    self.roof_names_2 = {
        "RooftopNorth_2": [35.0, 0.0],
        "RooftopSouth_2": [35.0, 90.0],

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:

tiltRoof = {0.6108652381980153, 0.6108652381980153},
aziRoof = {3.141592653589793, -1.5707963267948966},

Orientation = 180:

tiltRoof = {0.6108652381980153, 0.6108652381980153},
aziRoof = {3.141592653589793, 0.0},
@larissakuehn larissakuehn linked a pull request Dec 21, 2022 that will close this issue
@larissakuehn larissakuehn linked a pull request Dec 21, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants