Module: SmallOffice
- Defined in:
- lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallOffice.rb
Overview
Custom changes for the SmallOffice prototype. These are changes that are inconsistent with other prototype building types.
Instance Method Summary collapse
- #model_custom_hvac_tweaks(building_type, climate_zone, prototype_input, model) ⇒ Object
- #model_custom_swh_tweaks(model, building_type, climate_zone, prototype_input) ⇒ Object
Instance Method Details
#model_custom_hvac_tweaks(building_type, climate_zone, prototype_input, model) ⇒ Object
6 7 8 |
# File 'lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallOffice.rb', line 6 def model_custom_hvac_tweaks(building_type, climate_zone, prototype_input, model) return true end |
#model_custom_swh_tweaks(model, building_type, climate_zone, prototype_input) ⇒ Object
10 11 12 |
# File 'lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallOffice.rb', line 10 def model_custom_swh_tweaks(model, building_type, climate_zone, prototype_input) return true end |