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

90.1 PRM: Disable self-shading #1525

Open
eringold opened this issue Jun 4, 2023 · 0 comments
Open

90.1 PRM: Disable self-shading #1525

eringold opened this issue Jun 4, 2023 · 0 comments
Labels
AppendixG Methods to enable the Appendix G model workflow

Comments

@eringold
Copy link
Collaborator

eringold commented Jun 4, 2023

This TODO in model_create_prm_any_baseline_building:

# @todo: turn off self shading
# Set Solar Distribution to MinimalShadowing... problem is when you also have detached shading such as surrounding buildings etc
# It won't be taken into account, while it should: only self shading from the building itself should be turned off but to my knowledge there isn't a way to do this in E+

is now be possible via NREL/EnergyPlus#6390 and NREL/OpenStudio#3913

sc = model.getShadowCalculation
sc.setDisableSelfShadingWithinShadingZoneGroups(true)
sc.setDisableSelfShadingFromShadingZoneGroupstoOtherZones(true)
@lymereJ lymereJ added the AppendixG Methods to enable the Appendix G model workflow label Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AppendixG Methods to enable the Appendix G model workflow
Projects
None yet
Development

No branches or pull requests

2 participants