honeybee-openstudio 2.5.2 → 2.5.3

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
  SHA256:
3
- metadata.gz: e4049f4bfe550b01a9c9337fccd8344c8bd209ecb6bff6c29970fc301161d8aa
4
- data.tar.gz: 54d8061d079ea1b0b43364a667918ea89e1694967d58da2d469725ef86a94492
3
+ metadata.gz: a9daea3b4ec88b8df8e233106d2c0fc47ab71c548796cc60cf45566056821879
4
+ data.tar.gz: 061e9e600435b49b954e0119121dd771e07e7ece26507b21b71c5b07e869768e
5
5
  SHA512:
6
- metadata.gz: 7a3051d0e5850922f99df67c8304600c3fd5df3faa2a4aa37bd8ed60c8a436a986b252b327b11682ab7098d1b19e9472e84e6fa6bdf9df334a067e74581885b5
7
- data.tar.gz: 3e00b711ace9a3950c550b0eaac1fb89f629409188c9f4b3d2591439e0d814db03ed735c806badd793fd6dd9a09b5687160614f928610509ccb6591ac8cd8fe9
6
+ metadata.gz: ee60fe63d07cf4913aac67338f4e6b0a00553a310a43ba1d25c71b5fbb2dbd28679700f96bf7a6d1c943293de5172af113451d5bd741fd616667b1acd9afce24
7
+ data.tar.gz: 768caae3fd9d13a01569004ed1e52979dbac3715a23355d0c5acff0111664f31a64a47c6fe24fc95754e1e63cc46d2c0b885ae4a5bb73a37e6f88c8709a689aa
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'honeybee-openstudio'
7
- spec.version = '2.5.2'
7
+ spec.version = '2.5.3'
8
8
  spec.authors = ['Tanushree Charan', 'Dan Macumber', 'Chris Mackey', 'Mostapha Sadeghipour Roudsari']
9
9
  spec.email = ['tanushree.charan@nrel.gov', 'chris@ladybug.tools']
10
10
 
@@ -1485,8 +1485,8 @@
1485
1485
  },
1486
1486
  "discharge_coefficient": {
1487
1487
  "title": "Discharge Coefficient",
1488
- "description": "A number that will be multipled by the area of the window in the stack (buoyancy-driven) part of the equation to account for additional friction from window geometry, insect screens, etc. Typical values include 0.17, for unobstructed windows with insect screens and 0.25 for unobstructed windows without insect screens. This value should be lowered if windows are of an awning or casement type and not allowed to fully open.",
1489
- "default": 0.17,
1488
+ "description": "A number that will be multipled by the area of the window in the stack (buoyancy-driven) part of the equation to account for additional friction from window geometry, insect screens, etc. Typical values include 0.45, for unobstructed windows WITH insect screens and 0.65 for unobstructed windows WITHOUT insect screens. This value should be lowered if windows are of an awning or casement type and not allowed to fully open.",
1489
+ "default": 0.45,
1490
1490
  "minimum": 0,
1491
1491
  "maximum": 1,
1492
1492
  "type": "number",
@@ -152,7 +152,8 @@ module FromHoneybee
152
152
  max_pt = v.z
153
153
  end
154
154
  end
155
- max_pt - min_pt
155
+ # quarter the window height to get the height from midpoint of lower opening to neutral pressure level
156
+ (max_pt - min_pt) / 4
156
157
  end
157
158
 
158
159
  end #VentilationOpening
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: honeybee-openstudio
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.2
4
+ version: 2.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tanushree Charan
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2020-08-11 00:00:00.000000000 Z
14
+ date: 2020-08-12 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler