bcl 0.3.0 → 0.3.1
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.
- data/lib/bcl/component_methods.rb +8 -2
- data/lib/bcl/current_taxonomy.json +0 -0
- data/lib/bcl/current_taxonomy.xml +145 -2
- data/lib/bcl/version.rb +1 -1
- metadata +4 -4
@@ -165,9 +165,14 @@ module BCL
|
|
165
165
|
@session = session_name + '=' + sessid + ';' + bni + ";" + bnes
|
166
166
|
|
167
167
|
puts "SESSION COOKIE: #{@session}"
|
168
|
-
end
|
169
|
-
|
170
168
|
res
|
169
|
+
else
|
170
|
+
|
171
|
+
puts "error code: #{res.code}"
|
172
|
+
puts "error info: #{res.body}"
|
173
|
+
|
174
|
+
res
|
175
|
+
end
|
171
176
|
end
|
172
177
|
|
173
178
|
|
@@ -219,6 +224,7 @@ module BCL
|
|
219
224
|
end
|
220
225
|
else
|
221
226
|
puts "error code: #{res.code}"
|
227
|
+
puts "error info: #{res.body}"
|
222
228
|
res = nil
|
223
229
|
end
|
224
230
|
|
Binary file
|
@@ -1165,7 +1165,8 @@
|
|
1165
1165
|
<name>Film Coefficients</name>
|
1166
1166
|
<data_type>enum</data_type>
|
1167
1167
|
<enumerations>
|
1168
|
-
<enumeration>
|
1168
|
+
<enumeration>Yes</enumeration>
|
1169
|
+
<enumeration>No</enumeration>
|
1169
1170
|
</enumerations>
|
1170
1171
|
<row>476</row>
|
1171
1172
|
</term>
|
@@ -1293,7 +1294,8 @@
|
|
1293
1294
|
<name>Film Coefficients</name>
|
1294
1295
|
<data_type>enum</data_type>
|
1295
1296
|
<enumerations>
|
1296
|
-
<enumeration>
|
1297
|
+
<enumeration>Yes</enumeration>
|
1298
|
+
<enumeration>No</enumeration>
|
1297
1299
|
</enumerations>
|
1298
1300
|
<row>476</row>
|
1299
1301
|
</term>
|
@@ -10260,6 +10262,147 @@ Further identification of pump types and classifications can be found in ANSI/HI
|
|
10260
10262
|
</level_3>
|
10261
10263
|
</level_2>
|
10262
10264
|
</level_1>
|
10265
|
+
<level_1>
|
10266
|
+
<name>Plumbing</name>
|
10267
|
+
<description/>
|
10268
|
+
<level_2>
|
10269
|
+
<name>Water Fixture</name>
|
10270
|
+
<description/>
|
10271
|
+
<level_3>
|
10272
|
+
<name>Faucet</name>
|
10273
|
+
<description/>
|
10274
|
+
<term>
|
10275
|
+
<name>OpenStudio Type</name>
|
10276
|
+
<description>Type of OpenStudio Object</description>
|
10277
|
+
<row>0</row>
|
10278
|
+
</term>
|
10279
|
+
<term>
|
10280
|
+
<name>Volume per Cycle</name>
|
10281
|
+
<description>Amount of water used per cycle of the fixture.</description>
|
10282
|
+
<data_type>double</data_type>
|
10283
|
+
<ip_written>Gallons</ip_written>
|
10284
|
+
<ip_symbol>gal</ip_symbol>
|
10285
|
+
<si_written>Liters</si_written>
|
10286
|
+
<si_symbol>L/s</si_symbol>
|
10287
|
+
<row>506</row>
|
10288
|
+
<unit_conversion>IP = 3.785 * SI</unit_conversion>
|
10289
|
+
</term>
|
10290
|
+
<term>
|
10291
|
+
<name>Rated Flow Rate</name>
|
10292
|
+
<description>Rated volumetric flow rate of the water fixture.</description>
|
10293
|
+
<data_type>double</data_type>
|
10294
|
+
<ip_written>Gallons per minute</ip_written>
|
10295
|
+
<ip_symbol>gpm</ip_symbol>
|
10296
|
+
<si_written>Liters per second</si_written>
|
10297
|
+
<si_symbol>L/s</si_symbol>
|
10298
|
+
<row>507</row>
|
10299
|
+
<unit_conversion>IP = 15.8503 * SI</unit_conversion>
|
10300
|
+
</term>
|
10301
|
+
<term>
|
10302
|
+
<name>Cycle Length</name>
|
10303
|
+
<description>Length of the sink cycle for electronic faucets.</description>
|
10304
|
+
<data_type>double</data_type>
|
10305
|
+
<ip_written>Seconds</ip_written>
|
10306
|
+
<ip_symbol>s</ip_symbol>
|
10307
|
+
<si_written>Seconds</si_written>
|
10308
|
+
<si_symbol>s</si_symbol>
|
10309
|
+
<row>508</row>
|
10310
|
+
<unit_conversion>IP = 1 * SI</unit_conversion>
|
10311
|
+
</term>
|
10312
|
+
<term>
|
10313
|
+
<name>Faucet Type</name>
|
10314
|
+
<description>An indicator of whether or not this faucet requires a power supply.</description>
|
10315
|
+
<data_type>enum</data_type>
|
10316
|
+
<enumerations>
|
10317
|
+
<enumeration>Standard</enumeration>
|
10318
|
+
<enumeration>Electronic</enumeration>
|
10319
|
+
</enumerations>
|
10320
|
+
<row>509</row>
|
10321
|
+
</term>
|
10322
|
+
<term>
|
10323
|
+
<name>Power Supply</name>
|
10324
|
+
<description>The type of power supply required by an electronic faucet.</description>
|
10325
|
+
<data_type>enum</data_type>
|
10326
|
+
<enumerations>
|
10327
|
+
<enumeration>AC Permanent</enumeration>
|
10328
|
+
<enumeration>DC Battery</enumeration>
|
10329
|
+
<enumeration>Solar Panel</enumeration>
|
10330
|
+
</enumerations>
|
10331
|
+
<row>510</row>
|
10332
|
+
</term>
|
10333
|
+
</level_3>
|
10334
|
+
<level_3>
|
10335
|
+
<name>Shower Head</name>
|
10336
|
+
<description/>
|
10337
|
+
<term>
|
10338
|
+
<name>OpenStudio Type</name>
|
10339
|
+
<description>Type of OpenStudio Object</description>
|
10340
|
+
<row>0</row>
|
10341
|
+
</term>
|
10342
|
+
<term>
|
10343
|
+
<name>Rated Flow Rate</name>
|
10344
|
+
<description>Rated volumetric flow rate of the water fixture.</description>
|
10345
|
+
<data_type>double</data_type>
|
10346
|
+
<ip_written>Gallons per minute</ip_written>
|
10347
|
+
<ip_symbol>gpm</ip_symbol>
|
10348
|
+
<si_written>Liters per second</si_written>
|
10349
|
+
<si_symbol>L/s</si_symbol>
|
10350
|
+
<row>512</row>
|
10351
|
+
<unit_conversion>IP = 15.8503 * SI</unit_conversion>
|
10352
|
+
</term>
|
10353
|
+
</level_3>
|
10354
|
+
<level_3>
|
10355
|
+
<name>Toilet</name>
|
10356
|
+
<description/>
|
10357
|
+
<term>
|
10358
|
+
<name>OpenStudio Type</name>
|
10359
|
+
<description>Type of OpenStudio Object</description>
|
10360
|
+
<row>0</row>
|
10361
|
+
</term>
|
10362
|
+
<term>
|
10363
|
+
<name>Volume per Cycle</name>
|
10364
|
+
<description>Amount of water used per flush. </description>
|
10365
|
+
<data_type>double</data_type>
|
10366
|
+
<ip_written>Gallons</ip_written>
|
10367
|
+
<ip_symbol>gal</ip_symbol>
|
10368
|
+
<si_written>Liters</si_written>
|
10369
|
+
<si_symbol>L/s</si_symbol>
|
10370
|
+
<row>514</row>
|
10371
|
+
<unit_conversion>IP = 3.785 * SI</unit_conversion>
|
10372
|
+
</term>
|
10373
|
+
<term>
|
10374
|
+
<name>Flush Type</name>
|
10375
|
+
<description>Whether the fixture can be flushed using varying volumes of water.</description>
|
10376
|
+
<data_type>enum</data_type>
|
10377
|
+
<enumerations>
|
10378
|
+
<enumeration>Single Flush</enumeration>
|
10379
|
+
<enumeration>Dual Flush</enumeration>
|
10380
|
+
</enumerations>
|
10381
|
+
<row>515</row>
|
10382
|
+
</term>
|
10383
|
+
</level_3>
|
10384
|
+
<level_3>
|
10385
|
+
<name>Urinal</name>
|
10386
|
+
<description/>
|
10387
|
+
<term>
|
10388
|
+
<name>OpenStudio Type</name>
|
10389
|
+
<description>Type of OpenStudio Object</description>
|
10390
|
+
<row>0</row>
|
10391
|
+
</term>
|
10392
|
+
<term>
|
10393
|
+
<name>Volume per Cycle</name>
|
10394
|
+
<description>Amount of water used per flush. </description>
|
10395
|
+
<data_type>double</data_type>
|
10396
|
+
<ip_written>Gallons</ip_written>
|
10397
|
+
<ip_symbol>gal</ip_symbol>
|
10398
|
+
<si_written>Liters</si_written>
|
10399
|
+
<si_symbol>L/s</si_symbol>
|
10400
|
+
<row>517</row>
|
10401
|
+
<unit_conversion>IP = 3.785 * SI</unit_conversion>
|
10402
|
+
</term>
|
10403
|
+
</level_3>
|
10404
|
+
</level_2>
|
10405
|
+
</level_1>
|
10263
10406
|
<level_1>
|
10264
10407
|
<name>Site</name>
|
10265
10408
|
<description></description>
|
data/lib/bcl/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bcl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 1
|
10
|
+
version: 0.3.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Daniel Macumber
|
@@ -18,7 +18,7 @@ autorequire:
|
|
18
18
|
bindir: bin
|
19
19
|
cert_chain: []
|
20
20
|
|
21
|
-
date: 2013-09-
|
21
|
+
date: 2013-09-24 00:00:00 Z
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|
24
24
|
name: uuid
|