unit_measurements 5.17.0 → 5.18.0
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 +4 -4
- data/CHANGELOG.md +9 -0
- data/Gemfile.lock +1 -1
- data/lib/unit_measurements/unit_groups/all.rb +2 -0
- data/lib/unit_measurements/unit_groups/mass_flow_rate.rb +49 -0
- data/lib/unit_measurements/unit_groups/volumetric_flow_rate.rb +35 -0
- data/lib/unit_measurements/version.rb +1 -1
- data/units.md +108 -49
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b79ae2c652b3fa7a2731ff5e199b6dd78597a162355290ae6f761188da5869e7
|
|
4
|
+
data.tar.gz: d0f110527d9eb7412614f0117e4b16ba7cc34bdffa94f006b3f679507845a427
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1cb45a48dedbc291ab63ab54662a8411acb6549dbdebb4bc6ae3935d1674c879473079e66a108777655703b6da9a519c0b5b76a313161478985af0897a21676
|
|
7
|
+
data.tar.gz: 8ef91576d219998cb7fa40edc494302f1ca212fbaeab29da87c3c79c49920ef60893a96feaacc06951fcf9bd1c3fb64e7ad28cb2a8cd774613785ff807aa6a09
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [5.18.0](https://github.com/shivam091/unit_measurements/compare/v5.17.0...v5.18.0) - 2023-12-16
|
|
2
|
+
|
|
3
|
+
### What's new
|
|
4
|
+
|
|
5
|
+
- Added unit group for `mass flow rate` units.
|
|
6
|
+
- Added unit group for `volumetric flow rate` units.
|
|
7
|
+
|
|
8
|
+
----------
|
|
9
|
+
|
|
1
10
|
## [5.17.0](https://github.com/shivam091/unit_measurements/compare/v5.16.0...v5.17.0) - 2023-12-15
|
|
2
11
|
|
|
3
12
|
### What's new
|
data/Gemfile.lock
CHANGED
|
@@ -47,6 +47,8 @@ require_relative "radiation_exposure"
|
|
|
47
47
|
require_relative "radiation_absorbed_dose"
|
|
48
48
|
require_relative "radiation_equivalent_dose"
|
|
49
49
|
require_relative "information_entropy"
|
|
50
|
+
require_relative "mass_flow_rate"
|
|
51
|
+
require_relative "volumetric_flow_rate"
|
|
50
52
|
|
|
51
53
|
require_relative "sound_level"
|
|
52
54
|
require_relative "plane_angle"
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
|
2
|
+
# -*- frozen_string_literal: true -*-
|
|
3
|
+
# -*- warn_indent: true -*-
|
|
4
|
+
|
|
5
|
+
UnitMeasurements::MassFlowRate = UnitMeasurements.build do
|
|
6
|
+
primitive "kg/s"
|
|
7
|
+
|
|
8
|
+
system :metric do
|
|
9
|
+
unit "kg/s", aliases: ["kilogramme per second", "kilogrammes per second", "kilogram per second", "kilograms per second"]
|
|
10
|
+
unit "kg/min", value: "1/60 kg/s", aliases: ["kilogramme per minute", "kilogrammes per minute", "kilogram per minute", "kilograms per minute"]
|
|
11
|
+
unit "kg/h", value: "1/60 kg/min", aliases: ["kilogramme per hour", "kilogrammes per hour", "kilogram per hour", "kilograms per hour"]
|
|
12
|
+
|
|
13
|
+
unit "g/s", value: "1/1000 kg/s", aliases: ["gramme per second", "grammes per second", "gram per second", "grams per second"]
|
|
14
|
+
unit "g/min", value: "1/60 g/s", aliases: ["gramme per minute", "grammes per minute", "gram per minute", "grams per minute"]
|
|
15
|
+
unit "g/h", value: "1/60 g/min", aliases: ["gramme per hour", "grammes per hour", "gram per hour", "grams per hour"]
|
|
16
|
+
|
|
17
|
+
unit "t/s", value: "1000 kg/s", aliases: ["tonne per second", "tonnes per second", "metric tonne per second", "metric tonnes per second"]
|
|
18
|
+
unit "t/min", value: "1/60 t/s", aliases: ["tonne per minute", "tonnes per minute", "metric tonne per minute", "metric tonnes per minute"]
|
|
19
|
+
unit "t/h", value: "1/60 t/min", aliases: ["tonne per hour", "tonnes per hour", "metric tonne per hour", "metric tonnes per hour"]
|
|
20
|
+
end
|
|
21
|
+
|
|
22
|
+
system :us_customary do
|
|
23
|
+
unit "lb/s", value: "0.45359237 kg/s", aliases: ["pound per second", "pounds per second"]
|
|
24
|
+
unit "lb/min", value: "1/60 lb/s", aliases: ["pound per minute", "pounds per minute"]
|
|
25
|
+
unit "lb/h", value: "1/60 lb/min", aliases: ["pound per hour", "pounds per hour"]
|
|
26
|
+
|
|
27
|
+
unit "tn/s", value: "2000 lb/s", aliases: ["ton per second", "tons per second", "short ton per second", "short tons per second"]
|
|
28
|
+
unit "tn/min", value: "1/60 tn/s", aliases: ["ton per minute", "tons per minute", "short ton per minute", "short tons per minute"]
|
|
29
|
+
unit "tn/h", value: "1/60 tn/min", aliases: ["ton per hour", "tons per hour", "short ton per hour", "short tons per hour"]
|
|
30
|
+
|
|
31
|
+
unit "slug/s", value: "14.5939 kg/s", aliases: ["slug per second", "slugs per second"]
|
|
32
|
+
unit "slug/min", value: "1/60 slug/s", aliases: ["slug per minute", "slugs per minute"]
|
|
33
|
+
unit "slug/h", value: "1/60 slug/min", aliases: ["slug per hour", "slugs per hour"]
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
system :imperial do
|
|
37
|
+
unit "oz/s", value: "1/16 lb/s", aliases: ["ounce per second", "ounces per second"]
|
|
38
|
+
unit "oz/min", value: "1/60 oz/s", aliases: ["ounce per minute", "ounces per minute"]
|
|
39
|
+
unit "oz/h", value: "1/60 oz/min", aliases: ["ounce per hour", "ounces per hour"]
|
|
40
|
+
|
|
41
|
+
unit "gr/s", value: "1/7000 lb/s", aliases: ["grain per second", "grains per second"]
|
|
42
|
+
unit "gr/min", value: "1/60 gr/s", aliases: ["grain per minute", "grains per minute"]
|
|
43
|
+
unit "gr/h", value: "1/60 gr/min", aliases: ["grain per hour", "grains per hour"]
|
|
44
|
+
|
|
45
|
+
unit "LT/s", value: "2240 lb/s", aliases: ["long ton per second", "long tons per second"]
|
|
46
|
+
unit "LT/min", value: "1/60 LT/s", aliases: ["long ton per minute", "long tons per minute"]
|
|
47
|
+
unit "LT/h", value: "1/60 LT/min", aliases: ["long ton per hour", "long tons per hour"]
|
|
48
|
+
end
|
|
49
|
+
end
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
|
2
|
+
# -*- frozen_string_literal: true -*-
|
|
3
|
+
# -*- warn_indent: true -*-
|
|
4
|
+
|
|
5
|
+
UnitMeasurements::VolumetricFlowRate = UnitMeasurements.build do
|
|
6
|
+
primitive "m³/s"
|
|
7
|
+
|
|
8
|
+
system :metric do
|
|
9
|
+
unit "m³/s", aliases: ["m^3/s", "cubic metre per second", "cubic metres per second", "cubic meter per second", "cubic meters per second"]
|
|
10
|
+
unit "m³/min", value: "1/60 m³/s", aliases: ["m^3/min", "cubic metre per minute", "cubic metres per minute", "cubic meter per minute", "cubic meters per minute"]
|
|
11
|
+
unit "m³/h", value: "1/60 m³/min", aliases: ["m^3/h", "cubic metre per hour", "cubic metres per hour", "cubic meter per hour", "cubic meters per hour"]
|
|
12
|
+
|
|
13
|
+
unit "l/s", value: "1/1000 m³/s", aliases: ["L/s", "litre per second", "litres per second", "liter per second", "liters per second"]
|
|
14
|
+
unit "l/min", value: "1/60 l/s", aliases: ["L/min", "litre per minute", "litres per minute", "liter per minute", "liters per minute"]
|
|
15
|
+
unit "l/h", value: "1/60 l/min", aliases: ["L/h", "litre per hour", "litres per hour", "liter per hour", "liters per hour"]
|
|
16
|
+
end
|
|
17
|
+
|
|
18
|
+
system :imperial do
|
|
19
|
+
unit "ft³/s", value: "0.028316846592 m³/s", aliases: ["ft^3/s", "cubic foot per second", "cubic feet per second"]
|
|
20
|
+
unit "ft³/min", value: "1/60 ft³/s", aliases: ["ft^3/min", "cubic foot per minute", "cubic feet per minute"]
|
|
21
|
+
unit "ft³/h", value: "1/60 ft³/min", aliases: ["ft^3/h", "cubic foot per hour", "cubic feet per hour"]
|
|
22
|
+
|
|
23
|
+
unit "in³/s", value: "1.6387064e-5 m³/s", aliases: ["in^3/s", "cubic inch per second", "cubic inches per second"]
|
|
24
|
+
unit "in³/min", value: "1/60 in³/s", aliases: ["in^3/min", "cubic inch per minute", "cubic inches per minute"]
|
|
25
|
+
unit "in³/h", value: "1/60 in³/min", aliases: ["in^3/h", "cubic inch per hour", "cubic inches per hour"]
|
|
26
|
+
|
|
27
|
+
unit "yd³/s", value: "0.764554857984 m³/s", aliases: ["yd^3/s", "cubic yard per second", "cubic yards per second"]
|
|
28
|
+
unit "yd³/min", value: "1/60 yd³/s", aliases: ["yd^3/min", "cubic yard per minute", "cubic yards per minute"]
|
|
29
|
+
unit "yd³/h", value: "1/60 yd³/min", aliases: ["yd^3/h", "cubic yard per hour", "cubic yards per hour"]
|
|
30
|
+
|
|
31
|
+
unit "gal/s", value: "0.00454609 m³/s", aliases: ["gallon per second", "gallons per second"]
|
|
32
|
+
unit "gal/min", value: "1/60 gal/s", aliases: ["gallon per minute", "gallons per minute"]
|
|
33
|
+
unit "gal/h", value: "1/60 gal/min", aliases: ["gallon per hour", "gallons per hour"]
|
|
34
|
+
end
|
|
35
|
+
end
|
data/units.md
CHANGED
|
@@ -244,19 +244,66 @@ These units are defined in `UnitMeasurements::Density`.
|
|
|
244
244
|
| 13 | slug/in³ | slug/in^3, slug per cubic inch, slugs per cubic inch |
|
|
245
245
|
| 14 | ρₚ | planck density, quantum density |
|
|
246
246
|
|
|
247
|
-
## 11.
|
|
248
|
-
|
|
249
|
-
These units are defined in `UnitMeasurements::
|
|
250
|
-
|
|
251
|
-
| # | Name | Aliases |
|
|
252
|
-
|:--|:--|:--|
|
|
253
|
-
|
|
|
254
|
-
| 2 |
|
|
255
|
-
| 3 |
|
|
256
|
-
| 4 |
|
|
257
|
-
| 5 |
|
|
258
|
-
|
|
259
|
-
|
|
247
|
+
## 11. Mass flow rate, mass flow, mass flux, or mass current
|
|
248
|
+
|
|
249
|
+
These units are defined in `UnitMeasurements::MassFlowRate`.
|
|
250
|
+
|
|
251
|
+
| # | Name | Aliases |
|
|
252
|
+
|:--|:--|:--|
|
|
253
|
+
| _1_ | _kg/s_ | _kilogramme per second, kilogrammes per second, kilogram per second, kilograms per second_ |
|
|
254
|
+
| 2 | kg/min | kilogramme per minute, kilogrammes per minute, kilogram per minute, kilograms per minute |
|
|
255
|
+
| 3 | kg/h | kilogramme per hour, kilogrammes per hour, kilogram per hour, kilograms per hour |
|
|
256
|
+
| 4 | g/s | gramme per second, grammes per second, gram per second, grams per second |
|
|
257
|
+
| 5 | g/min | gramme per minute, grammes per minute, gram per minute, grams per minute |
|
|
258
|
+
| 6 | g/h | gramme per hour, grammes per hour, gram per hour, grams per hour |
|
|
259
|
+
| 7 | t/s | tonne per second, tonnes per second, metric tonne per second, metric tonnes per second |
|
|
260
|
+
| 8 | t/min | tonne per minute, tonnes per minute, metric tonne per minute, metric tonnes per minute |
|
|
261
|
+
| 9 | t/h | tonne per hour, tonnes per hour, metric tonne per hour, metric tonnes per hour |
|
|
262
|
+
| 10 | lb/s | pound per second, pounds per second |
|
|
263
|
+
| 11 | lb/min | pound per minute, pounds per minute |
|
|
264
|
+
| 12 | lb/h | pound per hour, pounds per hour |
|
|
265
|
+
| 13 | tn/s | ton per second, tons per second, short ton per second, short tons per second |
|
|
266
|
+
| 14 | tn/min | ton per minute, tons per minute, short ton per minute, short tons per minute |
|
|
267
|
+
| 15 | tn/h | ton per hour, tons per hour, short ton per hour, short tons per hour |
|
|
268
|
+
| 16 | slug/s | slug per second, slugs per second |
|
|
269
|
+
| 17 | slug/min | slug per minute, slugs per minute |
|
|
270
|
+
| 18 | slug/h | slug per hour, slugs per hour |
|
|
271
|
+
| 19 | oz/s | ounce per second, ounces per second |
|
|
272
|
+
| 10 | oz/min | ounce per minute, ounces per minute |
|
|
273
|
+
| 21 | oz/h | ounce per hour, ounces per hour |
|
|
274
|
+
| 22 | gr/s | grain per second, grains per second |
|
|
275
|
+
| 23 | gr/min | grain per minute, grains per minute |
|
|
276
|
+
| 24 | gr/h | grain per hour, grains per hour |
|
|
277
|
+
| 25 | LT/s | long ton per second, long tons per second |
|
|
278
|
+
| 26 | LT/min | long ton per minute, long tons per minute |
|
|
279
|
+
| 27 | LT/h | long ton per hour, long tons per hour |
|
|
280
|
+
|
|
281
|
+
## 12. Volumetric flow rate, volume flow rate or volume velocity
|
|
282
|
+
|
|
283
|
+
These units are defined in `UnitMeasurements::VolumetricFlowRate`.
|
|
284
|
+
|
|
285
|
+
| # | Name | Aliases |
|
|
286
|
+
|:--|:--|:--|
|
|
287
|
+
| _1_ | _m³/s_ | _m^3/s, cubic metre per second, cubic metres per second, cubic meter per second, cubic meters per second_ |
|
|
288
|
+
| 2 | m³/min | m^3/min, cubic metre per minute, cubic metres per minute, cubic meter per minute, cubic meters per minute |
|
|
289
|
+
| 3 | m³/h | m^3/h, cubic metre per hour, cubic metres per hour, cubic meter per hour, cubic meters per hour |
|
|
290
|
+
| 4 | l/s | L/s, litre per second, litres per second, liter per second, liters per second |
|
|
291
|
+
| 5 | l/min | L/min, litre per minute, litres per minute, liter per minute, liters per minute |
|
|
292
|
+
| 6 | l/h | L/h, litre per hour, litres per hour, liter per hour, liters per hour |
|
|
293
|
+
| 7 | ft³/s | ft^3/s, cubic foot per second, cubic feet per second |
|
|
294
|
+
| 8 | ft³/min | ft^3/min, cubic foot per minute, cubic feet per minute |
|
|
295
|
+
| 9 | ft³/h | ft^3/h, cubic foot per hour, cubic feet per hour |
|
|
296
|
+
| 10 | in³/s | in^3/s, cubic inch per second, cubic inches per second |
|
|
297
|
+
| 11 | in³/min | in^3/min, cubic inch per minute, cubic inches per minute |
|
|
298
|
+
| 12 | in³/h | in^3/h, cubic inch per hour, cubic inches per hour |
|
|
299
|
+
| 13 | yd³/s | yd^3/s, cubic yard per second, cubic yards per second |
|
|
300
|
+
| 14 | yd³/min | yd^3/min, cubic yard per minute, cubic yards per minute |
|
|
301
|
+
| 15 | yd³/h | yd^3/h, cubic yard per hour, cubic yards per hour |
|
|
302
|
+
| 16 | gal/s | gallon per second, gallons per second |
|
|
303
|
+
| 17 | gal/min | gallon per minute, gallons per minute |
|
|
304
|
+
| 18 | gal/h | gallon per hour, gallons per hour |
|
|
305
|
+
|
|
306
|
+
## 13. Sound level
|
|
260
307
|
|
|
261
308
|
These units are defined in `UnitMeasurements::SoundLevel`.
|
|
262
309
|
|
|
@@ -266,7 +313,7 @@ These units are defined in `UnitMeasurements::SoundLevel`.
|
|
|
266
313
|
| _2_ | _dB_ | _decibel, decibels_ |
|
|
267
314
|
| 3 | Np | neper, nepers |
|
|
268
315
|
|
|
269
|
-
##
|
|
316
|
+
## 14. Plane angle
|
|
270
317
|
|
|
271
318
|
These units are defined in `UnitMeasurements::PlaneAngle`.
|
|
272
319
|
|
|
@@ -288,7 +335,7 @@ These units are defined in `UnitMeasurements::PlaneAngle`.
|
|
|
288
335
|
| 14 | sextant | sextants |
|
|
289
336
|
| 15 | quadrant | quadrants |
|
|
290
337
|
|
|
291
|
-
##
|
|
338
|
+
## 15. Solid angle or 3D angle
|
|
292
339
|
|
|
293
340
|
These units are defined in `UnitMeasurements::SolidAngle`.
|
|
294
341
|
|
|
@@ -300,7 +347,7 @@ These units are defined in `UnitMeasurements::SolidAngle`.
|
|
|
300
347
|
| 4 | arcmin² | (′)², sq ′, square arcminute, square arcminutes |
|
|
301
348
|
| 5 | arcsec² | (″)², sq ″, square arcsecond, square arcseconds |
|
|
302
349
|
|
|
303
|
-
##
|
|
350
|
+
## 16. Force
|
|
304
351
|
|
|
305
352
|
These units are defined in `UnitMeasurements::Force`.
|
|
306
353
|
|
|
@@ -325,7 +372,7 @@ These units are defined in `UnitMeasurements::Force`.
|
|
|
325
372
|
| 17 | (lb⋅in)/s² | (lb\*in)/s^2, pound inch per second squared |
|
|
326
373
|
| 18 | Fₚ | planck force, quantum force |
|
|
327
374
|
|
|
328
|
-
##
|
|
375
|
+
## 17. Velocity or speed
|
|
329
376
|
|
|
330
377
|
These units are defined in `UnitMeasurements::Velocity`.
|
|
331
378
|
|
|
@@ -346,7 +393,7 @@ These units are defined in `UnitMeasurements::Velocity`.
|
|
|
346
393
|
| 13 | mi/h | mph, mile per hour, miles per hour |
|
|
347
394
|
| 14 | fur/ftn | furlong per fortnight, furlongs per fortnight |
|
|
348
395
|
|
|
349
|
-
##
|
|
396
|
+
## 18. Acceleration
|
|
350
397
|
|
|
351
398
|
These units are defined in `UnitMeasurements::Acceleration`.
|
|
352
399
|
|
|
@@ -366,7 +413,7 @@ These units are defined in `UnitMeasurements::Acceleration`.
|
|
|
366
413
|
| 12 | Kn/s | knot per second, knots per second |
|
|
367
414
|
| 13 | aₚ | planck acceleration, quantum acceleration |
|
|
368
415
|
|
|
369
|
-
##
|
|
416
|
+
## 19. Angular velocity or rotational speed
|
|
370
417
|
|
|
371
418
|
These units are defined in `UnitMeasurements::AngularVelocity`.
|
|
372
419
|
|
|
@@ -385,7 +432,7 @@ These units are defined in `UnitMeasurements::AngularVelocity`.
|
|
|
385
432
|
| 11 | gon/min | ᵍ/min, gradian per minute, gradians per minute |
|
|
386
433
|
| 12 | gon/h | ᵍ/h, gradian per hour, gradians per hour |
|
|
387
434
|
|
|
388
|
-
##
|
|
435
|
+
## 20. Angular acceleration
|
|
389
436
|
|
|
390
437
|
These units are defined in `UnitMeasurements::AngularAcceleration`.
|
|
391
438
|
|
|
@@ -395,7 +442,19 @@ These units are defined in `UnitMeasurements::AngularAcceleration`.
|
|
|
395
442
|
| 2 | deg/s² | °/s², deg/s^2, degree per second squared, degrees per second squared |
|
|
396
443
|
| 3 | gon/s² | ᵍ/s², gon/s^2, gradian per second squared, gradians per second squared |
|
|
397
444
|
|
|
398
|
-
##
|
|
445
|
+
## 21. Quantity
|
|
446
|
+
|
|
447
|
+
These units are defined in `UnitMeasurements::Quantity`.
|
|
448
|
+
|
|
449
|
+
| # | Name | Aliases |
|
|
450
|
+
|:--|:--|:--|
|
|
451
|
+
| 1 | pc | pcs, piece, pieces |
|
|
452
|
+
| 2 | pr | pair, pairs |
|
|
453
|
+
| 3 | gr | gross, grosses |
|
|
454
|
+
| 4 | dz | doz, dozen, dozens |
|
|
455
|
+
| 5 | gg | great gross, great grosses, grand gross, grand grosses, dozen gross, dozen grosses |
|
|
456
|
+
|
|
457
|
+
## 22. Electric potential or electromotive force
|
|
399
458
|
|
|
400
459
|
These units are defined in `UnitMeasurements::ElectricPotential`.
|
|
401
460
|
|
|
@@ -407,7 +466,7 @@ These units are defined in `UnitMeasurements::ElectricPotential`.
|
|
|
407
466
|
| 4 | W/A | watt per ampere, watts per ampere |
|
|
408
467
|
| 5 | J/C | joule per coulomb, joules per coulomb |
|
|
409
468
|
|
|
410
|
-
##
|
|
469
|
+
## 23. Electric charge
|
|
411
470
|
|
|
412
471
|
These units are defined in `UnitMeasurements::ElectricCharge`.
|
|
413
472
|
|
|
@@ -420,7 +479,7 @@ These units are defined in `UnitMeasurements::ElectricCharge`.
|
|
|
420
479
|
| 5 | Fd | faraday, faradays |
|
|
421
480
|
| 6 | qₚ | planck charge, quantum charge |
|
|
422
481
|
|
|
423
|
-
##
|
|
482
|
+
## 24. Electrical capacitance
|
|
424
483
|
|
|
425
484
|
These units are defined in `UnitMeasurements::ElectricalCapacitance`.
|
|
426
485
|
|
|
@@ -431,7 +490,7 @@ These units are defined in `UnitMeasurements::ElectricalCapacitance`.
|
|
|
431
490
|
| 3 | statF | statfarad, statfarads |
|
|
432
491
|
| 4 | C/V | coulomb/volt, coulombs/volt, coulomb per volt, coulombs per volt |
|
|
433
492
|
|
|
434
|
-
##
|
|
493
|
+
## 25. Electrical elastance
|
|
435
494
|
|
|
436
495
|
These units are defined in `UnitMeasurements::ElectricalElastance`.
|
|
437
496
|
|
|
@@ -440,7 +499,7 @@ These units are defined in `UnitMeasurements::ElectricalElastance`.
|
|
|
440
499
|
| _1_ | _D*_ | _F⁻¹, daraf, darafs, reciprocal farad, reciprocal farads_ |
|
|
441
500
|
| 2 | V/C | volt/coulomb, volts/coulomb, volt per coulomb, volts per coulomb |
|
|
442
501
|
|
|
443
|
-
##
|
|
502
|
+
## 26. Electrical resistance or impedance
|
|
444
503
|
|
|
445
504
|
These units are defined in `UnitMeasurements::ElectricalResistance`.
|
|
446
505
|
|
|
@@ -452,7 +511,7 @@ These units are defined in `UnitMeasurements::ElectricalResistance`.
|
|
|
452
511
|
| 4 | S | siemens, mho, mhos |
|
|
453
512
|
| 5 | V/A | volt/amp, volts/amp, volt/ampere, volts/ampere, volt per ampere, volts per ampere |
|
|
454
513
|
|
|
455
|
-
##
|
|
514
|
+
## 27. Electric conductance
|
|
456
515
|
|
|
457
516
|
These units are defined in `UnitMeasurements::ElectricConductance`.
|
|
458
517
|
|
|
@@ -463,7 +522,7 @@ These units are defined in `UnitMeasurements::ElectricConductance`.
|
|
|
463
522
|
| 3 | statS | stat℧, statsiemens, statmho, statmhos |
|
|
464
523
|
| 3 | A/V | amp/volt, amps/volt, ampere/volt, amperes/volt, ampere per volt, amperes per volt |
|
|
465
524
|
|
|
466
|
-
##
|
|
525
|
+
## 28. Electrical inductance
|
|
467
526
|
|
|
468
527
|
These units are defined in `UnitMeasurements::ElectricalInductance`.
|
|
469
528
|
|
|
@@ -474,7 +533,7 @@ These units are defined in `UnitMeasurements::ElectricalInductance`.
|
|
|
474
533
|
| 3 | statH | stathenry, stathenries |
|
|
475
534
|
| 4 | Wb/A | weber per ampere, webers per ampere |
|
|
476
535
|
|
|
477
|
-
##
|
|
536
|
+
## 29. Magnetic flux
|
|
478
537
|
|
|
479
538
|
These units are defined in `UnitMeasurements::MagneticFlux`.
|
|
480
539
|
|
|
@@ -485,7 +544,7 @@ These units are defined in `UnitMeasurements::MagneticFlux`.
|
|
|
485
544
|
| 3 | T·m² | T*m^2, tesla-square meter, tesla-square metre |
|
|
486
545
|
| 4 | G·cm² | G*cm^2, gauss-square centimeter, gauss-square centimetre |
|
|
487
546
|
|
|
488
|
-
##
|
|
547
|
+
## 30. Magnetic induction
|
|
489
548
|
|
|
490
549
|
These units are defined in `UnitMeasurements::MagneticInduction`.
|
|
491
550
|
|
|
@@ -494,7 +553,7 @@ These units are defined in `UnitMeasurements::MagneticInduction`.
|
|
|
494
553
|
| _1_ | _T*_ | _tesla, teslas_ |
|
|
495
554
|
| 2 | G | Gs, gauss |
|
|
496
555
|
|
|
497
|
-
##
|
|
556
|
+
## 31. Magnetic field
|
|
498
557
|
|
|
499
558
|
These units are defined in `UnitMeasurements::MagneticField`.
|
|
500
559
|
|
|
@@ -503,7 +562,7 @@ These units are defined in `UnitMeasurements::MagneticField`.
|
|
|
503
562
|
| _1_ | _Oe*_ | _oersted, oersteds_ |
|
|
504
563
|
| 2 | A/m | ampere/meter, ampere/metre, amperes/meter, amperes/metre, ampere per meter, ampere per metre, amperes per meter, amperes per metre |
|
|
505
564
|
|
|
506
|
-
##
|
|
565
|
+
## 32. Catalytic activity
|
|
507
566
|
|
|
508
567
|
These units are defined in `UnitMeasurements::CatalyticActivity`.
|
|
509
568
|
|
|
@@ -512,7 +571,7 @@ These units are defined in `UnitMeasurements::CatalyticActivity`.
|
|
|
512
571
|
| _1_ | _kat*_ | _katal, katals_ |
|
|
513
572
|
| 2 | U | unit, units, enzUnit |
|
|
514
573
|
|
|
515
|
-
##
|
|
574
|
+
## 33. Electric dipole moment
|
|
516
575
|
|
|
517
576
|
These units are defined in `UnitMeasurements::ElectricDipoleMoment`.
|
|
518
577
|
|
|
@@ -521,7 +580,7 @@ These units are defined in `UnitMeasurements::ElectricDipoleMoment`.
|
|
|
521
580
|
| _1_ | _C⋅m*_ | _C*m, coulomb-meter, coulomb-metre_ |
|
|
522
581
|
| 2 | D | debye, debyes |
|
|
523
582
|
|
|
524
|
-
##
|
|
583
|
+
## 34. Electric quadrupole moment
|
|
525
584
|
|
|
526
585
|
These units are defined in `UnitMeasurements::ElectricQuadrupoleMoment`.
|
|
527
586
|
|
|
@@ -531,7 +590,7 @@ These units are defined in `UnitMeasurements::ElectricQuadrupoleMoment`.
|
|
|
531
590
|
| 2 | statC·cm² | statC*m^2, statcoulomb square meter, statcoulomb square metre |
|
|
532
591
|
| 3 | B | buckingham, buckinghams |
|
|
533
592
|
|
|
534
|
-
##
|
|
593
|
+
## 35. Pressure or mechanical stress
|
|
535
594
|
|
|
536
595
|
These units are defined in `UnitMeasurements::Pressure`.
|
|
537
596
|
|
|
@@ -566,7 +625,7 @@ These units are defined in `UnitMeasurements::Pressure`.
|
|
|
566
625
|
| 27 | kgf/dm² | kgf/dm^2, kilogram-force per square decimetre, kilogramme-force per square decimetre |
|
|
567
626
|
| 28 | Pₚ | planck pressure, quantum pressure |
|
|
568
627
|
|
|
569
|
-
##
|
|
628
|
+
## 36. Torque or moment of force
|
|
570
629
|
|
|
571
630
|
These units are defined in `UnitMeasurements::Torque`.
|
|
572
631
|
|
|
@@ -590,7 +649,7 @@ These units are defined in `UnitMeasurements::Torque`.
|
|
|
590
649
|
| 16 | lbf⋅in | lb⋅in, lbf\*in, lb\*in, pound-force inch, pound-inch |
|
|
591
650
|
| 17 | lbf⋅ft | lb⋅ft, lbf\*ft, lb\*ft, pound-force foot, pound-foot |
|
|
592
651
|
|
|
593
|
-
##
|
|
652
|
+
## 37. Luminous flux
|
|
594
653
|
|
|
595
654
|
These units are defined in `UnitMeasurements::LuminousFlux`.
|
|
596
655
|
|
|
@@ -598,7 +657,7 @@ These units are defined in `UnitMeasurements::LuminousFlux`.
|
|
|
598
657
|
|:--|:--|:--|
|
|
599
658
|
| _1_ | _lm*_ | _lumen, lumens_ |
|
|
600
659
|
|
|
601
|
-
##
|
|
660
|
+
## 38. Illuminance
|
|
602
661
|
|
|
603
662
|
These units are defined in `UnitMeasurements::Illuminance`.
|
|
604
663
|
|
|
@@ -609,7 +668,7 @@ These units are defined in `UnitMeasurements::Illuminance`.
|
|
|
609
668
|
| 3 | fc | footcandle, lm/ft², lm/ft^2, lumen per square foot |
|
|
610
669
|
| 4 | nx | nox |
|
|
611
670
|
|
|
612
|
-
##
|
|
671
|
+
## 39. Luminance
|
|
613
672
|
|
|
614
673
|
These units are defined in `UnitMeasurements::Luminance`.
|
|
615
674
|
|
|
@@ -622,7 +681,7 @@ These units are defined in `UnitMeasurements::Luminance`.
|
|
|
622
681
|
| 5 | L | lambert, lamberts |
|
|
623
682
|
| 6 | sb | stlib |
|
|
624
683
|
|
|
625
|
-
##
|
|
684
|
+
## 40. Frequency
|
|
626
685
|
|
|
627
686
|
These units are defined in `UnitMeasurements::Frequency`.
|
|
628
687
|
|
|
@@ -633,7 +692,7 @@ These units are defined in `UnitMeasurements::Frequency`.
|
|
|
633
692
|
| 3 | deg/s | °/s, degree per second, degrees per second |
|
|
634
693
|
| 4 | rev/s | rps, revolution per second, revolutions per second |
|
|
635
694
|
|
|
636
|
-
##
|
|
695
|
+
## 41. Power or heat flow rate
|
|
637
696
|
|
|
638
697
|
These units are defined in `UnitMeasurements::Power`.
|
|
639
698
|
|
|
@@ -666,7 +725,7 @@ These units are defined in `UnitMeasurements::Power`.
|
|
|
666
725
|
| 25 | atm⋅ft³/h | atm\*ft^3/h, atmosphere-cubic foot per hour |
|
|
667
726
|
| 26 | Pₚ | planck power, quantum power |
|
|
668
727
|
|
|
669
|
-
##
|
|
728
|
+
## 42. Energy
|
|
670
729
|
|
|
671
730
|
These units are defined in `UnitMeasurements::Energy`.
|
|
672
731
|
|
|
@@ -698,7 +757,7 @@ These units are defined in `UnitMeasurements::Energy`.
|
|
|
698
757
|
| 24 | gal⋅atm | gal*atm, gallon-atmosphere |
|
|
699
758
|
| 25 | Eₚ | planck energy, quantum energy |
|
|
700
759
|
|
|
701
|
-
##
|
|
760
|
+
## 43. Dynamic viscosity
|
|
702
761
|
|
|
703
762
|
These units are defined in `UnitMeasurements::DynamicViscosity`.
|
|
704
763
|
|
|
@@ -712,7 +771,7 @@ These units are defined in `UnitMeasurements::DynamicViscosity`.
|
|
|
712
771
|
| 6 | (lbf⋅s)/in² | (lb⋅s)/in², (lbf\*s)/in^2, (lb\*s)/in^2, pound-force second per square inch |
|
|
713
772
|
| 7 | Pl | poiseuille |
|
|
714
773
|
|
|
715
|
-
##
|
|
774
|
+
## 44. Kinetic viscosity
|
|
716
775
|
|
|
717
776
|
These units are defined in `UnitMeasurements::KineticViscosity`.
|
|
718
777
|
|
|
@@ -723,7 +782,7 @@ These units are defined in `UnitMeasurements::KineticViscosity`.
|
|
|
723
782
|
| 3 | ft²/s | ft^2/s, square foot per second, square feet per second |
|
|
724
783
|
| 4 | in²/s | in^2/s, square inch per second, square inches per second |
|
|
725
784
|
|
|
726
|
-
##
|
|
785
|
+
## 45. Magnetomotive force
|
|
727
786
|
|
|
728
787
|
These units are defined in `UnitMeasurements::MagnetomotiveForce`.
|
|
729
788
|
|
|
@@ -732,7 +791,7 @@ These units are defined in `UnitMeasurements::MagnetomotiveForce`.
|
|
|
732
791
|
| _1_ | _A⋅t_ | _A*t, ampere-turn_ |
|
|
733
792
|
| 2 | Gb | Gi, gilbert, gilberts |
|
|
734
793
|
|
|
735
|
-
##
|
|
794
|
+
## 46. Radioactivity
|
|
736
795
|
|
|
737
796
|
These units are defined in `UnitMeasurements::Radioactivity`.
|
|
738
797
|
|
|
@@ -742,7 +801,7 @@ These units are defined in `UnitMeasurements::Radioactivity`.
|
|
|
742
801
|
| 2 | Ci | curie, curies |
|
|
743
802
|
| 3 | Rd | rutherford, rutherfords |
|
|
744
803
|
|
|
745
|
-
##
|
|
804
|
+
## 47. Radiation exposure
|
|
746
805
|
|
|
747
806
|
These units are defined in `UnitMeasurements::RadiationExposure`.
|
|
748
807
|
|
|
@@ -751,7 +810,7 @@ These units are defined in `UnitMeasurements::RadiationExposure`.
|
|
|
751
810
|
| _1_ | _C/kg*_ | _coulomb per kilogram, coulomb per kilogramme, coulombs per kilogram, coulombs per kilogramme_ |
|
|
752
811
|
| 2 | R | röntgen, roentgen, roentgens |
|
|
753
812
|
|
|
754
|
-
##
|
|
813
|
+
## 48. Radiation absorbed dose
|
|
755
814
|
|
|
756
815
|
These units are defined in `UnitMeasurements::RadiationAbsorbedDose`.
|
|
757
816
|
|
|
@@ -761,7 +820,7 @@ These units are defined in `UnitMeasurements::RadiationAbsorbedDose`.
|
|
|
761
820
|
| 2 | erg/g | erg per gram, erg per gramme, ergs per gram, ergs per gramme |
|
|
762
821
|
| 3 | rad | radiation absorbed dose |
|
|
763
822
|
|
|
764
|
-
##
|
|
823
|
+
## 49. Radiation equivalent dose
|
|
765
824
|
|
|
766
825
|
These units are defined in `UnitMeasurements::RadiationEquivalentDose`.
|
|
767
826
|
|
|
@@ -770,7 +829,7 @@ These units are defined in `UnitMeasurements::RadiationEquivalentDose`.
|
|
|
770
829
|
| _1_ | _Sv*_ | _sievert, sieverts_ |
|
|
771
830
|
| 2 | rem | röntgen equivalent man, roentgen equivalent man |
|
|
772
831
|
|
|
773
|
-
##
|
|
832
|
+
## 50. Information entropy
|
|
774
833
|
|
|
775
834
|
These units are defined in `UnitMeasurements::InformationEntropy`.
|
|
776
835
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: unit_measurements
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.18.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Harshal LADHE
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-01-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -161,6 +161,7 @@ files:
|
|
|
161
161
|
- lib/unit_measurements/unit_groups/magnetic_flux.rb
|
|
162
162
|
- lib/unit_measurements/unit_groups/magnetic_induction.rb
|
|
163
163
|
- lib/unit_measurements/unit_groups/magnetomotive_force.rb
|
|
164
|
+
- lib/unit_measurements/unit_groups/mass_flow_rate.rb
|
|
164
165
|
- lib/unit_measurements/unit_groups/plane_angle.rb
|
|
165
166
|
- lib/unit_measurements/unit_groups/power.rb
|
|
166
167
|
- lib/unit_measurements/unit_groups/pressure.rb
|
|
@@ -176,6 +177,7 @@ files:
|
|
|
176
177
|
- lib/unit_measurements/unit_groups/torque.rb
|
|
177
178
|
- lib/unit_measurements/unit_groups/velocity.rb
|
|
178
179
|
- lib/unit_measurements/unit_groups/volume.rb
|
|
180
|
+
- lib/unit_measurements/unit_groups/volumetric_flow_rate.rb
|
|
179
181
|
- lib/unit_measurements/unit_groups/weight.rb
|
|
180
182
|
- lib/unit_measurements/version.rb
|
|
181
183
|
- unit_measurements.gemspec
|