ladybug-tools / dragonfly-doe2

:dragon: :tokyo_tower: Dragonfly extension for energy simulation with DOE2
https://www.ladybug.tools/dragonfly-doe2/docs/
GNU Affero General Public License v3.0
3 stars 5 forks source link

needs ability to handle sub-grade walls #36

Closed TfedUD closed 2 years ago

TfedUD commented 2 years ago

it appears that sub-grade walls; the BC's are not translated over; and implemented in a way that creates sub-grade walls. This should be an easy fix, somthing like:

if str(bc) in list(['Outdoors', 'Ground']):

https://github.com/ladybug-tools/dragonfly-doe2/blob/019056b23cf6171c064c0da3fe5366f7cabd61ba/dragonfly_doe2/doe/floor_space.py#L298 image