openstudio-standards 0.1.14 → 0.1.15
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e916dc3dd541db34848b9e76703f033a0e341c0f
|
4
|
+
data.tar.gz: 239e41336466f122d9918c657c38aad748178f8d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b8da9b3ff7bb539b19a935b5e4508c174fc262d36968a2a1f6aa27d5f68425cb6e880b48cae5994e731e3c23909f6182bc4d62c3aae284e6eb9c689aac0b5fa
|
7
|
+
data.tar.gz: 8a66ca2788b690d01a4627e92c23082c92bbba9f3d1fe0d34fe0ba5518332b1f75e8d0c988f1c984a6ca7b0dd2488d2bc615953485a9efab9663192d6439c90e
|
@@ -3467,8 +3467,12 @@ class OpenStudio::Model::AirLoopHVAC
|
|
3467
3467
|
# Shut off the system during unoccupied periods.
|
3468
3468
|
# During these times, systems will cycle on briefly
|
3469
3469
|
# if temperature drifts below setpoint. For systems
|
3470
|
-
# with fan-powered terminals,
|
3471
|
-
#
|
3470
|
+
# with fan-powered terminals, the whole system
|
3471
|
+
# (not just the terminal fans) will cycle on.
|
3472
|
+
# Terminal-only night cycling is not used because the terminals cannot
|
3473
|
+
# provide cooling, so terminal-only night cycling leads to excessive
|
3474
|
+
# unmet cooling hours during unoccupied periods.
|
3475
|
+
# If the system already has a schedule other than
|
3472
3476
|
# Always-On, no change will be made. If the system has
|
3473
3477
|
# an Always-On schedule assigned, a new schedule will be created.
|
3474
3478
|
# In this case, occupied is defined as the total percent
|
@@ -3479,12 +3483,7 @@ class OpenStudio::Model::AirLoopHVAC
|
|
3479
3483
|
# @return [Bool] true if successful, false if not
|
3480
3484
|
def enable_unoccupied_fan_shutoff(min_occ_pct = 0.15)
|
3481
3485
|
# Set the system to night cycle
|
3482
|
-
|
3483
|
-
# For VAV with PFP boxes, cycle zone fans only
|
3484
|
-
unless demandComponents('OS:AirTerminal:SingleDuct:ParallelPIU:Reheat'.to_IddObjectType).empty?
|
3485
|
-
night_cycle_type = 'CycleOnAnyZoneFansOnly'
|
3486
|
-
end
|
3487
|
-
setNightCycleControlType(night_cycle_type)
|
3486
|
+
setNightCycleControlType('CycleOnAny')
|
3488
3487
|
|
3489
3488
|
# Check if already using a schedule other than always on
|
3490
3489
|
avail_sch = availabilitySchedule
|
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.1.
|
4
|
+
version: 0.1.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Parker
|
@@ -21,7 +21,7 @@ authors:
|
|
21
21
|
autorequire:
|
22
22
|
bindir: bin
|
23
23
|
cert_chain: []
|
24
|
-
date: 2017-06-
|
24
|
+
date: 2017-06-27 00:00:00.000000000 Z
|
25
25
|
dependencies:
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: nokogiri
|