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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2fa30a3bce2e692e4be98072b08a743a0148e55fcfee4cfe0b568e05a4c45d10
|
4
|
+
data.tar.gz: b6911f12341bda5383bdcf3008224e0fa5dee19c21bf33fb205718873951e232
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
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:
|
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 }
|
data/lib/openstudio-standards/prototypes/common/objects/Prototype.CentralAirSourceHeatPump.rb
CHANGED
@@ -31,7 +31,7 @@ class Standard
|
|
31
31
|
|
32
32
|
# set plant component properties
|
33
33
|
plant_comp.setPlantLoadingMode('MeetsLoadWithNominalCapacityHiOutLimit')
|
34
|
-
plant_comp.setPlantLoopFlowRequestMode('
|
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')
|
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.
|
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-
|
42
|
+
date: 2025-05-20 00:00:00.000000000 Z
|
43
43
|
dependencies:
|
44
44
|
- !ruby/object:Gem::Dependency
|
45
45
|
name: bundler
|