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

ERROR Could not find construction properties #179

Closed
MatthewSteen opened this issue Feb 20, 2017 · 1 comment
Closed

ERROR Could not find construction properties #179

MatthewSteen opened this issue Feb 20, 2017 · 1 comment

Comments

@MatthewSteen
Copy link
Member

MatthewSteen commented Feb 20, 2017

Running the current version of the Create Baseline Building measure from the BCL with Apply Measure Now in 1.14.0 produces the following error.

ERROR Could not find construction properties for: 90.1-20xx-ClimateZone 5-ExteriorDoor-RollUp-Nonresidential.

Arguments

  • 90.1-2007 BETA, 90.1-2010 BETA, or 90.1-2013
  • Warehouse
  • 5B
  • None

The model was created using the a block of code copied from the Space Type and Construction Set Wizard measure, which uses the add_construction_set method.

Interestingly, running the measure on an identical model with SolarCollectorFlatPlateWater objects (and associated plant loop) added will produce the same error in 90.1-2007 BETA and 90.1-2013, but not 90.1-2010 BETA.

@MatthewSteen MatthewSteen changed the title 90.1-2013 ERROR Could not find construction properties ERROR Could not find construction properties Feb 20, 2017
@asparke2 asparke2 self-assigned this Jan 27, 2018
@mdahlhausen
Copy link
Collaborator

Summary of problem:
lib\openstudio-standards\standards\Standards.Model.rb
model_create_prm_baseline_building() ->
model_apply_standard_constructions() ->
planar_surface_apply_standard_construction() ->
This method gets the standards construction type from the construction, which is RollUp, rather than from the construction properties, which is NonSwinging.

Construction:

{
  "name": "Typical Overhead Door",
  "intended_surface_type": "ExteriorDoor",
  "standards_construction_type": "RollUp",
  "insulation_layer": "Typical Insulation",
  "skylight_framing": null,
  "materials": [
    "Typical Insulation"
  ]
}

Solution:
Add a check in the planar_surface_apply_standard_construction() method to change the standards construction type in the lookup for exterior door properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants