openstudio-standards 0.1.14 → 0.1.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9adf83fdf660388355b3cd88f23406f39a8403a1
4
- data.tar.gz: 3af3a9d22b9a1baa7b9bebf08f8f7fd4c9d37c2b
3
+ metadata.gz: e916dc3dd541db34848b9e76703f033a0e341c0f
4
+ data.tar.gz: 239e41336466f122d9918c657c38aad748178f8d
5
5
  SHA512:
6
- metadata.gz: 954448813364661199669a3e35206942c7c5b39a7a54c2dfbd796dbb19c74a7420ea1f4e340929fc4f28521562847a96c18cb766dc98d7532b08ea931604432b
7
- data.tar.gz: f49fd09c22fa987ac45994f3bc59b792702fd24f4ab6711128e6cfc9ad58a5f021b9e86cfee11a7d72645fa414070726f315ab07848d236200995e5ed68e7a49
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, only the terminal fans will
3471
- # cycle on. If the system already has a schedule other than
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
- night_cycle_type = 'CycleOnAny'
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
@@ -1,3 +1,3 @@
1
1
  module OpenstudioStandards
2
- VERSION = '0.1.14'.freeze
2
+ VERSION = '0.1.15'.freeze
3
3
  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.1.14
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-15 00:00:00.000000000 Z
24
+ date: 2017-06-27 00:00:00.000000000 Z
25
25
  dependencies:
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: nokogiri