Class: CreateTypicalBuildingFromModel
- Inherits:
-
OpenStudio::Measure::ModelMeasure
- Object
- OpenStudio::Measure::ModelMeasure
- CreateTypicalBuildingFromModel
- Defined in:
- lib/measures/create_typical_building_from_model/measure.rb
Overview
start the measure
Instance Method Summary collapse
-
#arguments(model) ⇒ Object
define the arguments that the user will input.
-
#description ⇒ Object
human readable description.
-
#modeler_description ⇒ Object
human readable description of modeling approach.
-
#name ⇒ Object
human readable name.
-
#run(model, runner, user_arguments) ⇒ Object
define what happens when the measure is run.
-
#taxonomy ⇒ Object
used to populate taxonomy in readme.md.
Instance Method Details
#arguments(model) ⇒ Object
define the arguments that the user will input
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 |
# File 'lib/measures/create_typical_building_from_model/measure.rb', line 34 def arguments(model) args = OpenStudio::Measure::OSArgumentVector.new # see if building name contains any template values default_string = '90.1-2010' OpenstudioStandards::CreateTypical.get_templates.each do |template_string| if model.getBuilding.name.to_s.include?(template_string) default_string = template_string next end end # Make argument for template template = OpenStudio::Measure::OSArgument.makeChoiceArgument('template', OpenstudioStandards::CreateTypical.get_templates, true) template.setDisplayName('Target Standard') template.setDefaultValue(default_string) args << template # Make argument for system type hvac_chs = OpenStudio::StringVector.new hvac_chs << 'Inferred' hvac_chs << 'Ideal Air Loads' hvac_chs << 'Baseboard electric' hvac_chs << 'Baseboard gas boiler' hvac_chs << 'Baseboard central air source heat pump' hvac_chs << 'Baseboard district hot water' hvac_chs << 'Direct evap coolers with baseboard electric' hvac_chs << 'Direct evap coolers with baseboard gas boiler' hvac_chs << 'Direct evap coolers with baseboard central air source heat pump' hvac_chs << 'Direct evap coolers with baseboard district hot water' hvac_chs << 'Direct evap coolers with forced air furnace' hvac_chs << 'Direct evap coolers with gas unit heaters' hvac_chs << 'Direct evap coolers with no heat' hvac_chs << 'DOAS with fan coil chiller with boiler' hvac_chs << 'DOAS with fan coil chiller with central air source heat pump' hvac_chs << 'DOAS with fan coil chiller with district hot water' hvac_chs << 'DOAS with fan coil chiller with baseboard electric' hvac_chs << 'DOAS with fan coil chiller with gas unit heaters' hvac_chs << 'DOAS with fan coil chiller with no heat' hvac_chs << 'DOAS with fan coil air-cooled chiller with boiler' hvac_chs << 'DOAS with fan coil air-cooled chiller with central air source heat pump' hvac_chs << 'DOAS with fan coil air-cooled chiller with district hot water' hvac_chs << 'DOAS with fan coil air-cooled chiller with baseboard electric' hvac_chs << 'DOAS with fan coil air-cooled chiller with gas unit heaters' hvac_chs << 'DOAS with fan coil air-cooled chiller with no heat' hvac_chs << 'DOAS with fan coil district chilled water with boiler' hvac_chs << 'DOAS with fan coil district chilled water with central air source heat pump' hvac_chs << 'DOAS with fan coil district chilled water with district hot water' hvac_chs << 'DOAS with fan coil district chilled water with baseboard electric' hvac_chs << 'DOAS with fan coil district chilled water with gas unit heaters' hvac_chs << 'DOAS with fan coil district chilled water with no heat' hvac_chs << 'DOAS with VRF' hvac_chs << 'DOAS with water source heat pumps fluid cooler with boiler' hvac_chs << 'DOAS with water source heat pumps cooling tower with boiler' hvac_chs << 'DOAS with water source heat pumps with ground source heat pump' hvac_chs << 'DOAS with water source heat pumps district chilled water with district hot water' hvac_chs << 'Fan coil chiller with boiler' hvac_chs << 'Fan coil chiller with central air source heat pump' hvac_chs << 'Fan coil chiller with district hot water' hvac_chs << 'Fan coil chiller with baseboard electric' hvac_chs << 'Fan coil chiller with gas unit heaters' hvac_chs << 'Fan coil chiller with no heat' hvac_chs << 'Fan coil air-cooled chiller with boiler' hvac_chs << 'Fan coil air-cooled chiller with central air source heat pump' hvac_chs << 'Fan coil air-cooled chiller with district hot water' hvac_chs << 'Fan coil air-cooled chiller with baseboard electric' hvac_chs << 'Fan coil air-cooled chiller with gas unit heaters' hvac_chs << 'Fan coil air-cooled chiller with no heat' hvac_chs << 'Fan coil district chilled water with boiler' hvac_chs << 'Fan coil district chilled water with central air source heat pump' hvac_chs << 'Fan coil district chilled water with district hot water' hvac_chs << 'Fan coil district chilled water with baseboard electric' hvac_chs << 'Fan coil district chilled water with gas unit heaters' hvac_chs << 'Fan coil district chilled water with no heat' hvac_chs << 'Forced air furnace' hvac_chs << 'Gas unit heaters' hvac_chs << 'PTAC with baseboard electric' hvac_chs << 'PTAC with baseboard gas boiler' hvac_chs << 'PTAC with baseboard district hot water' hvac_chs << 'PTAC with gas unit heaters' hvac_chs << 'PTAC with electric coil' hvac_chs << 'PTAC with gas coil' hvac_chs << 'PTAC with gas boiler' hvac_chs << 'PTAC with central air source heat pump' hvac_chs << 'PTAC with district hot water' hvac_chs << 'PTAC with no heat' hvac_chs << 'PTHP' hvac_chs << 'PSZ-AC with baseboard electric' hvac_chs << 'PSZ-AC with baseboard gas boiler' hvac_chs << 'PSZ-AC with baseboard district hot water' hvac_chs << 'PSZ-AC with gas unit heaters' hvac_chs << 'PSZ-AC with electric coil' hvac_chs << 'PSZ-AC with gas coil' hvac_chs << 'PSZ-AC with gas boiler' hvac_chs << 'PSZ-AC with central air source heat pump' hvac_chs << 'PSZ-AC with district hot water' hvac_chs << 'PSZ-AC with no heat' hvac_chs << 'PSZ-AC district chilled water with baseboard electric' hvac_chs << 'PSZ-AC district chilled water with baseboard gas boiler' hvac_chs << 'PSZ-AC district chilled water with baseboard district hot water' hvac_chs << 'PSZ-AC district chilled water with gas unit heaters' hvac_chs << 'PSZ-AC district chilled water with electric coil' hvac_chs << 'PSZ-AC district chilled water with gas coil' hvac_chs << 'PSZ-AC district chilled water with gas boiler' hvac_chs << 'PSZ-AC district chilled water with central air source heat pump' hvac_chs << 'PSZ-AC district chilled water with district hot water' hvac_chs << 'PSZ-AC district chilled water with no heat' hvac_chs << 'PSZ-HP' hvac_chs << 'PVAV with gas boiler reheat' hvac_chs << 'PVAV with central air source heat pump reheat' hvac_chs << 'PVAV with district hot water reheat' hvac_chs << 'PVAV with PFP boxes' hvac_chs << 'PVAV with gas heat with electric reheat' hvac_chs << 'PVAV with gas coil heat with electric reheat' hvac_chs << 'PVAV with gas boiler heat with electric reheat' hvac_chs << 'Residential AC with baseboard electric' hvac_chs << 'Residential AC with baseboard gas boiler' hvac_chs << 'Residential AC with baseboard central air source heat pump' hvac_chs << 'Residential AC with baseboard district hot water' hvac_chs << 'Residential AC with residential forced air furnace' hvac_chs << 'Residential AC with no heat' hvac_chs << 'Residential heat pump' hvac_chs << 'Residential heat pump with no cooling' hvac_chs << 'Residential forced air furnace' hvac_chs << 'VAV chiller with gas boiler reheat' hvac_chs << 'VAV chiller with central air source heat pump reheat' hvac_chs << 'VAV chiller with district hot water reheat' hvac_chs << 'VAV chiller with PFP boxes' hvac_chs << 'VAV chiller with gas coil reheat' hvac_chs << 'VAV chiller with no reheat with baseboard electric' hvac_chs << 'VAV chiller with no reheat with gas unit heaters' hvac_chs << 'VAV chiller with no reheat with zone heat pump' hvac_chs << 'VAV air-cooled chiller with gas boiler reheat' hvac_chs << 'VAV air-cooled chiller with central air source heat pump reheat' hvac_chs << 'VAV air-cooled chiller with district hot water reheat' hvac_chs << 'VAV air-cooled chiller with PFP boxes' hvac_chs << 'VAV air-cooled chiller with gas coil reheat' hvac_chs << 'VAV air-cooled chiller with no reheat with baseboard electric' hvac_chs << 'VAV air-cooled chiller with no reheat with gas unit heaters' hvac_chs << 'VAV air-cooled chiller with no reheat with zone heat pump' hvac_chs << 'VAV district chilled water with gas boiler reheat' hvac_chs << 'VAV district chilled water with central air source heat pump reheat' hvac_chs << 'VAV district chilled water with district hot water reheat' hvac_chs << 'VAV district chilled water with PFP boxes' hvac_chs << 'VAV district chilled water with gas coil reheat' hvac_chs << 'VAV district chilled water with no reheat with baseboard electric' hvac_chs << 'VAV district chilled water with no reheat with gas unit heaters' hvac_chs << 'VAV district chilled water with no reheat with zone heat pump' hvac_chs << 'VRF' hvac_chs << 'Water source heat pumps fluid cooler with boiler' hvac_chs << 'Water source heat pumps cooling tower with boiler' hvac_chs << 'Water source heat pumps with ground source heat pump' hvac_chs << 'Water source heat pumps district chilled water with district hot water' hvac_chs << 'Window AC with baseboard electric' hvac_chs << 'Window AC with baseboard gas boiler' hvac_chs << 'Window AC with baseboard central air source heat pump' hvac_chs << 'Window AC with baseboard district hot water' hvac_chs << 'Window AC with forced air furnace' hvac_chs << 'Window AC with unit heaters' hvac_chs << 'Window AC with no heat' system_type = OpenStudio::Measure::OSArgument.makeChoiceArgument('system_type', hvac_chs, true) system_type.setDisplayName('HVAC System Type') system_type.setDefaultValue('Inferred') args << system_type # Make argument for HVAC delivery type hvac_type_chs = OpenStudio::StringVector.new hvac_type_chs << 'Forced Air' hvac_type_chs << 'Hydronic' hvac_type_chs << 'Inferred' hvac_delivery_type = OpenStudio::Measure::OSArgument.makeChoiceArgument('hvac_delivery_type', hvac_type_chs, true) hvac_delivery_type.setDisplayName('HVAC System Delivery Type') hvac_delivery_type.setDescription('How the HVAC system delivers heating or cooling to the zone.') hvac_delivery_type.setDefaultValue('Forced Air') args << hvac_delivery_type # Make argument for HVAC heating source htg_src_chs = OpenStudio::StringVector.new htg_src_chs << 'Electricity' htg_src_chs << 'NaturalGas' htg_src_chs << 'DistrictHeating' htg_src_chs << 'DistrictAmbient' htg_src_chs << 'Inferred' htg_src = OpenStudio::Measure::OSArgument.makeChoiceArgument('htg_src', htg_src_chs, true) htg_src.setDisplayName('HVAC Heating Source') htg_src.setDescription('The primary source of heating used by HVAC systems in the model.') htg_src.setDefaultValue('NaturalGas') args << htg_src # Make argument for HVAC cooling source clg_src_chs = OpenStudio::StringVector.new clg_src_chs << 'Electricity' clg_src_chs << 'DistrictCooling' clg_src_chs << 'DistrictAmbient' clg_src_chs << 'Inferred' clg_src = OpenStudio::Measure::OSArgument.makeChoiceArgument('clg_src', clg_src_chs, true) clg_src.setDisplayName('HVAC Cooling Source') clg_src.setDescription('The primary source of cooling used by HVAC systems in the model.') clg_src.setDefaultValue('Electricity') args << clg_src swh_src_chs = OpenStudio::StringVector.new swh_src_chs << 'Inferred' swh_src_chs << 'NaturalGas' swh_src_chs << 'Electricity' swh_src_chs << 'HeatPump' swh_src = OpenStudio::Measure::OSArgument.makeChoiceArgument('swh_src', swh_src_chs, true) swh_src.setDisplayName('Service Water Heating Source') swh_src.setDescription('The primary source of heating used by SWH systems in the model.') swh_src.setDefaultValue('Inferred') args << swh_src # # make argument for fuel type (not used yet) # fuel_type_cooking = OpenStudio::Measure::OSArgument::makeChoiceArgument("fuel_type_cooking", fuel_choices,true) # fuel_type_cooking.setDisplayName("Fuel Type for Cooking Loads") # fuel_type_cooking.setDefaultValue("Gas") # args << fuel_type_cooking # # # make argument for fuel type (not used yet) # fuel_type_laundry = OpenStudio::Measure::OSArgument::makeChoiceArgument("fuel_type_laundry", fuel_choices,true) # fuel_type_laundry.setDisplayName("Fuel Type for Laundry Dryer Loads") # fuel_type_laundry.setDefaultValue("Electric") # args << fuel_type_laundry # make argument for kitchen makeup kitchen_makeup_choices = OpenStudio::StringVector.new kitchen_makeup_choices << 'None' kitchen_makeup_choices << 'Largest Zone' kitchen_makeup_choices << 'Adjacent' kitchen_makeup = OpenStudio::Measure::OSArgument.makeChoiceArgument('kitchen_makeup', kitchen_makeup_choices, true) kitchen_makeup.setDisplayName('Kitchen Exhaust MakeUp Air Calculation Method') kitchen_makeup.setDescription('Determine logic to identify dining or cafe zones to provide makeup air to kitchen exhaust.') kitchen_makeup.setDefaultValue('Adjacent') args << kitchen_makeup # make argument for exterior_lighting_zone exterior_lighting_zone_choices = OpenStudio::StringVector.new exterior_lighting_zone_choices << '0 - Undeveloped Areas Parks' exterior_lighting_zone_choices << '1 - Developed Areas Parks' exterior_lighting_zone_choices << '2 - Neighborhood' exterior_lighting_zone_choices << '3 - All Other Areas' exterior_lighting_zone_choices << '4 - High Activity' exterior_lighting_zone = OpenStudio::Measure::OSArgument.makeChoiceArgument('exterior_lighting_zone', exterior_lighting_zone_choices, true) exterior_lighting_zone.setDisplayName('Exterior Lighting Zone') exterior_lighting_zone.setDescription('Identify the Exterior Lighting Zone for the Building Site.') exterior_lighting_zone.setDefaultValue('3 - All Other Areas') args << exterior_lighting_zone # make an argument for add_constructions add_constructions = OpenStudio::Measure::OSArgument.makeBoolArgument('add_constructions', true) add_constructions.setDisplayName('Add Constructions to Model') add_constructions.setDescription('Construction Set will be applied to entire building') add_constructions.setDefaultValue(true) args << add_constructions # make argument for wall_construction_type wall_construction_type_choices = OpenStudio::StringVector.new wall_construction_type_choices << 'Mass' wall_construction_type_choices << 'Metal Building' wall_construction_type_choices << 'SteelFramed' wall_construction_type_choices << 'WoodFramed' wall_construction_type_choices << 'Inferred' wall_construction_type = OpenStudio::Measure::OSArgument.makeChoiceArgument('wall_construction_type', wall_construction_type_choices, true) wall_construction_type.setDisplayName('Wall Construction Type') wall_construction_type.setDescription('Identify Exterior Wall Construction Type to be applied to entire building') wall_construction_type.setDefaultValue('Inferred') args << wall_construction_type # make an argument for add_space_type_loads add_space_type_loads = OpenStudio::Measure::OSArgument.makeBoolArgument('add_space_type_loads', true) add_space_type_loads.setDisplayName('Add Space Type Loads to Model') add_space_type_loads.setDescription('Populate existing space types in model with internal loads.') add_space_type_loads.setDefaultValue(true) args << add_space_type_loads # make an argument for add_elevators add_elevators = OpenStudio::Measure::OSArgument.makeBoolArgument('add_elevators', true) add_elevators.setDisplayName('Add Elevators to Model') add_elevators.setDescription('Elevators will be add directly to space in model vs. being applied to a space type.') add_elevators.setDefaultValue(true) args << add_elevators # make an argument for add_internal_mass add_internal_mass = OpenStudio::Measure::OSArgument.makeBoolArgument('add_internal_mass', true) add_internal_mass.setDisplayName('Add Internal Mass to Model') add_internal_mass.setDescription('Adds internal mass to each space.') add_internal_mass.setDefaultValue(true) args << add_internal_mass # make an argument for add_exterior_lights add_exterior_lights = OpenStudio::Measure::OSArgument.makeBoolArgument('add_exterior_lights', true) add_exterior_lights.setDisplayName('Add Exterior Lights to Model') add_exterior_lights.setDescription('Multiple exterior lights objects will be added for different classes of lighting such as parking and facade.') add_exterior_lights.setDefaultValue(true) args << add_exterior_lights # make an argument for onsite_parking_fraction onsite_parking_fraction = OpenStudio::Measure::OSArgument.makeDoubleArgument('onsite_parking_fraction', true) onsite_parking_fraction.setDisplayName('Onsite Parking Fraction') onsite_parking_fraction.setDescription('If set to 0 no exterior lighting for parking will be added') onsite_parking_fraction.setDefaultValue(1.0) args << onsite_parking_fraction # make an argument for add_exhaust add_exhaust = OpenStudio::Measure::OSArgument.makeBoolArgument('add_exhaust', true) add_exhaust.setDisplayName('Add Exhaust Fans to Model') add_exhaust.setDescription('Depending upon building type exhaust fans can be in kitchens, restrooms or other space types') add_exhaust.setDefaultValue(true) args << add_exhaust # make an argument for add_swh add_swh = OpenStudio::Measure::OSArgument.makeBoolArgument('add_swh', true) add_swh.setDisplayName('Add Service Water Heating to Model') add_swh.setDescription('This will add both the supply and demand side of service water heating.') add_swh.setDefaultValue(true) args << add_swh # make an argument for add_thermostat add_thermostat = OpenStudio::Measure::OSArgument.makeBoolArgument('add_thermostat', true) add_thermostat.setDisplayName('Add Thermostats') add_thermostat.setDescription('Add Thermostat to model based on Space Type Standards information of spaces assigned to thermal zones.') add_thermostat.setDefaultValue(true) args << add_thermostat # make an argument for add_hvac add_hvac = OpenStudio::Measure::OSArgument.makeBoolArgument('add_hvac', true) add_hvac.setDisplayName('Add HVAC System to Model') add_hvac.setDescription('Add HVAC System to the model') add_hvac.setDefaultValue(true) args << add_hvac # make an argument for add_refrigeration add_refrigeration = OpenStudio::Measure::OSArgument.makeBoolArgument('add_refrigeration', true) add_refrigeration.setDisplayName('Add Refrigeration to Model') add_refrigeration.setDescription('Add refrigeration cases and walkins model') add_refrigeration.setDefaultValue(true) args << add_refrigeration # modify weekday hours of operation modify_wkdy_op_hrs = OpenStudio::Measure::OSArgument.makeBoolArgument('modify_wkdy_op_hrs', true) modify_wkdy_op_hrs.setDisplayName('Modify weekday hours of operation') modify_wkdy_op_hrs.setDescription('Modify the weekday hours of operation in the model.') modify_wkdy_op_hrs.setDefaultValue(false) args << modify_wkdy_op_hrs # weekday hours of operation start time wkdy_op_hrs_start_time = OpenStudio::Measure::OSArgument.makeDoubleArgument('wkdy_op_hrs_start_time', true) wkdy_op_hrs_start_time.setDisplayName('Weekday Operating Hours Start Time') wkdy_op_hrs_start_time.setDescription('Enter 24 hour values with fractional values converted to minutes. e.g. 17.25 = 5:15pm. Only used if Modify weekday hours of operation is true.') wkdy_op_hrs_start_time.setUnits('Hours') wkdy_op_hrs_start_time.setDefaultValue(8.0) wkdy_op_hrs_start_time.setMinValue(0.0) wkdy_op_hrs_start_time.setMaxValue(24.0) args << wkdy_op_hrs_start_time # weekday hours of operation duration wkdy_op_hrs_duration = OpenStudio::Measure::OSArgument.makeDoubleArgument('wkdy_op_hrs_duration', true) wkdy_op_hrs_duration.setDisplayName('Weekday Operating Hours Duration') wkdy_op_hrs_duration.setDescription('Length of weekday operating hours. Enter 24 hour values with fractional values converted to minutes. e.g. 17.25 = 5:15pm. Only used if Modify weekday hours of operation is true.') wkdy_op_hrs_duration.setUnits('Hours') wkdy_op_hrs_duration.setDefaultValue(8.0) wkdy_op_hrs_duration.setMinValue(0.0) wkdy_op_hrs_duration.setMaxValue(24.0) args << wkdy_op_hrs_duration # modify weekend hours of operation modify_wknd_op_hrs = OpenStudio::Measure::OSArgument.makeBoolArgument('modify_wknd_op_hrs', true) modify_wknd_op_hrs.setDisplayName('Modify weekend hours of operation') modify_wknd_op_hrs.setDescription('Modify the weekend hours of operation in the model.') modify_wknd_op_hrs.setDefaultValue(false) args << modify_wknd_op_hrs # weekend hours of operation start time wknd_op_hrs_start_time = OpenStudio::Measure::OSArgument.makeDoubleArgument('wknd_op_hrs_start_time', true) wknd_op_hrs_start_time.setDisplayName('Weekend Operating Hours Start Time') wknd_op_hrs_start_time.setDescription('Enter 24 hour values with fractional values converted to minutes. e.g. 17.25 = 5:15pm. Only used if Modify weekend hours of operation is true.') wknd_op_hrs_start_time.setUnits('Hours') wknd_op_hrs_start_time.setDefaultValue(8.0) wknd_op_hrs_start_time.setMinValue(0.0) wknd_op_hrs_start_time.setMaxValue(24.0) args << wknd_op_hrs_start_time # weekend hours of operation duration wknd_op_hrs_duration = OpenStudio::Measure::OSArgument.makeDoubleArgument('wknd_op_hrs_duration', true) wknd_op_hrs_duration.setDisplayName('Weekend Operating Hours Duration') wknd_op_hrs_duration.setDescription('Length of weekend operating hours. Enter 24 hour values with fractional values converted to minutes. e.g. 17.25 = 5:15pm. Only used if Modify weekend hours of operation is true.') wknd_op_hrs_duration.setUnits('Hours') wknd_op_hrs_duration.setDefaultValue(8.0) wknd_op_hrs_duration.setMinValue(0.0) wknd_op_hrs_duration.setMaxValue(24.0) args << wknd_op_hrs_duration # make an argument for unmet_hours_tolerance unmet_hours_tolerance = OpenStudio::Measure::OSArgument.makeDoubleArgument('unmet_hours_tolerance', true) unmet_hours_tolerance.setDisplayName('Unmet Hours Tolerance') unmet_hours_tolerance.setDescription('Set the thermostat setpoint tolerance for unmet hours in degrees Rankine') unmet_hours_tolerance.setDefaultValue(1.0) unmet_hours_tolerance.setMinValue(0.0) args << unmet_hours_tolerance # make an argument for remove_objects remove_objects = OpenStudio::Measure::OSArgument.makeBoolArgument('remove_objects', true) remove_objects.setDisplayName('Clean Model of non-geometry objects') remove_objects.setDescription('Only removes objects of type that are selected to be added.') remove_objects.setDefaultValue(true) args << remove_objects # make an argument for use_upstream_args use_upstream_args = OpenStudio::Measure::OSArgument.makeBoolArgument('use_upstream_args', true) use_upstream_args.setDisplayName('Use Upstream Argument Values') use_upstream_args.setDescription('When true this will look for arguments or registerValues in upstream measures that match arguments from this measure, and will use the value from the upstream measure in place of what is entered for this measure.') use_upstream_args.setDefaultValue(true) args << use_upstream_args # make force daylight savings on enable_dst = OpenStudio::Measure::OSArgument.makeBoolArgument('enable_dst', true) enable_dst.setDisplayName('Enable Daylight Savings') enable_dst.setDescription('By default this will force daylight savings to be enabled. Set to false if in a location where DST is not followed, or if needed for specific use case.') enable_dst.setDefaultValue(true) args << enable_dst return args end |
#description ⇒ Object
human readable description
19 20 21 |
# File 'lib/measures/create_typical_building_from_model/measure.rb', line 19 def description return 'Takes a model with space and stub space types, and assigns constructions, schedules, internal loads, hvac, and other loads such as exterior lights and service water heating.' end |
#modeler_description ⇒ Object
human readable description of modeling approach
24 25 26 |
# File 'lib/measures/create_typical_building_from_model/measure.rb', line 24 def modeler_description return 'It is important that the template argument chosen for this measure is in line with the building types for the stub space types of the model passed in.' end |
#name ⇒ Object
human readable name
14 15 16 |
# File 'lib/measures/create_typical_building_from_model/measure.rb', line 14 def name return 'Create Typical Building from Model' end |
#run(model, runner, user_arguments) ⇒ Object
define what happens when the measure is run
460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 |
# File 'lib/measures/create_typical_building_from_model/measure.rb', line 460 def run(model, runner, user_arguments) super(model, runner, user_arguments) # assign the user inputs to variables args = runner.getArgumentValues(arguments(model), user_arguments) args = Hash[args.collect{ |k, v| [k.to_s, v] }] if !args then return false end # todo - need to make use of this before pass to standards use_upstream_args = args['use_upstream_args'] # open channel to log messages reset_log # Turn debugging output on/off debug = false # method run from os_lib_model_generation.rb result = OpenstudioStandards::CreateTypical.create_typical_building_from_model( model, args['template'], climate_zone: nil, # not exposed in user measure args add_hvac: args['add_hvac'], hvac_system_type: args['system_type'], hvac_delivery_type: args['hvac_delivery_type'], heating_fuel: args['htg_src'], service_water_heating_fuel: args['swh_src'], cooling_fuel: args['clg_src'], kitchen_makeup: args['kitchen_makeup'], exterior_lighting_zone: args['exterior_lighting_zone'], add_constructions: args['add_constructions'], wall_construction_type: args['wall_construction_type'], add_space_type_loads: args['add_space_type_loads'], add_daylighting_controls: nil, # not exposed in user measure args add_elevators: args['add_elevators'], add_internal_mass: args['add_internal_mass'], add_exterior_lights: args['add_exterior_lights'], onsite_parking_fraction: args['onsite_parking_fraction'], add_exhaust: args['add_exhaust'], add_swh: args['add_swh'], add_thermostat: args['add_thermostat'], add_refrigeration: args['add_refrigeration'], modify_wkdy_op_hrs: args['modify_wkdy_op_hrs'], wkdy_op_hrs_start_time: args['wkdy_op_hrs_start_time'], wkdy_op_hrs_duration: args['wkdy_op_hrs_duration'], modify_wknd_op_hrs: args['modify_wknd_op_hrs'], wknd_op_hrs_start_time: args['wknd_op_hrs_start_time'], wknd_op_hrs_duration: args['wknd_op_hrs_duration'], hoo_var_method: nil, # not exposed in user measure args enable_dst: args['enable_dst'], unmet_hours_tolerance_r: args['unmet_hours_tolerance'], remove_objects: args['remove_objects'], user_hvac_mapping: nil, # not exposed in this measure yet? sizing_run_directory: nil) # not exposed in user measure args # gather log (runner, debug) reset_log if result == false return false else return true end end |
#taxonomy ⇒ Object
used to populate taxonomy in readme.md
29 30 31 |
# File 'lib/measures/create_typical_building_from_model/measure.rb', line 29 def taxonomy return 'Whole Building.Space Types' end |