-
Notifications
You must be signed in to change notification settings - Fork 17
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
Allow modeling whole SFA/MF buildings #1376
Comments
I think your "30 units, 3 stories, 60 bedrooms, 20000 sqft, etc." example is somewhat close to how URBANopt operates. Entire MF building "features" are described at the whole-building level, along with "number of dwelling units represented". The measure supporting the merge of all models starts by scaling all building-level properties down according to the number of dwelling units represented value. |
But URBANopt never ends up with an HPXML file that describes the entire MF building like that -- it fundamentally generates a single HPXML I'm trying to make the point that it's a not-too-big effort to support the type of HPXML files that URBANopt produces, but if URBANopt were to provide a HPXML file that fundamentally reflected its higher-level inputs, that would be a much bigger effort. |
Yeah I just meant in terms of collecting inputs at the whole-building level, not in terms of storing them in HPXML. |
I do like the idea of providing high level description with a a mix of unit types (5 studio, 10 1br, 20br, 5 3br, 3 story, 20000 sqft) |
I've been thinking a bit about this issue. Perhaps one way we could update the BuildResidentialHPXML measure to produce HPXML files with multiple |
This comment was marked as outdated.
This comment was marked as outdated.
Work plan:
|
|
Nice to have, but not critical:
|
Currently OS-HPXML only allows modeling individual dwelling units of a SFA/MF building (including workarounds for MF common spaces adjacent to the unit or units with shared HVAC/DHW/ventilation systems, per ANSI 301).
However, there are use cases where it would be highly beneficial to create whole MF building models. The easiest path from here to there would be to allow a HPXML file where each dwelling unit is described as an individual
Building
element. The HPXMLtoOpenStudio measure could be updated to create an individual model for eachBuilding
element (as it does now) and then merge all the models into a single whole-building model (see example code from URBANopt) at the end. Ideally, the BuildResidentialHPXML measure would also be updated to produce HPXML files like this.(There could be another use case where someone wants to provide an HPXML in which a single
Building
element describes the entire MF building -- e.g., 30 units, 3 stories, 60 bedrooms, 20000 sqft, etc. -- but that would be a greater departure from how OS-HPXML works and far more effort.)Some things to consider for this approach:
The text was updated successfully, but these errors were encountered: