open229 / ruleset-model-description-schema

Developing a schema for ASHRAE Standard 229P.
Other
7 stars 3 forks source link

Construction should have construction type #175

Closed nealkruis closed 1 year ago

nealkruis commented 1 year ago

per SCE Machine Readable Rulesets project feedback:

Many rulesets need to know the type of construction in order to determine U-factors (e.g., ECB and Title 24).

JasonGlazer commented 1 year ago

@nealkruis could you expand on this a bit. What would the construction types be? Are you talking about where they apply like wall, floor, roof? The Surface has a SurfaceClassificationOptions enumeration that includes that already. We also have a data element for input options like layers vs simplified.

JasonGlazer commented 1 year ago

@nealkruis I found a separate note that this might be more related to window framing like wood framed or meal framed. If that is the intent, what other enumerations can you think of?

nealkruis commented 1 year ago

Here is what I came up with for:

These should be ruleset specific.

JasonGlazer commented 1 year ago

Addressed in 0.0.28