openstudio-standards 0.8.0.rc1 → 0.8.0.rc2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 73bad66cefc13e7ef06f737246bf8f81a1b985e31f1111480f352ad4806bf930
4
- data.tar.gz: 4f6e6d2a9171b815f5d5b8edafc631434689b34b2e58cf7f4f61b3bc1fcd1b71
3
+ metadata.gz: 2fa30a3bce2e692e4be98072b08a743a0148e55fcfee4cfe0b568e05a4c45d10
4
+ data.tar.gz: b6911f12341bda5383bdcf3008224e0fa5dee19c21bf33fb205718873951e232
5
5
  SHA512:
6
- metadata.gz: 11bd923f4da8a65bccdfbf0360308986b073525ec192ba88a9976ebedd790955d10ecba3ca3f1a25dde076dc64b8d7e07cdc21d6ff65a9d11292e59c57ab9c32
7
- data.tar.gz: 02af5042859c28e49243bb9db6f5f0aae253fe226d6584b2e1b37036918a432732a9e2b8c585e35f8bddea0c6bf27956bc991fa84a769c486b52c4c6ff26680d
6
+ metadata.gz: 830222416d18911bbb8610f93def258b73f2fa6bb2bafa7f036106f67460d2a67d1a3a556cc2b86c0900088661743886b8896580ed25ebad2f9a23c6d1def1c0
7
+ data.tar.gz: 2c84991f7e3b33663a336d019d31e93848beab8b9a7d9b4109b5c90abf73a94d9fa4050f9d8eb138a150f51d84019993872186d8ce02fa0d3e7b1d53727d0c80
@@ -459,9 +459,13 @@ module OpenstudioStandards
459
459
  hash['RetailSales'] = { ratio: 0.8, space_type_gen: true, default: true }
460
460
  hash['StockRoom'] = { ratio: 0.2, space_type_gen: true, default: false }
461
461
  when 'SCn'
462
- hash['WarehouseCond'] = { ratio: 1.0, space_type_gen: true, default: true }
462
+ hash['WarehouseCond'] = { ratio: 0.951, space_type_gen: true, default: true }
463
+ hash['OfficeGeneral'] = { ratio: 0.049, space_type_gen: true, default: false }
464
+
463
465
  when 'SUn'
464
- hash['WarehouseUnCond'] = { ratio: 1.0, space_type_gen: true, default: true }
466
+ hash['WarehouseUnCond'] = { ratio: 0.951, space_type_gen: true, default: true }
467
+ hash['OfficeGeneral'] = { ratio: 0.049, space_type_gen: true, default: false }
468
+
465
469
  when 'WRf'
466
470
  hash['IndLoadDock'] = { ratio: 0.08, space_type_gen: true, default: false }
467
471
  hash['OfficeGeneral'] = { ratio: 0.02, space_type_gen: true, default: false }
@@ -31,7 +31,7 @@ class Standard
31
31
 
32
32
  # set plant component properties
33
33
  plant_comp.setPlantLoadingMode('MeetsLoadWithNominalCapacityHiOutLimit')
34
- plant_comp.setPlantLoopFlowRequestMode('NeedsFlowIfLoopIsOn')
34
+ plant_comp.setPlantLoopFlowRequestMode('NeedsFlowIfLoopOn')
35
35
 
36
36
  # plant design volume flow rate internal variable
37
37
  vdot_des_int_var = OpenStudio::Model::EnergyManagementSystemInternalVariable.new(model, 'Plant Design Volume Flow Rate')
@@ -13,5 +13,5 @@ module OpenstudioStandards
13
13
  end
14
14
  return 'git-not-found-on-this-system'
15
15
  end
16
- VERSION = '0.8.0.rc1'.freeze
16
+ VERSION = '0.8.0.rc2'.freeze
17
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openstudio-standards
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0.rc1
4
+ version: 0.8.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Adams
@@ -39,7 +39,7 @@ authors:
39
39
  autorequire:
40
40
  bindir: bin
41
41
  cert_chain: []
42
- date: 2025-05-12 00:00:00.000000000 Z
42
+ date: 2025-05-20 00:00:00.000000000 Z
43
43
  dependencies:
44
44
  - !ruby/object:Gem::Dependency
45
45
  name: bundler