@itwin/core-quantity 5.10.0-dev.1 → 5.10.0-dev.4

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.
Files changed (135) hide show
  1. package/lib/cjs/BasicUnitsProvider.d.ts +44 -0
  2. package/lib/cjs/BasicUnitsProvider.d.ts.map +1 -0
  3. package/lib/cjs/BasicUnitsProvider.js +241 -0
  4. package/lib/cjs/BasicUnitsProvider.js.map +1 -0
  5. package/lib/cjs/CompositeUnitsProvider.d.ts +45 -0
  6. package/lib/cjs/CompositeUnitsProvider.d.ts.map +1 -0
  7. package/lib/cjs/CompositeUnitsProvider.js +111 -0
  8. package/lib/cjs/CompositeUnitsProvider.js.map +1 -0
  9. package/lib/cjs/Constants.js.map +1 -1
  10. package/lib/cjs/Exception.js.map +1 -1
  11. package/lib/cjs/FormatSpecHandle.js.map +1 -1
  12. package/lib/cjs/Formatter/Format.js.map +1 -1
  13. package/lib/cjs/Formatter/FormatEnums.js.map +1 -1
  14. package/lib/cjs/Formatter/Formatter.js.map +1 -1
  15. package/lib/cjs/Formatter/FormatterSpec.d.ts.map +1 -1
  16. package/lib/cjs/Formatter/FormatterSpec.js +14 -0
  17. package/lib/cjs/Formatter/FormatterSpec.js.map +1 -1
  18. package/lib/cjs/Formatter/FormattingReadyCollector.js.map +1 -1
  19. package/lib/cjs/Formatter/Interfaces.js.map +1 -1
  20. package/lib/cjs/Interfaces.d.ts +14 -0
  21. package/lib/cjs/Interfaces.d.ts.map +1 -1
  22. package/lib/cjs/Interfaces.js.map +1 -1
  23. package/lib/cjs/Parser.d.ts.map +1 -1
  24. package/lib/cjs/Parser.js +16 -1
  25. package/lib/cjs/Parser.js.map +1 -1
  26. package/lib/cjs/ParserSpec.d.ts.map +1 -1
  27. package/lib/cjs/ParserSpec.js +15 -2
  28. package/lib/cjs/ParserSpec.js.map +1 -1
  29. package/lib/cjs/Quantity.js.map +1 -1
  30. package/lib/cjs/QuantityLoggerCategory.d.ts +3 -1
  31. package/lib/cjs/QuantityLoggerCategory.d.ts.map +1 -1
  32. package/lib/cjs/QuantityLoggerCategory.js +2 -0
  33. package/lib/cjs/QuantityLoggerCategory.js.map +1 -1
  34. package/lib/cjs/SerializedUnitSchema.d.ts +98 -0
  35. package/lib/cjs/SerializedUnitSchema.d.ts.map +1 -0
  36. package/lib/cjs/SerializedUnitSchema.js +25 -0
  37. package/lib/cjs/SerializedUnitSchema.js.map +1 -0
  38. package/lib/cjs/Unit.js.map +1 -1
  39. package/lib/cjs/UnitConversion/Graph.d.ts +35 -0
  40. package/lib/cjs/UnitConversion/Graph.d.ts.map +1 -0
  41. package/lib/cjs/UnitConversion/Graph.js +87 -0
  42. package/lib/cjs/UnitConversion/Graph.js.map +1 -0
  43. package/lib/cjs/UnitConversion/Parser.d.ts +9 -0
  44. package/lib/cjs/UnitConversion/Parser.d.ts.map +1 -0
  45. package/lib/cjs/UnitConversion/Parser.js +42 -0
  46. package/lib/cjs/UnitConversion/Parser.js.map +1 -0
  47. package/lib/cjs/UnitConversion/UnitConversion.d.ts +56 -0
  48. package/lib/cjs/UnitConversion/UnitConversion.d.ts.map +1 -0
  49. package/lib/cjs/UnitConversion/UnitConversion.js +80 -0
  50. package/lib/cjs/UnitConversion/UnitConversion.js.map +1 -0
  51. package/lib/cjs/UnitConversion/UnitDefinitionResolver.d.ts +29 -0
  52. package/lib/cjs/UnitConversion/UnitDefinitionResolver.d.ts.map +1 -0
  53. package/lib/cjs/UnitConversion/UnitDefinitionResolver.js +102 -0
  54. package/lib/cjs/UnitConversion/UnitDefinitionResolver.js.map +1 -0
  55. package/lib/cjs/UnitConversion/nameUtils.d.ts +11 -0
  56. package/lib/cjs/UnitConversion/nameUtils.d.ts.map +1 -0
  57. package/lib/cjs/UnitConversion/nameUtils.js +25 -0
  58. package/lib/cjs/UnitConversion/nameUtils.js.map +1 -0
  59. package/lib/cjs/assets/Units.json +4215 -0
  60. package/lib/cjs/core-quantity.d.ts +15 -1
  61. package/lib/cjs/core-quantity.d.ts.map +1 -1
  62. package/lib/cjs/core-quantity.js +17 -1
  63. package/lib/cjs/core-quantity.js.map +1 -1
  64. package/lib/cjs/internal/cross-package.d.ts +4 -0
  65. package/lib/cjs/internal/cross-package.d.ts.map +1 -0
  66. package/lib/cjs/internal/cross-package.js +13 -0
  67. package/lib/cjs/internal/cross-package.js.map +1 -0
  68. package/lib/esm/BasicUnitsProvider.d.ts +44 -0
  69. package/lib/esm/BasicUnitsProvider.d.ts.map +1 -0
  70. package/lib/esm/BasicUnitsProvider.js +213 -0
  71. package/lib/esm/BasicUnitsProvider.js.map +1 -0
  72. package/lib/esm/CompositeUnitsProvider.d.ts +45 -0
  73. package/lib/esm/CompositeUnitsProvider.d.ts.map +1 -0
  74. package/lib/esm/CompositeUnitsProvider.js +108 -0
  75. package/lib/esm/CompositeUnitsProvider.js.map +1 -0
  76. package/lib/esm/Constants.js.map +1 -1
  77. package/lib/esm/Exception.js.map +1 -1
  78. package/lib/esm/FormatSpecHandle.js.map +1 -1
  79. package/lib/esm/Formatter/Format.js.map +1 -1
  80. package/lib/esm/Formatter/FormatEnums.js.map +1 -1
  81. package/lib/esm/Formatter/Formatter.js.map +1 -1
  82. package/lib/esm/Formatter/FormatterSpec.d.ts.map +1 -1
  83. package/lib/esm/Formatter/FormatterSpec.js +14 -0
  84. package/lib/esm/Formatter/FormatterSpec.js.map +1 -1
  85. package/lib/esm/Formatter/FormattingReadyCollector.js.map +1 -1
  86. package/lib/esm/Formatter/Interfaces.js.map +1 -1
  87. package/lib/esm/Interfaces.d.ts +14 -0
  88. package/lib/esm/Interfaces.d.ts.map +1 -1
  89. package/lib/esm/Interfaces.js.map +1 -1
  90. package/lib/esm/Parser.d.ts.map +1 -1
  91. package/lib/esm/Parser.js +16 -1
  92. package/lib/esm/Parser.js.map +1 -1
  93. package/lib/esm/ParserSpec.d.ts.map +1 -1
  94. package/lib/esm/ParserSpec.js +15 -2
  95. package/lib/esm/ParserSpec.js.map +1 -1
  96. package/lib/esm/Quantity.js.map +1 -1
  97. package/lib/esm/QuantityLoggerCategory.d.ts +3 -1
  98. package/lib/esm/QuantityLoggerCategory.d.ts.map +1 -1
  99. package/lib/esm/QuantityLoggerCategory.js +2 -0
  100. package/lib/esm/QuantityLoggerCategory.js.map +1 -1
  101. package/lib/esm/SerializedUnitSchema.d.ts +98 -0
  102. package/lib/esm/SerializedUnitSchema.d.ts.map +1 -0
  103. package/lib/esm/SerializedUnitSchema.js +22 -0
  104. package/lib/esm/SerializedUnitSchema.js.map +1 -0
  105. package/lib/esm/Unit.js.map +1 -1
  106. package/lib/esm/UnitConversion/Graph.d.ts +35 -0
  107. package/lib/esm/UnitConversion/Graph.d.ts.map +1 -0
  108. package/lib/esm/UnitConversion/Graph.js +83 -0
  109. package/lib/esm/UnitConversion/Graph.js.map +1 -0
  110. package/lib/esm/UnitConversion/Parser.d.ts +9 -0
  111. package/lib/esm/UnitConversion/Parser.d.ts.map +1 -0
  112. package/lib/esm/UnitConversion/Parser.js +39 -0
  113. package/lib/esm/UnitConversion/Parser.js.map +1 -0
  114. package/lib/esm/UnitConversion/UnitConversion.d.ts +56 -0
  115. package/lib/esm/UnitConversion/UnitConversion.d.ts.map +1 -0
  116. package/lib/esm/UnitConversion/UnitConversion.js +76 -0
  117. package/lib/esm/UnitConversion/UnitConversion.js.map +1 -0
  118. package/lib/esm/UnitConversion/UnitDefinitionResolver.d.ts +29 -0
  119. package/lib/esm/UnitConversion/UnitDefinitionResolver.d.ts.map +1 -0
  120. package/lib/esm/UnitConversion/UnitDefinitionResolver.js +98 -0
  121. package/lib/esm/UnitConversion/UnitDefinitionResolver.js.map +1 -0
  122. package/lib/esm/UnitConversion/nameUtils.d.ts +11 -0
  123. package/lib/esm/UnitConversion/nameUtils.d.ts.map +1 -0
  124. package/lib/esm/UnitConversion/nameUtils.js +21 -0
  125. package/lib/esm/UnitConversion/nameUtils.js.map +1 -0
  126. package/lib/esm/assets/Units.json +4215 -0
  127. package/lib/esm/core-quantity.d.ts +15 -1
  128. package/lib/esm/core-quantity.d.ts.map +1 -1
  129. package/lib/esm/core-quantity.js +15 -1
  130. package/lib/esm/core-quantity.js.map +1 -1
  131. package/lib/esm/internal/cross-package.d.ts +4 -0
  132. package/lib/esm/internal/cross-package.d.ts.map +1 -0
  133. package/lib/esm/internal/cross-package.js +8 -0
  134. package/lib/esm/internal/cross-package.js.map +1 -0
  135. package/package.json +6 -5
@@ -0,0 +1,4215 @@
1
+ {
2
+ "version": "01.00.00",
3
+ "sourceEcSchemaVersion": "01.00.09",
4
+ "name": "Units",
5
+ "alias": "u",
6
+ "label": "Units",
7
+ "description": "Standard Set of Unit definitions for the system",
8
+ "items": {
9
+ "SI": {
10
+ "schemaItemType": "UnitSystem"
11
+ },
12
+ "CGS": {
13
+ "schemaItemType": "UnitSystem"
14
+ },
15
+ "METRIC": {
16
+ "schemaItemType": "UnitSystem"
17
+ },
18
+ "IMPERIAL": {
19
+ "schemaItemType": "UnitSystem"
20
+ },
21
+ "MARITIME": {
22
+ "schemaItemType": "UnitSystem"
23
+ },
24
+ "USSURVEY": {
25
+ "schemaItemType": "UnitSystem"
26
+ },
27
+ "INDUSTRIAL": {
28
+ "schemaItemType": "UnitSystem"
29
+ },
30
+ "INTERNATIONAL": {
31
+ "schemaItemType": "UnitSystem"
32
+ },
33
+ "USCUSTOM": {
34
+ "schemaItemType": "UnitSystem"
35
+ },
36
+ "STATISTICS": {
37
+ "schemaItemType": "UnitSystem"
38
+ },
39
+ "FINANCE": {
40
+ "schemaItemType": "UnitSystem"
41
+ },
42
+ "CONSTANT": {
43
+ "schemaItemType": "UnitSystem"
44
+ },
45
+ "APPARENT_POWER": {
46
+ "schemaItemType": "Phenomenon",
47
+ "label": "Apparent Power",
48
+ "definition": "ELECTRIC_POTENTIAL*CURRENT"
49
+ },
50
+ "AREA": {
51
+ "schemaItemType": "Phenomenon",
52
+ "label": "Area",
53
+ "definition": "LENGTH(2)"
54
+ },
55
+ "VOLUME": {
56
+ "schemaItemType": "Phenomenon",
57
+ "label": "Volume",
58
+ "definition": "LENGTH(3)"
59
+ },
60
+ "VELOCITY": {
61
+ "schemaItemType": "Phenomenon",
62
+ "label": "Velocity",
63
+ "definition": "LENGTH*TIME(-1)"
64
+ },
65
+ "ANGULAR_VELOCITY": {
66
+ "schemaItemType": "Phenomenon",
67
+ "label": "Angular Velocity",
68
+ "definition": "ANGLE*TIME(-1)"
69
+ },
70
+ "ACCELERATION": {
71
+ "schemaItemType": "Phenomenon",
72
+ "label": "Acceleration",
73
+ "definition": "LENGTH*TIME(-2)"
74
+ },
75
+ "FORCE": {
76
+ "schemaItemType": "Phenomenon",
77
+ "label": "Force",
78
+ "definition": "MASS*ACCELERATION"
79
+ },
80
+ "PRESSURE": {
81
+ "schemaItemType": "Phenomenon",
82
+ "label": "Pressure",
83
+ "definition": "FORCE*AREA(-1)"
84
+ },
85
+ "FORCE_DENSITY": {
86
+ "schemaItemType": "Phenomenon",
87
+ "label": "Force Density",
88
+ "definition": "FORCE*VOLUME(-1)"
89
+ },
90
+ "PRESSURE_GRADIENT": {
91
+ "schemaItemType": "Phenomenon",
92
+ "label": "Pressure Gradient",
93
+ "definition": "PRESSURE*LENGTH(-1)"
94
+ },
95
+ "TORQUE": {
96
+ "schemaItemType": "Phenomenon",
97
+ "label": "Torque",
98
+ "definition": "FORCE*LENGTH*ANGLE(-1)"
99
+ },
100
+ "LINEAR_TORQUE": {
101
+ "schemaItemType": "Phenomenon",
102
+ "label": "Linear Torque",
103
+ "definition": "TORQUE*LENGTH(-1)"
104
+ },
105
+ "AREA_TORQUE": {
106
+ "schemaItemType": "Phenomenon",
107
+ "label": "Area Torque",
108
+ "definition": "TORQUE*AREA(-1)"
109
+ },
110
+ "AREA_MOMENT_INERTIA": {
111
+ "schemaItemType": "Phenomenon",
112
+ "label": "Area Moment Inertia",
113
+ "definition": "LENGTH(4)"
114
+ },
115
+ "MASS_RATIO": {
116
+ "schemaItemType": "Phenomenon",
117
+ "label": "Mass Ratio",
118
+ "definition": "MASS*MASS(-1)"
119
+ },
120
+ "DENSITY": {
121
+ "schemaItemType": "Phenomenon",
122
+ "label": "Density",
123
+ "definition": "MASS*VOLUME(-1)"
124
+ },
125
+ "SPECIFIC_VOLUME": {
126
+ "schemaItemType": "Phenomenon",
127
+ "label": "Specific Volume",
128
+ "definition": "VOLUME*MASS(-1)"
129
+ },
130
+ "LINEAR_DENSITY": {
131
+ "schemaItemType": "Phenomenon",
132
+ "label": "Linear Density",
133
+ "definition": "MASS*LENGTH(-1)"
134
+ },
135
+ "SURFACE_DENSITY": {
136
+ "schemaItemType": "Phenomenon",
137
+ "label": "Surface Density",
138
+ "definition": "MASS*AREA(-1)"
139
+ },
140
+ "WORK": {
141
+ "schemaItemType": "Phenomenon",
142
+ "label": "Work",
143
+ "definition": "FORCE*LENGTH"
144
+ },
145
+ "POWER": {
146
+ "schemaItemType": "Phenomenon",
147
+ "label": "Power",
148
+ "definition": "WORK*TIME(-1)"
149
+ },
150
+ "VOLUMETRIC_FLOW": {
151
+ "schemaItemType": "Phenomenon",
152
+ "label": "Volumetric Flow",
153
+ "definition": "VOLUME*TIME(-1)"
154
+ },
155
+ "FLOW_DENSITY_PER_AREA": {
156
+ "schemaItemType": "Phenomenon",
157
+ "label": "Flow Density per Area",
158
+ "description": "Flow demanded by or discharged to a Water/Sewer network per area.",
159
+ "definition": "VOLUMETRIC_FLOW*AREA(-1)"
160
+ },
161
+ "MASS_FLOW": {
162
+ "schemaItemType": "Phenomenon",
163
+ "label": "Mass Flow",
164
+ "definition": "MASS*TIME(-1)"
165
+ },
166
+ "MOLAR_FLOW": {
167
+ "schemaItemType": "Phenomenon",
168
+ "label": "Molar Flow",
169
+ "definition": "MOLE*TIME(-1)"
170
+ },
171
+ "DYNAMIC_VISCOSITY": {
172
+ "schemaItemType": "Phenomenon",
173
+ "label": "Dynamic Viscosity",
174
+ "definition": "PRESSURE*TIME"
175
+ },
176
+ "KINEMATIC_VISCOSITY": {
177
+ "schemaItemType": "Phenomenon",
178
+ "label": "Kinematic Viscosity",
179
+ "definition": "DYNAMIC_VISCOSITY*DENSITY(-1)"
180
+ },
181
+ "ELECTRIC_CHARGE": {
182
+ "schemaItemType": "Phenomenon",
183
+ "label": "Electric Charge",
184
+ "definition": "CURRENT*TIME"
185
+ },
186
+ "ELECTRIC_POTENTIAL": {
187
+ "schemaItemType": "Phenomenon",
188
+ "label": "Electric Potential",
189
+ "definition": "POWER*CURRENT(-1)"
190
+ },
191
+ "LUMINOUS_FLUX": {
192
+ "schemaItemType": "Phenomenon",
193
+ "label": "Luminous Flux",
194
+ "definition": "LUMINOSITY*SOLIDANGLE"
195
+ },
196
+ "ILLUMINANCE": {
197
+ "schemaItemType": "Phenomenon",
198
+ "label": "Illuminance",
199
+ "definition": "LUMINOUS_FLUX*LENGTH(-2)"
200
+ },
201
+ "ROTATIONAL_SPRING_CONSTANT": {
202
+ "schemaItemType": "Phenomenon",
203
+ "label": "Rotational Spring Constant",
204
+ "definition": "TORQUE*ANGLE(-1)"
205
+ },
206
+ "LINEAR_ROTATIONAL_SPRING_CONSTANT": {
207
+ "schemaItemType": "Phenomenon",
208
+ "label": "Linear Rotational Spring Constant",
209
+ "definition": "FORCE*ANGLE(-1)"
210
+ },
211
+ "SPRING_CONSTANT": {
212
+ "schemaItemType": "Phenomenon",
213
+ "label": "Spring Constant",
214
+ "definition": "FORCE*LENGTH(-1)"
215
+ },
216
+ "LINEAR_SPRING_CONSTANT": {
217
+ "schemaItemType": "Phenomenon",
218
+ "label": "Linear Spring Constant",
219
+ "definition": "SPRING_CONSTANT*LENGTH(-1)"
220
+ },
221
+ "AREA_SPRING_CONSTANT": {
222
+ "schemaItemType": "Phenomenon",
223
+ "label": "Area Spring Constant",
224
+ "definition": "SPRING_CONSTANT*AREA(-1)"
225
+ },
226
+ "PIPE_DIAMETER_LENGTH": {
227
+ "schemaItemType": "Phenomenon",
228
+ "label": "Pipe Diameter-Length",
229
+ "description": "The diameter of a pipe multiplied by its length, used as a coefficient for pipe-infiltration calculations.",
230
+ "definition": "LENGTH*LENGTH"
231
+ },
232
+ "THERMAL_CONDUCTIVITY": {
233
+ "schemaItemType": "Phenomenon",
234
+ "label": "Thermal Conductivity",
235
+ "definition": "POWER*LENGTH(-1)*TEMPERATURE_CHANGE(-1)"
236
+ },
237
+ "THERMAL_INSULANCE": {
238
+ "schemaItemType": "Phenomenon",
239
+ "label": "Thermal Resistance",
240
+ "definition": "AREA*TEMPERATURE_CHANGE*POWER(-1)"
241
+ },
242
+ "TEMPERATURE_GRADIENT": {
243
+ "schemaItemType": "Phenomenon",
244
+ "label": "Temperature Gradient",
245
+ "definition": "TEMPERATURE_CHANGE*LENGTH(-1)"
246
+ },
247
+ "MOLAR_VOLUME": {
248
+ "schemaItemType": "Phenomenon",
249
+ "label": "Molar Volume",
250
+ "definition": "VOLUME*MOLE(-1)"
251
+ },
252
+ "MOLAR_CONCENTRATION": {
253
+ "schemaItemType": "Phenomenon",
254
+ "label": "Molar Concentration",
255
+ "definition": "MOLE*VOLUME(-1)"
256
+ },
257
+ "SLOPE": {
258
+ "schemaItemType": "Phenomenon",
259
+ "label": "Slope",
260
+ "definition": "LENGTH*LENGTH(-1)"
261
+ },
262
+ "HEAT_TRANSFER": {
263
+ "schemaItemType": "Phenomenon",
264
+ "label": "Heat Transfer",
265
+ "description": "https://en.wikipedia.org/wiki/Heat_transfer_coefficient",
266
+ "definition": "POWER*AREA(-1)*TEMPERATURE_CHANGE(-1)"
267
+ },
268
+ "HEAT_FLUX_DENSITY": {
269
+ "schemaItemType": "Phenomenon",
270
+ "label": "Heat Flux Density",
271
+ "description": "https://en.wikipedia.org/wiki/Heat_flux see description of heat flux density",
272
+ "definition": "POWER*AREA(-1)"
273
+ },
274
+ "TORSIONAL_WARPING_CONSTANT": {
275
+ "schemaItemType": "Phenomenon",
276
+ "label": "Torsional Warping Constant",
277
+ "definition": "LENGTH(6)"
278
+ },
279
+ "POPULATION_DENSITY": {
280
+ "schemaItemType": "Phenomenon",
281
+ "label": "Population Density",
282
+ "definition": "CAPITA*AREA(-1)"
283
+ },
284
+ "FREQUENCY": {
285
+ "schemaItemType": "Phenomenon",
286
+ "label": "Frequency",
287
+ "definition": "TIME(-1)"
288
+ },
289
+ "LINEAR_LOAD": {
290
+ "schemaItemType": "Phenomenon",
291
+ "label": "Linear Load",
292
+ "definition": "FORCE*LENGTH(-1)"
293
+ },
294
+ "ENERGY_DENSITY": {
295
+ "schemaItemType": "Phenomenon",
296
+ "label": "Energy Density",
297
+ "definition": "WORK*VOLUME(-1)"
298
+ },
299
+ "ELECTRICAL_RESISTANCE": {
300
+ "schemaItemType": "Phenomenon",
301
+ "label": "Electrical Resistance",
302
+ "definition": "ELECTRIC_POTENTIAL*CURRENT(-1)"
303
+ },
304
+ "ELECTRICAL_RESISTIVITY": {
305
+ "schemaItemType": "Phenomenon",
306
+ "label": "Electrical Resistivity",
307
+ "definition": "ELECTRICAL_RESISTANCE*LENGTH"
308
+ },
309
+ "SPECIFIC_ENERGY": {
310
+ "schemaItemType": "Phenomenon",
311
+ "label": "Specific Energy",
312
+ "definition": "WORK*MASS(-1)"
313
+ },
314
+ "SPECIFIC_HEAT_CAPACITY": {
315
+ "schemaItemType": "Phenomenon",
316
+ "label": "Specific_heat Capacity",
317
+ "definition": "WORK*MASS(-1)*TEMPERATURE_CHANGE(-1)"
318
+ },
319
+ "SPECIFIC_HEAT_CAPACITY_MOLAR": {
320
+ "schemaItemType": "Phenomenon",
321
+ "label": "Specific_heat Capacity Molar",
322
+ "definition": "WORK*MOLE(-1)*TEMPERATURE_CHANGE(-1)"
323
+ },
324
+ "PERCENTAGE": {
325
+ "schemaItemType": "Phenomenon",
326
+ "label": "Percentage",
327
+ "definition": "NUMBER"
328
+ },
329
+ "PROBABILITY": {
330
+ "schemaItemType": "Phenomenon",
331
+ "label": "Probability",
332
+ "definition": "NUMBER"
333
+ },
334
+ "LINEAR_RATE": {
335
+ "schemaItemType": "Phenomenon",
336
+ "label": "Linear Rate",
337
+ "definition": "NUMBER*LENGTH(-1)"
338
+ },
339
+ "LINEAR_COEFFICIENT_OF_THERMAL_EXPANSION": {
340
+ "schemaItemType": "Phenomenon",
341
+ "label": "Linear Coefficient Of Thermal Expansion",
342
+ "definition": "LENGTH*LENGTH(-1)*TEMPERATURE_CHANGE(-1)"
343
+ },
344
+ "VOLUME_RATIO": {
345
+ "schemaItemType": "Phenomenon",
346
+ "label": "Volume Ratio",
347
+ "definition": "VOLUME*VOLUME(-1)"
348
+ },
349
+ "LENGTH_RATIO": {
350
+ "schemaItemType": "Phenomenon",
351
+ "definition": "LENGTH*LENGTH(-1)"
352
+ },
353
+ "VOLUME_PER_LENGTH": {
354
+ "schemaItemType": "Phenomenon",
355
+ "label": "Volume per Unit Length",
356
+ "definition": "VOLUME*LENGTH(-1)"
357
+ },
358
+ "LENGTH": {
359
+ "schemaItemType": "Phenomenon",
360
+ "label": "Length",
361
+ "definition": "LENGTH"
362
+ },
363
+ "MASS": {
364
+ "schemaItemType": "Phenomenon",
365
+ "label": "Mass",
366
+ "definition": "MASS"
367
+ },
368
+ "TIME": {
369
+ "schemaItemType": "Phenomenon",
370
+ "label": "Time",
371
+ "definition": "TIME"
372
+ },
373
+ "TEMPERATURE": {
374
+ "schemaItemType": "Phenomenon",
375
+ "label": "Temperature",
376
+ "definition": "TEMPERATURE"
377
+ },
378
+ "TEMPERATURE_CHANGE": {
379
+ "schemaItemType": "Phenomenon",
380
+ "label": "Temperature Change",
381
+ "definition": "TEMPERATURE_CHANGE"
382
+ },
383
+ "CURRENT": {
384
+ "schemaItemType": "Phenomenon",
385
+ "label": "Current",
386
+ "definition": "CURRENT"
387
+ },
388
+ "MOLE": {
389
+ "schemaItemType": "Phenomenon",
390
+ "label": "Mole",
391
+ "definition": "MOLE"
392
+ },
393
+ "LUMINOSITY": {
394
+ "schemaItemType": "Phenomenon",
395
+ "label": "Luminosity",
396
+ "definition": "LUMINOSITY"
397
+ },
398
+ "ANGLE": {
399
+ "schemaItemType": "Phenomenon",
400
+ "label": "Angle",
401
+ "definition": "ANGLE"
402
+ },
403
+ "SOLIDANGLE": {
404
+ "schemaItemType": "Phenomenon",
405
+ "label": "Solid Angle",
406
+ "definition": "SOLIDANGLE"
407
+ },
408
+ "CURRENCY": {
409
+ "schemaItemType": "Phenomenon",
410
+ "definition": "CURRENCY"
411
+ },
412
+ "CAPITA": {
413
+ "schemaItemType": "Phenomenon",
414
+ "label": "Capita",
415
+ "definition": "CAPITA"
416
+ },
417
+ "NUMBER": {
418
+ "schemaItemType": "Phenomenon",
419
+ "label": "Number",
420
+ "definition": "NUMBER"
421
+ },
422
+ "THREAD_PITCH": {
423
+ "schemaItemType": "Phenomenon",
424
+ "label": "Thread Pitch",
425
+ "definition": "LENGTH*ANGLE(-1)"
426
+ },
427
+ "ENTROPY": {
428
+ "schemaItemType": "Phenomenon",
429
+ "label": "Entropy",
430
+ "definition": "WORK*TEMPERATURE_CHANGE(-1)"
431
+ },
432
+ "LUMINOUS_EFFICACY": {
433
+ "schemaItemType": "Phenomenon",
434
+ "label": "Luminous Efficacy",
435
+ "definition": "LUMINOUS_FLUX*POWER(-1)"
436
+ },
437
+ "MOMENT_DISPLAY_SCALE": {
438
+ "schemaItemType": "Phenomenon",
439
+ "label": "Moment Scale",
440
+ "description": "Display size of the linear moment",
441
+ "definition": "FORCE(-1)"
442
+ },
443
+ "FORCE_DISPLAY_SCALE": {
444
+ "schemaItemType": "Phenomenon",
445
+ "label": "Force Scale",
446
+ "description": "Display size of the force",
447
+ "definition": "LINEAR_LOAD(-1)"
448
+ },
449
+ "PI": {
450
+ "schemaItemType": "Constant",
451
+ "label": "Pi",
452
+ "phenomenon": "Units.LENGTH_RATIO",
453
+ "definition": "ONE",
454
+ "numerator": 3.141592653589793
455
+ },
456
+ "QUARTER_PI": {
457
+ "schemaItemType": "Constant",
458
+ "label": "Pi/4",
459
+ "phenomenon": "Units.LENGTH_RATIO",
460
+ "definition": "PI",
461
+ "numerator": 1,
462
+ "denominator": 4
463
+ },
464
+ "HALF_PI": {
465
+ "schemaItemType": "Constant",
466
+ "label": "Pi/2",
467
+ "phenomenon": "Units.LENGTH_RATIO",
468
+ "definition": "PI",
469
+ "numerator": 1,
470
+ "denominator": 2
471
+ },
472
+ "TWO_PI": {
473
+ "schemaItemType": "Constant",
474
+ "label": "2Pi",
475
+ "phenomenon": "Units.LENGTH_RATIO",
476
+ "definition": "PI",
477
+ "numerator": 2
478
+ },
479
+ "DEG360": {
480
+ "schemaItemType": "Constant",
481
+ "label": "360°",
482
+ "phenomenon": "Units.ANGLE",
483
+ "definition": "ARC_DEG",
484
+ "numerator": 360
485
+ },
486
+ "STD_G": {
487
+ "schemaItemType": "Constant",
488
+ "label": "ɡ0",
489
+ "phenomenon": "Units.ACCELERATION",
490
+ "definition": "M*S(-2)",
491
+ "numerator": 9.80665
492
+ },
493
+ "DECI": {
494
+ "schemaItemType": "Constant",
495
+ "label": "deci",
496
+ "phenomenon": "Units.NUMBER",
497
+ "definition": "ONE",
498
+ "numerator": 0.1
499
+ },
500
+ "CENTI": {
501
+ "schemaItemType": "Constant",
502
+ "label": "centi",
503
+ "phenomenon": "Units.NUMBER",
504
+ "definition": "ONE",
505
+ "numerator": 0.01
506
+ },
507
+ "MILLI": {
508
+ "schemaItemType": "Constant",
509
+ "label": "milli",
510
+ "phenomenon": "Units.NUMBER",
511
+ "definition": "ONE",
512
+ "numerator": 0.001
513
+ },
514
+ "MICRO": {
515
+ "schemaItemType": "Constant",
516
+ "label": "micro",
517
+ "phenomenon": "Units.NUMBER",
518
+ "definition": "ONE",
519
+ "numerator": 0.000001
520
+ },
521
+ "NANO": {
522
+ "schemaItemType": "Constant",
523
+ "label": "nano",
524
+ "phenomenon": "Units.NUMBER",
525
+ "definition": "ONE",
526
+ "numerator": 1e-9
527
+ },
528
+ "PICO": {
529
+ "schemaItemType": "Constant",
530
+ "label": "pico",
531
+ "phenomenon": "Units.NUMBER",
532
+ "definition": "ONE",
533
+ "numerator": 1e-12
534
+ },
535
+ "FEMTO": {
536
+ "schemaItemType": "Constant",
537
+ "label": "femto",
538
+ "phenomenon": "Units.NUMBER",
539
+ "definition": "ONE",
540
+ "numerator": 1e-15
541
+ },
542
+ "ATTO": {
543
+ "schemaItemType": "Constant",
544
+ "label": "atto",
545
+ "phenomenon": "Units.NUMBER",
546
+ "definition": "ONE",
547
+ "numerator": 1e-18
548
+ },
549
+ "ZEPTO": {
550
+ "schemaItemType": "Constant",
551
+ "label": "zepto",
552
+ "phenomenon": "Units.NUMBER",
553
+ "definition": "ONE",
554
+ "numerator": 1e-21
555
+ },
556
+ "YOCTO": {
557
+ "schemaItemType": "Constant",
558
+ "label": "yocto",
559
+ "phenomenon": "Units.NUMBER",
560
+ "definition": "ONE",
561
+ "numerator": 1e-24
562
+ },
563
+ "DECA": {
564
+ "schemaItemType": "Constant",
565
+ "phenomenon": "Units.NUMBER",
566
+ "definition": "ONE",
567
+ "numerator": 10
568
+ },
569
+ "HECTO": {
570
+ "schemaItemType": "Constant",
571
+ "label": "hecto",
572
+ "phenomenon": "Units.NUMBER",
573
+ "definition": "ONE",
574
+ "numerator": 100
575
+ },
576
+ "KILO": {
577
+ "schemaItemType": "Constant",
578
+ "label": "kilo",
579
+ "phenomenon": "Units.NUMBER",
580
+ "definition": "ONE",
581
+ "numerator": 1000
582
+ },
583
+ "MEGA": {
584
+ "schemaItemType": "Constant",
585
+ "label": "mega",
586
+ "phenomenon": "Units.NUMBER",
587
+ "definition": "ONE",
588
+ "numerator": 1000000
589
+ },
590
+ "GIGA": {
591
+ "schemaItemType": "Constant",
592
+ "label": "giga",
593
+ "phenomenon": "Units.NUMBER",
594
+ "definition": "ONE",
595
+ "numerator": 1000000000
596
+ },
597
+ "TERA": {
598
+ "schemaItemType": "Constant",
599
+ "label": "tera",
600
+ "phenomenon": "Units.NUMBER",
601
+ "definition": "ONE",
602
+ "numerator": 1000000000000
603
+ },
604
+ "PETA": {
605
+ "schemaItemType": "Constant",
606
+ "label": "peta",
607
+ "phenomenon": "Units.NUMBER",
608
+ "definition": "ONE",
609
+ "numerator": 1000000000000000
610
+ },
611
+ "EXA": {
612
+ "schemaItemType": "Constant",
613
+ "label": "exa",
614
+ "phenomenon": "Units.NUMBER",
615
+ "definition": "ONE",
616
+ "numerator": 1000000000000000000
617
+ },
618
+ "ZETTA": {
619
+ "schemaItemType": "Constant",
620
+ "label": "zetta",
621
+ "phenomenon": "Units.NUMBER",
622
+ "definition": "ONE",
623
+ "numerator": 1e+21
624
+ },
625
+ "YOTTA": {
626
+ "schemaItemType": "Constant",
627
+ "label": "yotta",
628
+ "phenomenon": "Units.NUMBER",
629
+ "definition": "ONE",
630
+ "numerator": 1e+24
631
+ },
632
+ "MM": {
633
+ "schemaItemType": "Unit",
634
+ "label": "mm",
635
+ "phenomenon": "Units.LENGTH",
636
+ "unitSystem": "Units.METRIC",
637
+ "definition": "[MILLI]*M"
638
+ },
639
+ "CM": {
640
+ "schemaItemType": "Unit",
641
+ "label": "cm",
642
+ "phenomenon": "Units.LENGTH",
643
+ "unitSystem": "Units.METRIC",
644
+ "definition": "[CENTI]*M"
645
+ },
646
+ "DM": {
647
+ "schemaItemType": "Unit",
648
+ "label": "dm",
649
+ "phenomenon": "Units.LENGTH",
650
+ "unitSystem": "Units.METRIC",
651
+ "definition": "[DECI]*M"
652
+ },
653
+ "KM": {
654
+ "schemaItemType": "Unit",
655
+ "label": "km",
656
+ "phenomenon": "Units.LENGTH",
657
+ "unitSystem": "Units.METRIC",
658
+ "definition": "[KILO]*M"
659
+ },
660
+ "UM": {
661
+ "schemaItemType": "Unit",
662
+ "label": "µm",
663
+ "phenomenon": "Units.LENGTH",
664
+ "unitSystem": "Units.METRIC",
665
+ "definition": "[MICRO]*M"
666
+ },
667
+ "MILLIINCH": {
668
+ "schemaItemType": "Unit",
669
+ "label": "mil",
670
+ "phenomenon": "Units.LENGTH",
671
+ "unitSystem": "Units.USCUSTOM",
672
+ "definition": "[MILLI]*IN"
673
+ },
674
+ "MICROINCH": {
675
+ "schemaItemType": "Unit",
676
+ "label": "µin",
677
+ "phenomenon": "Units.LENGTH",
678
+ "unitSystem": "Units.USCUSTOM",
679
+ "definition": "[MICRO]*IN"
680
+ },
681
+ "MILLIFOOT": {
682
+ "schemaItemType": "Unit",
683
+ "label": "mft",
684
+ "phenomenon": "Units.LENGTH",
685
+ "unitSystem": "Units.USCUSTOM",
686
+ "definition": "[MILLI]*FT"
687
+ },
688
+ "IN": {
689
+ "schemaItemType": "Unit",
690
+ "label": "in",
691
+ "description": "Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix B. Section 3.1, Page B-10",
692
+ "phenomenon": "Units.LENGTH",
693
+ "unitSystem": "Units.USCUSTOM",
694
+ "definition": "MM",
695
+ "numerator": 25.4
696
+ },
697
+ "FT": {
698
+ "schemaItemType": "Unit",
699
+ "label": "ft",
700
+ "description": "Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 2, Page C-4",
701
+ "phenomenon": "Units.LENGTH",
702
+ "unitSystem": "Units.USCUSTOM",
703
+ "definition": "IN",
704
+ "numerator": 12
705
+ },
706
+ "YRD": {
707
+ "schemaItemType": "Unit",
708
+ "label": "yd",
709
+ "description": "Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 2, Page C-4",
710
+ "phenomenon": "Units.LENGTH",
711
+ "unitSystem": "Units.USCUSTOM",
712
+ "definition": "FT",
713
+ "numerator": 3
714
+ },
715
+ "CHAIN": {
716
+ "schemaItemType": "Unit",
717
+ "label": "chain",
718
+ "description": "Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-8",
719
+ "phenomenon": "Units.LENGTH",
720
+ "unitSystem": "Units.USCUSTOM",
721
+ "definition": "FT",
722
+ "numerator": 66
723
+ },
724
+ "MILE": {
725
+ "schemaItemType": "Unit",
726
+ "label": "mi",
727
+ "description": "Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-8",
728
+ "phenomenon": "Units.LENGTH",
729
+ "unitSystem": "Units.USCUSTOM",
730
+ "definition": "YRD",
731
+ "numerator": 1760
732
+ },
733
+ "US_SURVEY_IN": {
734
+ "schemaItemType": "Unit",
735
+ "label": "in (US Survey)",
736
+ "description": "100/3937 Derived from the definition of us survey foot in terms of meters. Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-9",
737
+ "phenomenon": "Units.LENGTH",
738
+ "unitSystem": "Units.USSURVEY",
739
+ "definition": "M",
740
+ "numerator": 100,
741
+ "denominator": 3937
742
+ },
743
+ "US_SURVEY_FT": {
744
+ "schemaItemType": "Unit",
745
+ "label": "ft (US Survey)",
746
+ "description": "Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 2, Page C-4",
747
+ "phenomenon": "Units.LENGTH",
748
+ "unitSystem": "Units.USSURVEY",
749
+ "definition": "US_SURVEY_IN",
750
+ "numerator": 12
751
+ },
752
+ "US_SURVEY_YRD": {
753
+ "schemaItemType": "Unit",
754
+ "label": "yrd (US Survey)",
755
+ "description": "Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 2, Page C-4",
756
+ "phenomenon": "Units.LENGTH",
757
+ "unitSystem": "Units.USSURVEY",
758
+ "definition": "US_SURVEY_FT",
759
+ "numerator": 3
760
+ },
761
+ "US_SURVEY_CHAIN": {
762
+ "schemaItemType": "Unit",
763
+ "label": "chain (US Survey)",
764
+ "description": "Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-8",
765
+ "phenomenon": "Units.LENGTH",
766
+ "unitSystem": "Units.USSURVEY",
767
+ "definition": "US_SURVEY_FT",
768
+ "numerator": 66
769
+ },
770
+ "US_SURVEY_MILE": {
771
+ "schemaItemType": "Unit",
772
+ "label": "mi (US Survey)",
773
+ "description": "Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-8",
774
+ "phenomenon": "Units.LENGTH",
775
+ "unitSystem": "Units.USSURVEY",
776
+ "definition": "US_SURVEY_YRD",
777
+ "numerator": 1760
778
+ },
779
+ "NAUT_MILE": {
780
+ "schemaItemType": "Unit",
781
+ "label": "nmi",
782
+ "description": "International Nautical Mile. Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 2, Page C-4",
783
+ "phenomenon": "Units.LENGTH",
784
+ "unitSystem": "Units.MARITIME",
785
+ "definition": "M",
786
+ "numerator": 1852
787
+ },
788
+ "G": {
789
+ "schemaItemType": "Unit",
790
+ "label": "g",
791
+ "phenomenon": "Units.MASS",
792
+ "unitSystem": "Units.METRIC",
793
+ "definition": "[MILLI]*KG"
794
+ },
795
+ "MG": {
796
+ "schemaItemType": "Unit",
797
+ "label": "mg",
798
+ "phenomenon": "Units.MASS",
799
+ "unitSystem": "Units.METRIC",
800
+ "definition": "[MILLI]*G"
801
+ },
802
+ "MKG": {
803
+ "schemaItemType": "Unit",
804
+ "label": "µg",
805
+ "phenomenon": "Units.MASS",
806
+ "unitSystem": "Units.METRIC",
807
+ "definition": "[MICRO]*G"
808
+ },
809
+ "NG": {
810
+ "schemaItemType": "Unit",
811
+ "label": "ng",
812
+ "phenomenon": "Units.MASS",
813
+ "unitSystem": "Units.METRIC",
814
+ "definition": "[NANO]*G"
815
+ },
816
+ "MEGAGRAM": {
817
+ "schemaItemType": "Unit",
818
+ "label": "Mg",
819
+ "phenomenon": "Units.MASS",
820
+ "unitSystem": "Units.METRIC",
821
+ "definition": "[MEGA]*G"
822
+ },
823
+ "TONNE": {
824
+ "schemaItemType": "Unit",
825
+ "label": "tonne",
826
+ "description": "Also known as a metric ton http://phyMETRICcs.nist.gov/cuu/pdf/sp811.pdf, Appendix B.",
827
+ "phenomenon": "Units.MASS",
828
+ "unitSystem": "Units.METRIC",
829
+ "definition": "[KILO]*KG"
830
+ },
831
+ "LBM": {
832
+ "schemaItemType": "Unit",
833
+ "label": "lb",
834
+ "description": "Is Avoirdupois Pound. Exact, http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B. Footnote 22",
835
+ "phenomenon": "Units.MASS",
836
+ "unitSystem": "Units.USCUSTOM",
837
+ "definition": "KG",
838
+ "numerator": 0.45359237
839
+ },
840
+ "SLUG": {
841
+ "schemaItemType": "Unit",
842
+ "label": "slug",
843
+ "phenomenon": "Units.MASS",
844
+ "unitSystem": "Units.USCUSTOM",
845
+ "definition": "LBF*S(2)*FT(-1)"
846
+ },
847
+ "GRM": {
848
+ "schemaItemType": "Unit",
849
+ "label": "gr",
850
+ "description": "Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix B. Section 3.2, Page B-10",
851
+ "phenomenon": "Units.MASS",
852
+ "unitSystem": "Units.USCUSTOM",
853
+ "definition": "LBM",
854
+ "denominator": 7000
855
+ },
856
+ "SHORT_TON_MASS": {
857
+ "schemaItemType": "Unit",
858
+ "label": "tn (short)",
859
+ "description": "Exact, http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B.",
860
+ "phenomenon": "Units.MASS",
861
+ "unitSystem": "Units.USCUSTOM",
862
+ "definition": "LBM",
863
+ "numerator": 2000
864
+ },
865
+ "LONG_TON_MASS": {
866
+ "schemaItemType": "Unit",
867
+ "label": "tn (long)",
868
+ "description": "Exact, http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B.",
869
+ "phenomenon": "Units.MASS",
870
+ "unitSystem": "Units.USCUSTOM",
871
+ "definition": "LBM",
872
+ "numerator": 2240
873
+ },
874
+ "KIPM": {
875
+ "schemaItemType": "Unit",
876
+ "label": "kipm",
877
+ "description": "Exact, http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B.",
878
+ "phenomenon": "Units.MASS",
879
+ "unitSystem": "Units.USCUSTOM",
880
+ "definition": "[KILO]*LBM"
881
+ },
882
+ "OZM": {
883
+ "schemaItemType": "Unit",
884
+ "label": "oz",
885
+ "description": "1/16 Exact, https://en.wikipedia.org/wiki/Ounce",
886
+ "phenomenon": "Units.MASS",
887
+ "unitSystem": "Units.USCUSTOM",
888
+ "definition": "LBM",
889
+ "denominator": 16
890
+ },
891
+ "MIN": {
892
+ "schemaItemType": "Unit",
893
+ "label": "min",
894
+ "phenomenon": "Units.TIME",
895
+ "unitSystem": "Units.INTERNATIONAL",
896
+ "definition": "S",
897
+ "numerator": 60
898
+ },
899
+ "HR": {
900
+ "schemaItemType": "Unit",
901
+ "label": "h",
902
+ "phenomenon": "Units.TIME",
903
+ "unitSystem": "Units.INTERNATIONAL",
904
+ "definition": "MIN",
905
+ "numerator": 60
906
+ },
907
+ "DAY": {
908
+ "schemaItemType": "Unit",
909
+ "label": "days",
910
+ "phenomenon": "Units.TIME",
911
+ "unitSystem": "Units.INTERNATIONAL",
912
+ "definition": "HR",
913
+ "numerator": 24
914
+ },
915
+ "WEEK": {
916
+ "schemaItemType": "Unit",
917
+ "label": "week",
918
+ "phenomenon": "Units.TIME",
919
+ "unitSystem": "Units.INTERNATIONAL",
920
+ "definition": "DAY",
921
+ "numerator": 7
922
+ },
923
+ "YR": {
924
+ "schemaItemType": "Unit",
925
+ "label": "years",
926
+ "description": "http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B. Year is 3.1536 E+07 seconds which is equal to 365 * 24 * 60 * 60",
927
+ "phenomenon": "Units.TIME",
928
+ "unitSystem": "Units.INTERNATIONAL",
929
+ "definition": "DAY",
930
+ "numerator": 365
931
+ },
932
+ "YEAR_SIDEREAL": {
933
+ "schemaItemType": "Unit",
934
+ "label": "Year (Sidereal)",
935
+ "description": "http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B.",
936
+ "phenomenon": "Units.TIME",
937
+ "unitSystem": "Units.INTERNATIONAL",
938
+ "definition": "S",
939
+ "numerator": 31558150
940
+ },
941
+ "YEAR_TROPICAL": {
942
+ "schemaItemType": "Unit",
943
+ "label": "Year (Tropical)",
944
+ "description": "http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B.",
945
+ "phenomenon": "Units.TIME",
946
+ "unitSystem": "Units.INTERNATIONAL",
947
+ "definition": "S",
948
+ "numerator": 31556930
949
+ },
950
+ "MS": {
951
+ "schemaItemType": "Unit",
952
+ "label": "ms",
953
+ "phenomenon": "Units.TIME",
954
+ "unitSystem": "Units.INTERNATIONAL",
955
+ "definition": "[MILLI]*S"
956
+ },
957
+ "MKS": {
958
+ "schemaItemType": "Unit",
959
+ "label": "µs",
960
+ "phenomenon": "Units.TIME",
961
+ "unitSystem": "Units.INTERNATIONAL",
962
+ "definition": "[MICRO]*S"
963
+ },
964
+ "CELSIUS": {
965
+ "schemaItemType": "Unit",
966
+ "label": "°C",
967
+ "phenomenon": "Units.TEMPERATURE",
968
+ "unitSystem": "Units.METRIC",
969
+ "definition": "K",
970
+ "offset": 273.15
971
+ },
972
+ "FAHRENHEIT": {
973
+ "schemaItemType": "Unit",
974
+ "label": "°F",
975
+ "description": "Factor is 5/9",
976
+ "phenomenon": "Units.TEMPERATURE",
977
+ "unitSystem": "Units.USCUSTOM",
978
+ "definition": "CELSIUS",
979
+ "numerator": 5,
980
+ "denominator": 9,
981
+ "offset": -32
982
+ },
983
+ "RANKINE": {
984
+ "schemaItemType": "Unit",
985
+ "label": "°R",
986
+ "description": "Factor is 5/9",
987
+ "phenomenon": "Units.TEMPERATURE",
988
+ "unitSystem": "Units.USCUSTOM",
989
+ "definition": "K",
990
+ "numerator": 5,
991
+ "denominator": 9
992
+ },
993
+ "DELTA_CELSIUS": {
994
+ "schemaItemType": "Unit",
995
+ "label": "Δ°C",
996
+ "phenomenon": "Units.TEMPERATURE_CHANGE",
997
+ "unitSystem": "Units.METRIC",
998
+ "definition": "DELTA_KELVIN"
999
+ },
1000
+ "DELTA_FAHRENHEIT": {
1001
+ "schemaItemType": "Unit",
1002
+ "label": "Δ°F",
1003
+ "description": "Factor is 5/9",
1004
+ "phenomenon": "Units.TEMPERATURE_CHANGE",
1005
+ "unitSystem": "Units.USCUSTOM",
1006
+ "definition": "DELTA_CELSIUS",
1007
+ "numerator": 5,
1008
+ "denominator": 9
1009
+ },
1010
+ "DELTA_RANKINE": {
1011
+ "schemaItemType": "Unit",
1012
+ "label": "Δ°R",
1013
+ "description": "Factor is 5/9",
1014
+ "phenomenon": "Units.TEMPERATURE_CHANGE",
1015
+ "unitSystem": "Units.USCUSTOM",
1016
+ "definition": "DELTA_KELVIN",
1017
+ "numerator": 5,
1018
+ "denominator": 9
1019
+ },
1020
+ "KELVIN_PER_M": {
1021
+ "schemaItemType": "Unit",
1022
+ "label": "ΔK/m",
1023
+ "phenomenon": "Units.TEMPERATURE_GRADIENT",
1024
+ "unitSystem": "Units.SI",
1025
+ "definition": "DELTA_KELVIN*M(-1)"
1026
+ },
1027
+ "STRAIN_PER_KELVIN": {
1028
+ "schemaItemType": "Unit",
1029
+ "label": "1/ΔK",
1030
+ "phenomenon": "Units.LINEAR_COEFFICIENT_OF_THERMAL_EXPANSION",
1031
+ "unitSystem": "Units.SI",
1032
+ "definition": "DELTA_KELVIN(-1)"
1033
+ },
1034
+ "STRAIN_PER_CELSIUS": {
1035
+ "schemaItemType": "Unit",
1036
+ "label": "1/Δ°C",
1037
+ "phenomenon": "Units.LINEAR_COEFFICIENT_OF_THERMAL_EXPANSION",
1038
+ "unitSystem": "Units.METRIC",
1039
+ "definition": "DELTA_CELSIUS(-1)"
1040
+ },
1041
+ "STRAIN_PER_FAHRENHEIT": {
1042
+ "schemaItemType": "Unit",
1043
+ "label": "1/Δ°F",
1044
+ "phenomenon": "Units.LINEAR_COEFFICIENT_OF_THERMAL_EXPANSION",
1045
+ "unitSystem": "Units.USCUSTOM",
1046
+ "definition": "DELTA_FAHRENHEIT(-1)"
1047
+ },
1048
+ "STRAIN_PER_RANKINE": {
1049
+ "schemaItemType": "Unit",
1050
+ "label": "1/Δ°R",
1051
+ "phenomenon": "Units.LINEAR_COEFFICIENT_OF_THERMAL_EXPANSION",
1052
+ "unitSystem": "Units.USCUSTOM",
1053
+ "definition": "DELTA_RANKINE(-1)"
1054
+ },
1055
+ "LUMEN": {
1056
+ "schemaItemType": "Unit",
1057
+ "label": "lm",
1058
+ "phenomenon": "Units.LUMINOUS_FLUX",
1059
+ "unitSystem": "Units.SI",
1060
+ "definition": "CD*STERAD"
1061
+ },
1062
+ "LUX": {
1063
+ "schemaItemType": "Unit",
1064
+ "label": "lx",
1065
+ "phenomenon": "Units.ILLUMINANCE",
1066
+ "unitSystem": "Units.SI",
1067
+ "definition": "LUMEN*M(-2)"
1068
+ },
1069
+ "LUMEN_PER_SQ_FT": {
1070
+ "schemaItemType": "Unit",
1071
+ "label": "lm/ft²",
1072
+ "phenomenon": "Units.ILLUMINANCE",
1073
+ "unitSystem": "Units.USCUSTOM",
1074
+ "definition": "LUMEN*FT(-2)"
1075
+ },
1076
+ "KMOL": {
1077
+ "schemaItemType": "Unit",
1078
+ "label": "kmol",
1079
+ "phenomenon": "Units.MOLE",
1080
+ "unitSystem": "Units.METRIC",
1081
+ "definition": "[KILO]*MOL"
1082
+ },
1083
+ "LB_MOL": {
1084
+ "schemaItemType": "Unit",
1085
+ "label": "lb-mol",
1086
+ "description": "ASTM SI 10 standard SI1-.phhc8328.pdf page 29, 35 and http://en.wikipedia.org/wiki/Mole_%28unit%29",
1087
+ "phenomenon": "Units.MOLE",
1088
+ "unitSystem": "Units.USCUSTOM",
1089
+ "definition": "MOL",
1090
+ "numerator": 453.59237
1091
+ },
1092
+ "HUNDRED_PERSON": {
1093
+ "schemaItemType": "Unit",
1094
+ "phenomenon": "Units.CAPITA",
1095
+ "unitSystem": "Units.STATISTICS",
1096
+ "definition": "[HECTO]*PERSON"
1097
+ },
1098
+ "THOUSAND_PERSON": {
1099
+ "schemaItemType": "Unit",
1100
+ "phenomenon": "Units.CAPITA",
1101
+ "unitSystem": "Units.STATISTICS",
1102
+ "definition": "[KILO]*PERSON"
1103
+ },
1104
+ "N_M_PER_RAD": {
1105
+ "schemaItemType": "Unit",
1106
+ "label": "N·m/rad",
1107
+ "phenomenon": "Units.ROTATIONAL_SPRING_CONSTANT",
1108
+ "unitSystem": "Units.SI",
1109
+ "definition": "N_M*RAD(-1)"
1110
+ },
1111
+ "KN_M_PER_RAD": {
1112
+ "schemaItemType": "Unit",
1113
+ "label": "kN·m/rad",
1114
+ "phenomenon": "Units.ROTATIONAL_SPRING_CONSTANT",
1115
+ "unitSystem": "Units.METRIC",
1116
+ "definition": "KN_M*RAD(-1)"
1117
+ },
1118
+ "N_M_PER_DEG": {
1119
+ "schemaItemType": "Unit",
1120
+ "label": "N·m/deg",
1121
+ "phenomenon": "Units.ROTATIONAL_SPRING_CONSTANT",
1122
+ "unitSystem": "Units.METRIC",
1123
+ "definition": "N_M*ARC_DEG(-1)"
1124
+ },
1125
+ "KPF_FT_PER_RAD": {
1126
+ "schemaItemType": "Unit",
1127
+ "label": "kpf·ft/rad",
1128
+ "phenomenon": "Units.ROTATIONAL_SPRING_CONSTANT",
1129
+ "unitSystem": "Units.USCUSTOM",
1130
+ "definition": "KPF_FT*RAD(-1)"
1131
+ },
1132
+ "N_PER_RAD": {
1133
+ "schemaItemType": "Unit",
1134
+ "label": "N/rad",
1135
+ "phenomenon": "Units.LINEAR_ROTATIONAL_SPRING_CONSTANT",
1136
+ "unitSystem": "Units.SI",
1137
+ "definition": "N*RAD(-1)"
1138
+ },
1139
+ "KN_PER_RAD": {
1140
+ "schemaItemType": "Unit",
1141
+ "label": "kN/rad",
1142
+ "phenomenon": "Units.LINEAR_ROTATIONAL_SPRING_CONSTANT",
1143
+ "unitSystem": "Units.METRIC",
1144
+ "definition": "KN*RAD(-1)"
1145
+ },
1146
+ "KPF_PER_RAD": {
1147
+ "schemaItemType": "Unit",
1148
+ "label": "kpf/rad",
1149
+ "phenomenon": "Units.LINEAR_ROTATIONAL_SPRING_CONSTANT",
1150
+ "unitSystem": "Units.USCUSTOM",
1151
+ "definition": "KPF*RAD(-1)"
1152
+ },
1153
+ "SPRING_CONSTANT_N_PER_M": {
1154
+ "schemaItemType": "Unit",
1155
+ "label": "N/m",
1156
+ "phenomenon": "Units.SPRING_CONSTANT",
1157
+ "unitSystem": "Units.SI",
1158
+ "definition": "N*M(-1)"
1159
+ },
1160
+ "SPRING_CONSTANT_KN_PER_M": {
1161
+ "schemaItemType": "Unit",
1162
+ "label": "kN/m",
1163
+ "phenomenon": "Units.SPRING_CONSTANT",
1164
+ "unitSystem": "Units.METRIC",
1165
+ "definition": "KN*M(-1)"
1166
+ },
1167
+ "SPRING_CONSTANT_KPF_PER_FT": {
1168
+ "schemaItemType": "Unit",
1169
+ "label": "kpf/ft",
1170
+ "phenomenon": "Units.SPRING_CONSTANT",
1171
+ "unitSystem": "Units.USCUSTOM",
1172
+ "definition": "KPF*FT(-1)"
1173
+ },
1174
+ "LINEAR_SPRING_CONSTANT_N_PER_SQ_M": {
1175
+ "schemaItemType": "Unit",
1176
+ "label": "N/m²",
1177
+ "phenomenon": "Units.LINEAR_SPRING_CONSTANT",
1178
+ "unitSystem": "Units.SI",
1179
+ "definition": "SPRING_CONSTANT_N_PER_M*M(-1)"
1180
+ },
1181
+ "LINEAR_SPRING_CONSTANT_KN_PER_SQ_M": {
1182
+ "schemaItemType": "Unit",
1183
+ "label": "kN/m²",
1184
+ "phenomenon": "Units.LINEAR_SPRING_CONSTANT",
1185
+ "unitSystem": "Units.METRIC",
1186
+ "definition": "SPRING_CONSTANT_KN_PER_M*M(-1)"
1187
+ },
1188
+ "LINEAR_SPRING_CONSTANT_KPF_PER_SQ_FT": {
1189
+ "schemaItemType": "Unit",
1190
+ "label": "kpf/ft²",
1191
+ "phenomenon": "Units.LINEAR_SPRING_CONSTANT",
1192
+ "unitSystem": "Units.USCUSTOM",
1193
+ "definition": "SPRING_CONSTANT_KPF_PER_FT*FT(-1)"
1194
+ },
1195
+ "AREA_SPRING_CONSTANT_N_PER_CUB_M": {
1196
+ "schemaItemType": "Unit",
1197
+ "label": "N/m³",
1198
+ "phenomenon": "Units.AREA_SPRING_CONSTANT",
1199
+ "unitSystem": "Units.SI",
1200
+ "definition": "SPRING_CONSTANT_N_PER_M*SQ_M(-1)"
1201
+ },
1202
+ "AREA_SPRING_CONSTANT_KN_PER_CUB_M": {
1203
+ "schemaItemType": "Unit",
1204
+ "label": "kN/m³",
1205
+ "phenomenon": "Units.AREA_SPRING_CONSTANT",
1206
+ "unitSystem": "Units.METRIC",
1207
+ "definition": "SPRING_CONSTANT_KN_PER_M*SQ_M(-1)"
1208
+ },
1209
+ "AREA_SPRING_CONSTANT_KPF_PER_CUB_FT": {
1210
+ "schemaItemType": "Unit",
1211
+ "label": "kpf/ft³",
1212
+ "phenomenon": "Units.AREA_SPRING_CONSTANT",
1213
+ "unitSystem": "Units.USCUSTOM",
1214
+ "definition": "SPRING_CONSTANT_KPF_PER_FT*SQ_FT(-1)"
1215
+ },
1216
+ "M_PER_SEC_SQ": {
1217
+ "schemaItemType": "Unit",
1218
+ "label": "m/sec²",
1219
+ "phenomenon": "Units.ACCELERATION",
1220
+ "unitSystem": "Units.SI",
1221
+ "definition": "M*S(-2)"
1222
+ },
1223
+ "CM_PER_SEC_SQ": {
1224
+ "schemaItemType": "Unit",
1225
+ "label": "cm/sec²",
1226
+ "phenomenon": "Units.ACCELERATION",
1227
+ "unitSystem": "Units.METRIC",
1228
+ "definition": "CM*S(-2)"
1229
+ },
1230
+ "FT_PER_SEC_SQ": {
1231
+ "schemaItemType": "Unit",
1232
+ "label": "ft/sec²",
1233
+ "phenomenon": "Units.ACCELERATION",
1234
+ "unitSystem": "Units.USCUSTOM",
1235
+ "definition": "FT*S(-2)"
1236
+ },
1237
+ "ARC_DEG": {
1238
+ "schemaItemType": "Unit",
1239
+ "label": "°",
1240
+ "description": "1/180",
1241
+ "phenomenon": "Units.ANGLE",
1242
+ "unitSystem": "Units.METRIC",
1243
+ "definition": "[PI]*RAD",
1244
+ "denominator": 180
1245
+ },
1246
+ "ARC_MINUTE": {
1247
+ "schemaItemType": "Unit",
1248
+ "label": "'",
1249
+ "description": "1/60",
1250
+ "phenomenon": "Units.ANGLE",
1251
+ "unitSystem": "Units.METRIC",
1252
+ "definition": "ARC_DEG",
1253
+ "denominator": 60
1254
+ },
1255
+ "ARC_SECOND": {
1256
+ "schemaItemType": "Unit",
1257
+ "label": "''",
1258
+ "description": "1/3600",
1259
+ "phenomenon": "Units.ANGLE",
1260
+ "unitSystem": "Units.METRIC",
1261
+ "definition": "ARC_DEG",
1262
+ "denominator": 3600
1263
+ },
1264
+ "ARC_QUADRANT": {
1265
+ "schemaItemType": "Unit",
1266
+ "label": "quadrants",
1267
+ "phenomenon": "Units.ANGLE",
1268
+ "unitSystem": "Units.METRIC",
1269
+ "definition": "[HALF_PI]*RAD"
1270
+ },
1271
+ "GRAD": {
1272
+ "schemaItemType": "Unit",
1273
+ "label": "grad",
1274
+ "description": "1/200",
1275
+ "phenomenon": "Units.ANGLE",
1276
+ "unitSystem": "Units.METRIC",
1277
+ "definition": "[PI]*RAD",
1278
+ "denominator": 200
1279
+ },
1280
+ "REVOLUTION": {
1281
+ "schemaItemType": "Unit",
1282
+ "label": "r",
1283
+ "phenomenon": "Units.ANGLE",
1284
+ "unitSystem": "Units.METRIC",
1285
+ "definition": "[TWO_PI]*RAD"
1286
+ },
1287
+ "SQ_M": {
1288
+ "schemaItemType": "Unit",
1289
+ "label": "m²",
1290
+ "phenomenon": "Units.AREA",
1291
+ "unitSystem": "Units.SI",
1292
+ "definition": "M(2)"
1293
+ },
1294
+ "SQ_UM": {
1295
+ "schemaItemType": "Unit",
1296
+ "label": "um²",
1297
+ "phenomenon": "Units.AREA",
1298
+ "unitSystem": "Units.METRIC",
1299
+ "definition": "UM(2)"
1300
+ },
1301
+ "SQ_MM": {
1302
+ "schemaItemType": "Unit",
1303
+ "label": "mm²",
1304
+ "phenomenon": "Units.AREA",
1305
+ "unitSystem": "Units.METRIC",
1306
+ "definition": "MM(2)"
1307
+ },
1308
+ "SQ_CM": {
1309
+ "schemaItemType": "Unit",
1310
+ "label": "cm²",
1311
+ "phenomenon": "Units.AREA",
1312
+ "unitSystem": "Units.METRIC",
1313
+ "definition": "CM(2)"
1314
+ },
1315
+ "SQ_DM": {
1316
+ "schemaItemType": "Unit",
1317
+ "label": "dm²",
1318
+ "phenomenon": "Units.AREA",
1319
+ "unitSystem": "Units.METRIC",
1320
+ "definition": "DM(2)"
1321
+ },
1322
+ "SQ_KM": {
1323
+ "schemaItemType": "Unit",
1324
+ "label": "km²",
1325
+ "phenomenon": "Units.AREA",
1326
+ "unitSystem": "Units.METRIC",
1327
+ "definition": "KM(2)"
1328
+ },
1329
+ "ARE": {
1330
+ "schemaItemType": "Unit",
1331
+ "label": "are",
1332
+ "phenomenon": "Units.AREA",
1333
+ "unitSystem": "Units.METRIC",
1334
+ "definition": "[HECTO]*M(2)"
1335
+ },
1336
+ "HECTARE": {
1337
+ "schemaItemType": "Unit",
1338
+ "label": "ha",
1339
+ "phenomenon": "Units.AREA",
1340
+ "unitSystem": "Units.METRIC",
1341
+ "definition": "[HECTO]*ARE"
1342
+ },
1343
+ "SQ_IN": {
1344
+ "schemaItemType": "Unit",
1345
+ "label": "in²",
1346
+ "phenomenon": "Units.AREA",
1347
+ "unitSystem": "Units.USCUSTOM",
1348
+ "definition": "IN(2)"
1349
+ },
1350
+ "SQ_FT": {
1351
+ "schemaItemType": "Unit",
1352
+ "label": "ft²",
1353
+ "phenomenon": "Units.AREA",
1354
+ "unitSystem": "Units.USCUSTOM",
1355
+ "definition": "FT(2)"
1356
+ },
1357
+ "THOUSAND_SQ_FT": {
1358
+ "schemaItemType": "Unit",
1359
+ "label": "thousand ft²",
1360
+ "phenomenon": "Units.AREA",
1361
+ "unitSystem": "Units.USCUSTOM",
1362
+ "definition": "[KILO]*FT(2)"
1363
+ },
1364
+ "SQ_YRD": {
1365
+ "schemaItemType": "Unit",
1366
+ "label": "yd²",
1367
+ "phenomenon": "Units.AREA",
1368
+ "unitSystem": "Units.USCUSTOM",
1369
+ "definition": "YRD(2)"
1370
+ },
1371
+ "SQ_MILE": {
1372
+ "schemaItemType": "Unit",
1373
+ "label": "mi²",
1374
+ "phenomenon": "Units.AREA",
1375
+ "unitSystem": "Units.USCUSTOM",
1376
+ "definition": "MILE(2)"
1377
+ },
1378
+ "SQ_CHAIN": {
1379
+ "schemaItemType": "Unit",
1380
+ "label": "chain²",
1381
+ "phenomenon": "Units.AREA",
1382
+ "unitSystem": "Units.USCUSTOM",
1383
+ "definition": "CHAIN(2)"
1384
+ },
1385
+ "ACRE": {
1386
+ "schemaItemType": "Unit",
1387
+ "label": "acres",
1388
+ "description": "Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-9",
1389
+ "phenomenon": "Units.AREA",
1390
+ "unitSystem": "Units.USCUSTOM",
1391
+ "definition": "CHAIN(2)",
1392
+ "numerator": 10
1393
+ },
1394
+ "SQ_US_SURVEY_IN": {
1395
+ "schemaItemType": "Unit",
1396
+ "label": "in² (US Survey)",
1397
+ "phenomenon": "Units.AREA",
1398
+ "unitSystem": "Units.USSURVEY",
1399
+ "definition": "US_SURVEY_IN(2)"
1400
+ },
1401
+ "SQ_US_SURVEY_FT": {
1402
+ "schemaItemType": "Unit",
1403
+ "label": "ft² (US Survey)",
1404
+ "phenomenon": "Units.AREA",
1405
+ "unitSystem": "Units.USSURVEY",
1406
+ "definition": "US_SURVEY_FT(2)"
1407
+ },
1408
+ "SQ_US_SURVEY_YRD": {
1409
+ "schemaItemType": "Unit",
1410
+ "label": "yrd² (US Survey)",
1411
+ "phenomenon": "Units.AREA",
1412
+ "unitSystem": "Units.USSURVEY",
1413
+ "definition": "US_SURVEY_YRD(2)"
1414
+ },
1415
+ "SQ_US_SURVEY_MILE": {
1416
+ "schemaItemType": "Unit",
1417
+ "label": "mile² (US Survey)",
1418
+ "phenomenon": "Units.AREA",
1419
+ "unitSystem": "Units.USSURVEY",
1420
+ "definition": "US_SURVEY_MILE(2)"
1421
+ },
1422
+ "SQ_US_SURVEY_CHAIN": {
1423
+ "schemaItemType": "Unit",
1424
+ "label": "chain² (US Survey)",
1425
+ "phenomenon": "Units.AREA",
1426
+ "unitSystem": "Units.USSURVEY",
1427
+ "definition": "US_SURVEY_CHAIN(2)"
1428
+ },
1429
+ "US_SURVEY_ACRE": {
1430
+ "schemaItemType": "Unit",
1431
+ "label": "acre (US Survey)",
1432
+ "description": "Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-9",
1433
+ "phenomenon": "Units.AREA",
1434
+ "unitSystem": "Units.USSURVEY",
1435
+ "definition": "US_SURVEY_CHAIN(2)",
1436
+ "numerator": 10
1437
+ },
1438
+ "IN_MILE": {
1439
+ "schemaItemType": "Unit",
1440
+ "label": "in·mi",
1441
+ "phenomenon": "Units.PIPE_DIAMETER_LENGTH",
1442
+ "unitSystem": "Units.INDUSTRIAL",
1443
+ "definition": "IN*MILE"
1444
+ },
1445
+ "FT_MILE": {
1446
+ "schemaItemType": "Unit",
1447
+ "label": "ft·mi",
1448
+ "phenomenon": "Units.PIPE_DIAMETER_LENGTH",
1449
+ "unitSystem": "Units.INDUSTRIAL",
1450
+ "definition": "FT*MILE"
1451
+ },
1452
+ "FT_FT": {
1453
+ "schemaItemType": "Unit",
1454
+ "label": "ft·ft",
1455
+ "phenomenon": "Units.PIPE_DIAMETER_LENGTH",
1456
+ "unitSystem": "Units.INDUSTRIAL",
1457
+ "definition": "FT*FT"
1458
+ },
1459
+ "IN_FT": {
1460
+ "schemaItemType": "Unit",
1461
+ "label": "in·ft",
1462
+ "phenomenon": "Units.PIPE_DIAMETER_LENGTH",
1463
+ "unitSystem": "Units.INDUSTRIAL",
1464
+ "definition": "IN*FT"
1465
+ },
1466
+ "IN_M": {
1467
+ "schemaItemType": "Unit",
1468
+ "label": "in·m",
1469
+ "phenomenon": "Units.PIPE_DIAMETER_LENGTH",
1470
+ "unitSystem": "Units.INDUSTRIAL",
1471
+ "definition": "IN*M"
1472
+ },
1473
+ "MM_KM": {
1474
+ "schemaItemType": "Unit",
1475
+ "label": "mm·km",
1476
+ "phenomenon": "Units.PIPE_DIAMETER_LENGTH",
1477
+ "unitSystem": "Units.INDUSTRIAL",
1478
+ "definition": "MM*KM"
1479
+ },
1480
+ "MM_M": {
1481
+ "schemaItemType": "Unit",
1482
+ "label": "mm·m",
1483
+ "phenomenon": "Units.PIPE_DIAMETER_LENGTH",
1484
+ "unitSystem": "Units.INDUSTRIAL",
1485
+ "definition": "MM*M"
1486
+ },
1487
+ "MM_MILE": {
1488
+ "schemaItemType": "Unit",
1489
+ "label": "mm·mi",
1490
+ "phenomenon": "Units.PIPE_DIAMETER_LENGTH",
1491
+ "unitSystem": "Units.INDUSTRIAL",
1492
+ "definition": "MM*MILE"
1493
+ },
1494
+ "M_KM": {
1495
+ "schemaItemType": "Unit",
1496
+ "label": "m·km",
1497
+ "phenomenon": "Units.PIPE_DIAMETER_LENGTH",
1498
+ "unitSystem": "Units.INDUSTRIAL",
1499
+ "definition": "M*KM"
1500
+ },
1501
+ "M_M": {
1502
+ "schemaItemType": "Unit",
1503
+ "label": "m·m",
1504
+ "phenomenon": "Units.PIPE_DIAMETER_LENGTH",
1505
+ "unitSystem": "Units.SI",
1506
+ "definition": "M*M"
1507
+ },
1508
+ "KG_PER_CUB_M": {
1509
+ "schemaItemType": "Unit",
1510
+ "label": "kg/m³",
1511
+ "phenomenon": "Units.DENSITY",
1512
+ "unitSystem": "Units.SI",
1513
+ "definition": "KG*M(-3)"
1514
+ },
1515
+ "KG_PER_CUB_CM": {
1516
+ "schemaItemType": "Unit",
1517
+ "label": "kg/cm³",
1518
+ "phenomenon": "Units.DENSITY",
1519
+ "unitSystem": "Units.METRIC",
1520
+ "definition": "KG*CM(-3)"
1521
+ },
1522
+ "KG_PER_LITRE": {
1523
+ "schemaItemType": "Unit",
1524
+ "label": "kg/dm³",
1525
+ "phenomenon": "Units.DENSITY",
1526
+ "unitSystem": "Units.METRIC",
1527
+ "definition": "KG*DM(-3)"
1528
+ },
1529
+ "G_PER_CUB_CM": {
1530
+ "schemaItemType": "Unit",
1531
+ "label": "g/cm³",
1532
+ "phenomenon": "Units.DENSITY",
1533
+ "unitSystem": "Units.METRIC",
1534
+ "definition": "G*CM(-3)"
1535
+ },
1536
+ "MKG_PER_LITRE": {
1537
+ "schemaItemType": "Unit",
1538
+ "label": "µg/L",
1539
+ "phenomenon": "Units.DENSITY",
1540
+ "unitSystem": "Units.METRIC",
1541
+ "definition": "MKG*DM(-3)"
1542
+ },
1543
+ "MG_PER_LITRE": {
1544
+ "schemaItemType": "Unit",
1545
+ "label": "mg/L",
1546
+ "phenomenon": "Units.DENSITY",
1547
+ "unitSystem": "Units.METRIC",
1548
+ "definition": "MG*DM(-3)"
1549
+ },
1550
+ "LBM_PER_CUB_FT": {
1551
+ "schemaItemType": "Unit",
1552
+ "label": "lb/ft³",
1553
+ "phenomenon": "Units.DENSITY",
1554
+ "unitSystem": "Units.USCUSTOM",
1555
+ "definition": "LBM*FT(-3)"
1556
+ },
1557
+ "LBM_PER_GALLON": {
1558
+ "schemaItemType": "Unit",
1559
+ "label": "lb/gal",
1560
+ "phenomenon": "Units.DENSITY",
1561
+ "unitSystem": "Units.USCUSTOM",
1562
+ "definition": "LBM*GALLON(-1)"
1563
+ },
1564
+ "LBM_PER_GALLON_IMPERIAL": {
1565
+ "schemaItemType": "Unit",
1566
+ "label": "lb/gal (imp)",
1567
+ "phenomenon": "Units.DENSITY",
1568
+ "unitSystem": "Units.IMPERIAL",
1569
+ "definition": "LBM*GALLON_IMPERIAL(-1)"
1570
+ },
1571
+ "LBM_PER_CUB_IN": {
1572
+ "schemaItemType": "Unit",
1573
+ "label": "lb/in³",
1574
+ "phenomenon": "Units.DENSITY",
1575
+ "unitSystem": "Units.USCUSTOM",
1576
+ "definition": "LBM*IN(-3)"
1577
+ },
1578
+ "LBM_PER_MILLION_GALLON": {
1579
+ "schemaItemType": "Unit",
1580
+ "label": "lb/million gal",
1581
+ "phenomenon": "Units.DENSITY",
1582
+ "unitSystem": "Units.USCUSTOM",
1583
+ "definition": "LBM*[MEGA](-1)*GALLON(-1)"
1584
+ },
1585
+ "SLUG_PER_CUB_FT": {
1586
+ "schemaItemType": "Unit",
1587
+ "label": "slug/ft³",
1588
+ "phenomenon": "Units.DENSITY",
1589
+ "unitSystem": "Units.USCUSTOM",
1590
+ "definition": "SLUG*FT(-3)"
1591
+ },
1592
+ "KIP_PER_CUB_FT": {
1593
+ "schemaItemType": "Unit",
1594
+ "label": "kip/ft³",
1595
+ "phenomenon": "Units.DENSITY",
1596
+ "unitSystem": "Units.USCUSTOM",
1597
+ "definition": "KIPM*FT(-3)"
1598
+ },
1599
+ "SHORT_TON_PER_CUB_FT": {
1600
+ "schemaItemType": "Unit",
1601
+ "label": "tn (short)/ft³",
1602
+ "phenomenon": "Units.DENSITY",
1603
+ "unitSystem": "Units.USCUSTOM",
1604
+ "definition": "SHORT_TON_MASS*FT(-3)"
1605
+ },
1606
+ "N_PER_CUB_M": {
1607
+ "schemaItemType": "Unit",
1608
+ "label": "N/m³",
1609
+ "phenomenon": "Units.FORCE_DENSITY",
1610
+ "unitSystem": "Units.SI",
1611
+ "definition": "N*M(-3)"
1612
+ },
1613
+ "KN_PER_CUB_M": {
1614
+ "schemaItemType": "Unit",
1615
+ "label": "kN/m³",
1616
+ "phenomenon": "Units.FORCE_DENSITY",
1617
+ "unitSystem": "Units.METRIC",
1618
+ "definition": "[KILO]*N*M(-3)"
1619
+ },
1620
+ "KPF_PER_CUB_FT": {
1621
+ "schemaItemType": "Unit",
1622
+ "label": "kpf/ft³",
1623
+ "phenomenon": "Units.FORCE_DENSITY",
1624
+ "unitSystem": "Units.USCUSTOM",
1625
+ "definition": "KPF*FT(-3)"
1626
+ },
1627
+ "N_PER_CUB_FT": {
1628
+ "schemaItemType": "Unit",
1629
+ "label": "N/ft³",
1630
+ "phenomenon": "Units.FORCE_DENSITY",
1631
+ "unitSystem": "Units.USCUSTOM",
1632
+ "definition": "N*FT(-3)"
1633
+ },
1634
+ "KN_PER_CUB_FT": {
1635
+ "schemaItemType": "Unit",
1636
+ "label": "kN/ft³",
1637
+ "phenomenon": "Units.FORCE_DENSITY",
1638
+ "unitSystem": "Units.USCUSTOM",
1639
+ "definition": "[KILO]*N*FT(-3)"
1640
+ },
1641
+ "PERSON_PER_SQ_M": {
1642
+ "schemaItemType": "Unit",
1643
+ "label": "p/m²",
1644
+ "phenomenon": "Units.POPULATION_DENSITY",
1645
+ "unitSystem": "Units.SI",
1646
+ "definition": "PERSON*M(-2)"
1647
+ },
1648
+ "PERSON_PER_HECTARE": {
1649
+ "schemaItemType": "Unit",
1650
+ "label": "p/ha",
1651
+ "phenomenon": "Units.POPULATION_DENSITY",
1652
+ "unitSystem": "Units.METRIC",
1653
+ "definition": "PERSON*HECTARE(-1)"
1654
+ },
1655
+ "PERSON_PER_SQ_KM": {
1656
+ "schemaItemType": "Unit",
1657
+ "label": "p/km²",
1658
+ "phenomenon": "Units.POPULATION_DENSITY",
1659
+ "unitSystem": "Units.METRIC",
1660
+ "definition": "PERSON*KM(-2)"
1661
+ },
1662
+ "PERSON_PER_ACRE": {
1663
+ "schemaItemType": "Unit",
1664
+ "label": "p/acre",
1665
+ "phenomenon": "Units.POPULATION_DENSITY",
1666
+ "unitSystem": "Units.USCUSTOM",
1667
+ "definition": "PERSON*ACRE(-1)"
1668
+ },
1669
+ "PERSON_PER_SQ_FT": {
1670
+ "schemaItemType": "Unit",
1671
+ "label": "p/ft²",
1672
+ "phenomenon": "Units.POPULATION_DENSITY",
1673
+ "unitSystem": "Units.USCUSTOM",
1674
+ "definition": "PERSON*FT(-2)"
1675
+ },
1676
+ "PERSON_PER_SQ_MILE": {
1677
+ "schemaItemType": "Unit",
1678
+ "label": "p/mi²",
1679
+ "phenomenon": "Units.POPULATION_DENSITY",
1680
+ "unitSystem": "Units.USCUSTOM",
1681
+ "definition": "PERSON*MILE(-2)"
1682
+ },
1683
+ "KILOAMPERE": {
1684
+ "schemaItemType": "Unit",
1685
+ "label": "KA",
1686
+ "phenomenon": "Units.CURRENT",
1687
+ "unitSystem": "Units.METRIC",
1688
+ "definition": "[KILO]*A"
1689
+ },
1690
+ "MILLIAMPERE": {
1691
+ "schemaItemType": "Unit",
1692
+ "label": "mA",
1693
+ "phenomenon": "Units.CURRENT",
1694
+ "unitSystem": "Units.METRIC",
1695
+ "definition": "[MILLI]*A"
1696
+ },
1697
+ "MICROAMPERE": {
1698
+ "schemaItemType": "Unit",
1699
+ "label": "µA",
1700
+ "phenomenon": "Units.CURRENT",
1701
+ "unitSystem": "Units.METRIC",
1702
+ "definition": "[MICRO]*A"
1703
+ },
1704
+ "COULOMB": {
1705
+ "schemaItemType": "Unit",
1706
+ "label": "C",
1707
+ "phenomenon": "Units.ELECTRIC_CHARGE",
1708
+ "unitSystem": "Units.SI",
1709
+ "definition": "A*S"
1710
+ },
1711
+ "VOLT": {
1712
+ "schemaItemType": "Unit",
1713
+ "label": "V",
1714
+ "phenomenon": "Units.ELECTRIC_POTENTIAL",
1715
+ "unitSystem": "Units.SI",
1716
+ "definition": "N*M*COULOMB(-1)"
1717
+ },
1718
+ "KILOVOLT": {
1719
+ "schemaItemType": "Unit",
1720
+ "label": "KV",
1721
+ "phenomenon": "Units.ELECTRIC_POTENTIAL",
1722
+ "unitSystem": "Units.METRIC",
1723
+ "definition": "[KILO]*VOLT"
1724
+ },
1725
+ "MEGAVOLT": {
1726
+ "schemaItemType": "Unit",
1727
+ "label": "MV",
1728
+ "phenomenon": "Units.ELECTRIC_POTENTIAL",
1729
+ "unitSystem": "Units.METRIC",
1730
+ "definition": "[MEGA]*VOLT"
1731
+ },
1732
+ "J": {
1733
+ "schemaItemType": "Unit",
1734
+ "phenomenon": "Units.WORK",
1735
+ "unitSystem": "Units.SI",
1736
+ "definition": "N*M"
1737
+ },
1738
+ "KJ": {
1739
+ "schemaItemType": "Unit",
1740
+ "label": "kJ",
1741
+ "phenomenon": "Units.WORK",
1742
+ "unitSystem": "Units.METRIC",
1743
+ "definition": "[KILO]*J"
1744
+ },
1745
+ "MEGAJ": {
1746
+ "schemaItemType": "Unit",
1747
+ "label": "MJ",
1748
+ "phenomenon": "Units.WORK",
1749
+ "unitSystem": "Units.METRIC",
1750
+ "definition": "[MEGA]*J"
1751
+ },
1752
+ "GJ": {
1753
+ "schemaItemType": "Unit",
1754
+ "phenomenon": "Units.WORK",
1755
+ "unitSystem": "Units.METRIC",
1756
+ "definition": "[GIGA]*J"
1757
+ },
1758
+ "FT_PDL": {
1759
+ "schemaItemType": "Unit",
1760
+ "label": "ft*pdl",
1761
+ "phenomenon": "Units.WORK",
1762
+ "unitSystem": "Units.USCUSTOM",
1763
+ "definition": "PDL*FT"
1764
+ },
1765
+ "BTU": {
1766
+ "schemaItemType": "Unit",
1767
+ "label": "Btu",
1768
+ "description": "Is IT BTU. http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B. See foot note #9: ",
1769
+ "phenomenon": "Units.WORK",
1770
+ "unitSystem": "Units.INTERNATIONAL",
1771
+ "definition": "J",
1772
+ "numerator": 1055.05585262
1773
+ },
1774
+ "KILOBTU": {
1775
+ "schemaItemType": "Unit",
1776
+ "label": "kBtu",
1777
+ "phenomenon": "Units.WORK",
1778
+ "unitSystem": "Units.USCUSTOM",
1779
+ "definition": "[KILO]*BTU"
1780
+ },
1781
+ "WATT_SECOND": {
1782
+ "schemaItemType": "Unit",
1783
+ "label": "Ws",
1784
+ "phenomenon": "Units.WORK",
1785
+ "unitSystem": "Units.INTERNATIONAL",
1786
+ "definition": "W*S"
1787
+ },
1788
+ "KWH": {
1789
+ "schemaItemType": "Unit",
1790
+ "label": "kW·h",
1791
+ "phenomenon": "Units.WORK",
1792
+ "unitSystem": "Units.INTERNATIONAL",
1793
+ "definition": "KW*HR"
1794
+ },
1795
+ "MEGAWH": {
1796
+ "schemaItemType": "Unit",
1797
+ "label": "MWh",
1798
+ "phenomenon": "Units.WORK",
1799
+ "unitSystem": "Units.INTERNATIONAL",
1800
+ "definition": "MEGAW*HR"
1801
+ },
1802
+ "GWH": {
1803
+ "schemaItemType": "Unit",
1804
+ "label": "GWh",
1805
+ "phenomenon": "Units.WORK",
1806
+ "unitSystem": "Units.INTERNATIONAL",
1807
+ "definition": "GW*HR"
1808
+ },
1809
+ "J_PER_CUB_M": {
1810
+ "schemaItemType": "Unit",
1811
+ "label": "J/m³",
1812
+ "phenomenon": "Units.ENERGY_DENSITY",
1813
+ "unitSystem": "Units.SI",
1814
+ "definition": "J*M(-3)"
1815
+ },
1816
+ "KJ_PER_CUB_M": {
1817
+ "schemaItemType": "Unit",
1818
+ "label": "kJ/m³",
1819
+ "phenomenon": "Units.ENERGY_DENSITY",
1820
+ "unitSystem": "Units.METRIC",
1821
+ "definition": "KJ*M(-3)"
1822
+ },
1823
+ "KWH_PER_CUB_M": {
1824
+ "schemaItemType": "Unit",
1825
+ "label": "kW·h/m³",
1826
+ "phenomenon": "Units.ENERGY_DENSITY",
1827
+ "unitSystem": "Units.METRIC",
1828
+ "definition": "KWH*M(-3)"
1829
+ },
1830
+ "KWH_PER_CUB_FT": {
1831
+ "schemaItemType": "Unit",
1832
+ "label": "kWh/ft³",
1833
+ "phenomenon": "Units.ENERGY_DENSITY",
1834
+ "unitSystem": "Units.USCUSTOM",
1835
+ "definition": "KWH*FT(-3)"
1836
+ },
1837
+ "KWH_PER_MILLION_GALLON": {
1838
+ "schemaItemType": "Unit",
1839
+ "label": "kW·h/million gal",
1840
+ "phenomenon": "Units.ENERGY_DENSITY",
1841
+ "unitSystem": "Units.USCUSTOM",
1842
+ "definition": "KWH*[MEGA](-1)*GALLON(-1)"
1843
+ },
1844
+ "J_PER_KG": {
1845
+ "schemaItemType": "Unit",
1846
+ "label": "J/kg",
1847
+ "phenomenon": "Units.SPECIFIC_ENERGY",
1848
+ "unitSystem": "Units.SI",
1849
+ "definition": "J*KG(-1)"
1850
+ },
1851
+ "KJ_PER_KG": {
1852
+ "schemaItemType": "Unit",
1853
+ "label": "kJ/kg",
1854
+ "phenomenon": "Units.SPECIFIC_ENERGY",
1855
+ "unitSystem": "Units.METRIC",
1856
+ "definition": "KJ*KG(-1)"
1857
+ },
1858
+ "MEGAJ_PER_KG": {
1859
+ "schemaItemType": "Unit",
1860
+ "label": "MJ/kg",
1861
+ "phenomenon": "Units.SPECIFIC_ENERGY",
1862
+ "unitSystem": "Units.METRIC",
1863
+ "definition": "MEGAJ*KG(-1)"
1864
+ },
1865
+ "BTU_PER_LBM": {
1866
+ "schemaItemType": "Unit",
1867
+ "label": "Btu/lb",
1868
+ "phenomenon": "Units.SPECIFIC_ENERGY",
1869
+ "unitSystem": "Units.USCUSTOM",
1870
+ "definition": "BTU*LBM(-1)"
1871
+ },
1872
+ "J_PER_KG_K": {
1873
+ "schemaItemType": "Unit",
1874
+ "label": "J/(kg·ΔK)",
1875
+ "phenomenon": "Units.SPECIFIC_HEAT_CAPACITY",
1876
+ "unitSystem": "Units.SI",
1877
+ "definition": "J*KG(-1)*DELTA_KELVIN(-1)"
1878
+ },
1879
+ "BTU_PER_LBM_RANKINE": {
1880
+ "schemaItemType": "Unit",
1881
+ "label": "Btu/(lbm·Δ°R)",
1882
+ "phenomenon": "Units.SPECIFIC_HEAT_CAPACITY",
1883
+ "unitSystem": "Units.USCUSTOM",
1884
+ "definition": "BTU*LBM(-1)*DELTA_RANKINE(-1)"
1885
+ },
1886
+ "J_PER_G_CELSIUS": {
1887
+ "schemaItemType": "Unit",
1888
+ "label": "J/(g·Δ°C)",
1889
+ "phenomenon": "Units.SPECIFIC_HEAT_CAPACITY",
1890
+ "unitSystem": "Units.METRIC",
1891
+ "definition": "J*G(-1)*DELTA_CELSIUS(-1)"
1892
+ },
1893
+ "J_PER_MOL_K": {
1894
+ "schemaItemType": "Unit",
1895
+ "label": "J/(mol*K)",
1896
+ "phenomenon": "Units.SPECIFIC_HEAT_CAPACITY_MOLAR",
1897
+ "unitSystem": "Units.SI",
1898
+ "definition": "J*MOL(-1)*DELTA_KELVIN(-1)"
1899
+ },
1900
+ "J_PER_KMOL_K": {
1901
+ "schemaItemType": "Unit",
1902
+ "label": "J/(kmol·ΔK)",
1903
+ "phenomenon": "Units.SPECIFIC_HEAT_CAPACITY_MOLAR",
1904
+ "unitSystem": "Units.METRIC",
1905
+ "definition": "J*KMOL(-1)*DELTA_KELVIN(-1)"
1906
+ },
1907
+ "KJ_PER_KMOL_K": {
1908
+ "schemaItemType": "Unit",
1909
+ "label": "kJ/(kmol·ΔK)",
1910
+ "phenomenon": "Units.SPECIFIC_HEAT_CAPACITY_MOLAR",
1911
+ "unitSystem": "Units.METRIC",
1912
+ "definition": "KJ*KMOL(-1)*DELTA_KELVIN(-1)"
1913
+ },
1914
+ "BTU_PER_LB_MOL_RANKINE": {
1915
+ "schemaItemType": "Unit",
1916
+ "label": "Btu/(lb-mol·Δ°R)",
1917
+ "phenomenon": "Units.SPECIFIC_HEAT_CAPACITY_MOLAR",
1918
+ "unitSystem": "Units.USCUSTOM",
1919
+ "definition": "BTU*LB_MOL(-1)*DELTA_RANKINE(-1)"
1920
+ },
1921
+ "CUB_M_PER_SEC": {
1922
+ "schemaItemType": "Unit",
1923
+ "label": "m³/s",
1924
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
1925
+ "unitSystem": "Units.SI",
1926
+ "definition": "M(3)*S(-1)"
1927
+ },
1928
+ "CUB_M_PER_MIN": {
1929
+ "schemaItemType": "Unit",
1930
+ "label": "m³/min",
1931
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
1932
+ "unitSystem": "Units.METRIC",
1933
+ "definition": "M(3)*MIN(-1)"
1934
+ },
1935
+ "CUB_M_PER_HR": {
1936
+ "schemaItemType": "Unit",
1937
+ "label": "m³/h",
1938
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
1939
+ "unitSystem": "Units.METRIC",
1940
+ "definition": "M(3)*HR(-1)"
1941
+ },
1942
+ "CUB_M_PER_DAY": {
1943
+ "schemaItemType": "Unit",
1944
+ "label": "m³/day",
1945
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
1946
+ "unitSystem": "Units.METRIC",
1947
+ "definition": "M(3)*DAY(-1)"
1948
+ },
1949
+ "LITRE_PER_SEC": {
1950
+ "schemaItemType": "Unit",
1951
+ "label": "L/s",
1952
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
1953
+ "unitSystem": "Units.METRIC",
1954
+ "definition": "LITRE*S(-1)"
1955
+ },
1956
+ "LITRE_PER_MIN": {
1957
+ "schemaItemType": "Unit",
1958
+ "label": "L/min",
1959
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
1960
+ "unitSystem": "Units.METRIC",
1961
+ "definition": "LITRE*MIN(-1)"
1962
+ },
1963
+ "LITRE_PER_HR": {
1964
+ "schemaItemType": "Unit",
1965
+ "label": "L/h",
1966
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
1967
+ "unitSystem": "Units.METRIC",
1968
+ "definition": "LITRE*HR(-1)"
1969
+ },
1970
+ "LITRE_PER_DAY": {
1971
+ "schemaItemType": "Unit",
1972
+ "label": "L/day",
1973
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
1974
+ "unitSystem": "Units.METRIC",
1975
+ "definition": "LITRE*DAY(-1)"
1976
+ },
1977
+ "CUB_IN_PER_SEC": {
1978
+ "schemaItemType": "Unit",
1979
+ "label": "in³/sec",
1980
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
1981
+ "unitSystem": "Units.USCUSTOM",
1982
+ "definition": "CUB_IN*S(-1)"
1983
+ },
1984
+ "CUB_IN_PER_MIN": {
1985
+ "schemaItemType": "Unit",
1986
+ "label": "in³/min",
1987
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
1988
+ "unitSystem": "Units.USCUSTOM",
1989
+ "definition": "CUB_IN*MIN(-1)"
1990
+ },
1991
+ "CUB_FT_PER_SEC": {
1992
+ "schemaItemType": "Unit",
1993
+ "label": "ft³/s",
1994
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
1995
+ "unitSystem": "Units.USCUSTOM",
1996
+ "definition": "CUB_FT*S(-1)"
1997
+ },
1998
+ "CUB_FT_PER_MIN": {
1999
+ "schemaItemType": "Unit",
2000
+ "label": "ft³/min",
2001
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
2002
+ "unitSystem": "Units.USCUSTOM",
2003
+ "definition": "CUB_FT*MIN(-1)"
2004
+ },
2005
+ "CUB_FT_PER_DAY": {
2006
+ "schemaItemType": "Unit",
2007
+ "label": "ft³/day",
2008
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
2009
+ "unitSystem": "Units.USCUSTOM",
2010
+ "definition": "CUB_FT*DAY(-1)"
2011
+ },
2012
+ "ACRE_FT_PER_DAY": {
2013
+ "schemaItemType": "Unit",
2014
+ "label": "acre·ft/day",
2015
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
2016
+ "unitSystem": "Units.USCUSTOM",
2017
+ "definition": "ACRE_FT*DAY(-1)"
2018
+ },
2019
+ "ACRE_FT_PER_HR": {
2020
+ "schemaItemType": "Unit",
2021
+ "label": "acre·ft/h",
2022
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
2023
+ "unitSystem": "Units.USCUSTOM",
2024
+ "definition": "ACRE_FT*HR(-1)"
2025
+ },
2026
+ "ACRE_FT_PER_MIN": {
2027
+ "schemaItemType": "Unit",
2028
+ "label": "acre·ft/min",
2029
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
2030
+ "unitSystem": "Units.USCUSTOM",
2031
+ "definition": "ACRE_FT*MIN(-1)"
2032
+ },
2033
+ "ACRE_IN_PER_DAY": {
2034
+ "schemaItemType": "Unit",
2035
+ "label": "acre_in/day",
2036
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
2037
+ "unitSystem": "Units.USCUSTOM",
2038
+ "definition": "ACRE_IN*DAY(-1)"
2039
+ },
2040
+ "ACRE_IN_PER_HR": {
2041
+ "schemaItemType": "Unit",
2042
+ "label": "acre·in/h",
2043
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
2044
+ "unitSystem": "Units.USCUSTOM",
2045
+ "definition": "ACRE_IN*HR(-1)"
2046
+ },
2047
+ "ACRE_IN_PER_MIN": {
2048
+ "schemaItemType": "Unit",
2049
+ "label": "acre·in/min",
2050
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
2051
+ "unitSystem": "Units.USCUSTOM",
2052
+ "definition": "ACRE_IN*MIN(-1)"
2053
+ },
2054
+ "GALLON_IMPERIAL_PER_SEC": {
2055
+ "schemaItemType": "Unit",
2056
+ "label": "gal (imp)/s",
2057
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
2058
+ "unitSystem": "Units.IMPERIAL",
2059
+ "definition": "GALLON_IMPERIAL*S(-1)"
2060
+ },
2061
+ "GALLON_IMPERIAL_PER_MIN": {
2062
+ "schemaItemType": "Unit",
2063
+ "label": "gal (imp)/min",
2064
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
2065
+ "unitSystem": "Units.IMPERIAL",
2066
+ "definition": "GALLON_IMPERIAL*MIN(-1)"
2067
+ },
2068
+ "GALLON_IMPERIAL_PER_HR": {
2069
+ "schemaItemType": "Unit",
2070
+ "label": "gal (imp)/h",
2071
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
2072
+ "unitSystem": "Units.IMPERIAL",
2073
+ "definition": "GALLON_IMPERIAL*HR(-1)"
2074
+ },
2075
+ "GALLON_IMPERIAL_PER_DAY": {
2076
+ "schemaItemType": "Unit",
2077
+ "label": "gal (imp)/day",
2078
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
2079
+ "unitSystem": "Units.IMPERIAL",
2080
+ "definition": "GALLON_IMPERIAL*DAY(-1)"
2081
+ },
2082
+ "GALLON_PER_SEC": {
2083
+ "schemaItemType": "Unit",
2084
+ "label": "gal/s",
2085
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
2086
+ "unitSystem": "Units.USCUSTOM",
2087
+ "definition": "GALLON*S(-1)"
2088
+ },
2089
+ "GALLON_PER_MIN": {
2090
+ "schemaItemType": "Unit",
2091
+ "label": "gal/min",
2092
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
2093
+ "unitSystem": "Units.USCUSTOM",
2094
+ "definition": "GALLON*MIN(-1)"
2095
+ },
2096
+ "GALLON_PER_HR": {
2097
+ "schemaItemType": "Unit",
2098
+ "label": "gal/h",
2099
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
2100
+ "unitSystem": "Units.USCUSTOM",
2101
+ "definition": "GALLON*HR(-1)"
2102
+ },
2103
+ "GALLON_PER_DAY": {
2104
+ "schemaItemType": "Unit",
2105
+ "label": "gal/day",
2106
+ "phenomenon": "Units.VOLUMETRIC_FLOW",
2107
+ "unitSystem": "Units.USCUSTOM",
2108
+ "definition": "GALLON*DAY(-1)"
2109
+ },
2110
+ "HZ": {
2111
+ "schemaItemType": "Unit",
2112
+ "label": "Hz",
2113
+ "phenomenon": "Units.FREQUENCY",
2114
+ "unitSystem": "Units.SI",
2115
+ "definition": "S(-1)"
2116
+ },
2117
+ "KHZ": {
2118
+ "schemaItemType": "Unit",
2119
+ "label": "KHz",
2120
+ "phenomenon": "Units.FREQUENCY",
2121
+ "unitSystem": "Units.METRIC",
2122
+ "definition": "[KILO]*S(-1)"
2123
+ },
2124
+ "MHZ": {
2125
+ "schemaItemType": "Unit",
2126
+ "label": "MHz",
2127
+ "phenomenon": "Units.FREQUENCY",
2128
+ "unitSystem": "Units.METRIC",
2129
+ "definition": "[MEGA]*S(-1)"
2130
+ },
2131
+ "CUB_M_PER_SQ_M_SEC": {
2132
+ "schemaItemType": "Unit",
2133
+ "label": "m³/(m²*sec)",
2134
+ "phenomenon": "Units.FLOW_DENSITY_PER_AREA",
2135
+ "unitSystem": "Units.SI",
2136
+ "definition": "M*S(-1)"
2137
+ },
2138
+ "CUB_M_PER_SQ_M_DAY": {
2139
+ "schemaItemType": "Unit",
2140
+ "label": "m³/(m²·day)",
2141
+ "phenomenon": "Units.FLOW_DENSITY_PER_AREA",
2142
+ "unitSystem": "Units.METRIC",
2143
+ "definition": "M*DAY(-1)"
2144
+ },
2145
+ "CUB_M_PER_HECTARE_DAY": {
2146
+ "schemaItemType": "Unit",
2147
+ "label": "m³/(ha·day)",
2148
+ "phenomenon": "Units.FLOW_DENSITY_PER_AREA",
2149
+ "unitSystem": "Units.METRIC",
2150
+ "definition": "CUB_M*HECTARE(-1)*DAY(-1)"
2151
+ },
2152
+ "CUB_M_PER_SQ_KM_DAY": {
2153
+ "schemaItemType": "Unit",
2154
+ "label": "m³/(km²·day)",
2155
+ "phenomenon": "Units.FLOW_DENSITY_PER_AREA",
2156
+ "unitSystem": "Units.METRIC",
2157
+ "definition": "CUB_M*KM(-2)*DAY(-1)"
2158
+ },
2159
+ "LITRE_PER_SQ_M_SEC": {
2160
+ "schemaItemType": "Unit",
2161
+ "label": "L/(m²·s)",
2162
+ "phenomenon": "Units.FLOW_DENSITY_PER_AREA",
2163
+ "unitSystem": "Units.METRIC",
2164
+ "definition": "LITRE*M(-2)*S(-1)"
2165
+ },
2166
+ "CUB_FT_PER_SQ_FT_MIN": {
2167
+ "schemaItemType": "Unit",
2168
+ "label": "ft³/(ft²·min)",
2169
+ "phenomenon": "Units.FLOW_DENSITY_PER_AREA",
2170
+ "unitSystem": "Units.USCUSTOM",
2171
+ "definition": "FT*MIN(-1)"
2172
+ },
2173
+ "CUB_FT_PER_SQ_FT_SEC": {
2174
+ "schemaItemType": "Unit",
2175
+ "label": "ft³/(ft²·s)",
2176
+ "phenomenon": "Units.FLOW_DENSITY_PER_AREA",
2177
+ "unitSystem": "Units.USCUSTOM",
2178
+ "definition": "FT*S(-1)"
2179
+ },
2180
+ "CUB_FT_PER_SQ_MILE_SEC": {
2181
+ "schemaItemType": "Unit",
2182
+ "label": "ft³/(mi²·s)",
2183
+ "phenomenon": "Units.FLOW_DENSITY_PER_AREA",
2184
+ "unitSystem": "Units.USCUSTOM",
2185
+ "definition": "FT(3)*MILE(-2)*S(-1)"
2186
+ },
2187
+ "CUB_FT_PER_ACRE_SEC": {
2188
+ "schemaItemType": "Unit",
2189
+ "label": "ft³/(acres·s)",
2190
+ "phenomenon": "Units.FLOW_DENSITY_PER_AREA",
2191
+ "unitSystem": "Units.USCUSTOM",
2192
+ "definition": "FT(3)*ACRE(-1)*S(-1)"
2193
+ },
2194
+ "GALLON_PER_ACRE_DAY": {
2195
+ "schemaItemType": "Unit",
2196
+ "label": "gal/(acre·day)",
2197
+ "phenomenon": "Units.FLOW_DENSITY_PER_AREA",
2198
+ "unitSystem": "Units.USCUSTOM",
2199
+ "definition": "GALLON*DAY(-1)*ACRE(-1)"
2200
+ },
2201
+ "GALLON_PER_ACRE_MIN": {
2202
+ "schemaItemType": "Unit",
2203
+ "label": "gal/(acre·min)",
2204
+ "phenomenon": "Units.FLOW_DENSITY_PER_AREA",
2205
+ "unitSystem": "Units.USCUSTOM",
2206
+ "definition": "GALLON*MIN(-1)*ACRE(-1)"
2207
+ },
2208
+ "GALLON_PER_SQ_FT_MIN": {
2209
+ "schemaItemType": "Unit",
2210
+ "label": "gal/(ft²·min)",
2211
+ "phenomenon": "Units.FLOW_DENSITY_PER_AREA",
2212
+ "unitSystem": "Units.USCUSTOM",
2213
+ "definition": "GALLON*MIN(-1)*FT(-2)"
2214
+ },
2215
+ "GALLON_PER_SQ_FT_DAY": {
2216
+ "schemaItemType": "Unit",
2217
+ "label": "gal/(ft²·day)",
2218
+ "phenomenon": "Units.FLOW_DENSITY_PER_AREA",
2219
+ "unitSystem": "Units.USCUSTOM",
2220
+ "definition": "GALLON*DAY(-1)*FT(-2)"
2221
+ },
2222
+ "GALLON_PER_SQ_MILE_MIN": {
2223
+ "schemaItemType": "Unit",
2224
+ "label": "gal/(mi²·min)",
2225
+ "phenomenon": "Units.FLOW_DENSITY_PER_AREA",
2226
+ "unitSystem": "Units.USCUSTOM",
2227
+ "definition": "GALLON*MIN(-1)*MILE(-2)"
2228
+ },
2229
+ "GALLON_PER_SQ_MILE_DAY": {
2230
+ "schemaItemType": "Unit",
2231
+ "label": "gal/(mi²·day)",
2232
+ "phenomenon": "Units.FLOW_DENSITY_PER_AREA",
2233
+ "unitSystem": "Units.USCUSTOM",
2234
+ "definition": "GALLON*DAY(-1)*MILE(-2)"
2235
+ },
2236
+ "KG_PER_KG": {
2237
+ "schemaItemType": "Unit",
2238
+ "label": "kg/kg",
2239
+ "phenomenon": "Units.MASS_RATIO",
2240
+ "unitSystem": "Units.SI",
2241
+ "definition": "KG*KG(-1)"
2242
+ },
2243
+ "GRM_PER_LBM": {
2244
+ "schemaItemType": "Unit",
2245
+ "label": "gr/lb",
2246
+ "phenomenon": "Units.MASS_RATIO",
2247
+ "unitSystem": "Units.USCUSTOM",
2248
+ "definition": "GRM*LBM(-1)"
2249
+ },
2250
+ "KG_PER_SEC": {
2251
+ "schemaItemType": "Unit",
2252
+ "label": "kg/s",
2253
+ "phenomenon": "Units.MASS_FLOW",
2254
+ "unitSystem": "Units.SI",
2255
+ "definition": "KG*S(-1)"
2256
+ },
2257
+ "KG_PER_MIN": {
2258
+ "schemaItemType": "Unit",
2259
+ "label": "kg/min",
2260
+ "phenomenon": "Units.MASS_FLOW",
2261
+ "unitSystem": "Units.METRIC",
2262
+ "definition": "KG*MIN(-1)"
2263
+ },
2264
+ "KG_PER_HR": {
2265
+ "schemaItemType": "Unit",
2266
+ "label": "kg/h",
2267
+ "phenomenon": "Units.MASS_FLOW",
2268
+ "unitSystem": "Units.METRIC",
2269
+ "definition": "KG*HR(-1)"
2270
+ },
2271
+ "KG_PER_DAY": {
2272
+ "schemaItemType": "Unit",
2273
+ "label": "kg/day",
2274
+ "phenomenon": "Units.MASS_FLOW",
2275
+ "unitSystem": "Units.METRIC",
2276
+ "definition": "KG*DAY(-1)"
2277
+ },
2278
+ "G_PER_SEC": {
2279
+ "schemaItemType": "Unit",
2280
+ "label": "g/s",
2281
+ "phenomenon": "Units.MASS_FLOW",
2282
+ "unitSystem": "Units.METRIC",
2283
+ "definition": "G*S(-1)"
2284
+ },
2285
+ "G_PER_MIN": {
2286
+ "schemaItemType": "Unit",
2287
+ "label": "g/min",
2288
+ "phenomenon": "Units.MASS_FLOW",
2289
+ "unitSystem": "Units.METRIC",
2290
+ "definition": "G*MIN(-1)"
2291
+ },
2292
+ "G_PER_HR": {
2293
+ "schemaItemType": "Unit",
2294
+ "label": "g/h",
2295
+ "phenomenon": "Units.MASS_FLOW",
2296
+ "unitSystem": "Units.METRIC",
2297
+ "definition": "G*HR(-1)"
2298
+ },
2299
+ "MG_PER_SEC": {
2300
+ "schemaItemType": "Unit",
2301
+ "label": "mg/s",
2302
+ "phenomenon": "Units.MASS_FLOW",
2303
+ "unitSystem": "Units.METRIC",
2304
+ "definition": "MG*S(-1)"
2305
+ },
2306
+ "MG_PER_MIN": {
2307
+ "schemaItemType": "Unit",
2308
+ "label": "mg/min",
2309
+ "phenomenon": "Units.MASS_FLOW",
2310
+ "unitSystem": "Units.METRIC",
2311
+ "definition": "MG*MIN(-1)"
2312
+ },
2313
+ "MG_PER_HR": {
2314
+ "schemaItemType": "Unit",
2315
+ "label": "mg/h",
2316
+ "phenomenon": "Units.MASS_FLOW",
2317
+ "unitSystem": "Units.METRIC",
2318
+ "definition": "MG*HR(-1)"
2319
+ },
2320
+ "MG_PER_DAY": {
2321
+ "schemaItemType": "Unit",
2322
+ "label": "mg/day",
2323
+ "phenomenon": "Units.MASS_FLOW",
2324
+ "unitSystem": "Units.METRIC",
2325
+ "definition": "MG*DAY(-1)"
2326
+ },
2327
+ "MKG_PER_SEC": {
2328
+ "schemaItemType": "Unit",
2329
+ "label": "µg/s",
2330
+ "phenomenon": "Units.MASS_FLOW",
2331
+ "unitSystem": "Units.METRIC",
2332
+ "definition": "MKG*S(-1)"
2333
+ },
2334
+ "MKG_PER_MIN": {
2335
+ "schemaItemType": "Unit",
2336
+ "label": "µg/min",
2337
+ "phenomenon": "Units.MASS_FLOW",
2338
+ "unitSystem": "Units.METRIC",
2339
+ "definition": "MKG*MIN(-1)"
2340
+ },
2341
+ "MKG_PER_HR": {
2342
+ "schemaItemType": "Unit",
2343
+ "label": "µg/h",
2344
+ "phenomenon": "Units.MASS_FLOW",
2345
+ "unitSystem": "Units.METRIC",
2346
+ "definition": "MKG*HR(-1)"
2347
+ },
2348
+ "MKG_PER_DAY": {
2349
+ "schemaItemType": "Unit",
2350
+ "label": "µg/day",
2351
+ "phenomenon": "Units.MASS_FLOW",
2352
+ "unitSystem": "Units.METRIC",
2353
+ "definition": "MKG*DAY(-1)"
2354
+ },
2355
+ "TONNE_PER_HR": {
2356
+ "schemaItemType": "Unit",
2357
+ "label": "tph",
2358
+ "phenomenon": "Units.MASS_FLOW",
2359
+ "unitSystem": "Units.METRIC",
2360
+ "definition": "TONNE*HR(-1)"
2361
+ },
2362
+ "LBM_PER_SEC": {
2363
+ "schemaItemType": "Unit",
2364
+ "label": "lb/s",
2365
+ "phenomenon": "Units.MASS_FLOW",
2366
+ "unitSystem": "Units.USCUSTOM",
2367
+ "definition": "LBM*S(-1)"
2368
+ },
2369
+ "LBM_PER_MIN": {
2370
+ "schemaItemType": "Unit",
2371
+ "label": "lb/min",
2372
+ "phenomenon": "Units.MASS_FLOW",
2373
+ "unitSystem": "Units.USCUSTOM",
2374
+ "definition": "LBM*MIN(-1)"
2375
+ },
2376
+ "LBM_PER_HR": {
2377
+ "schemaItemType": "Unit",
2378
+ "label": "lb/h",
2379
+ "phenomenon": "Units.MASS_FLOW",
2380
+ "unitSystem": "Units.USCUSTOM",
2381
+ "definition": "LBM*HR(-1)"
2382
+ },
2383
+ "LBM_PER_DAY": {
2384
+ "schemaItemType": "Unit",
2385
+ "label": "lb/day",
2386
+ "phenomenon": "Units.MASS_FLOW",
2387
+ "unitSystem": "Units.USCUSTOM",
2388
+ "definition": "LBM*DAY(-1)"
2389
+ },
2390
+ "SHORT_TON_PER_HR": {
2391
+ "schemaItemType": "Unit",
2392
+ "label": "tph",
2393
+ "phenomenon": "Units.MASS_FLOW",
2394
+ "unitSystem": "Units.USCUSTOM",
2395
+ "definition": "SHORT_TON_MASS*HR(-1)"
2396
+ },
2397
+ "MOL_PER_SEC": {
2398
+ "schemaItemType": "Unit",
2399
+ "label": "mol/s",
2400
+ "phenomenon": "Units.MOLAR_FLOW",
2401
+ "unitSystem": "Units.SI",
2402
+ "definition": "MOL*S(-1)"
2403
+ },
2404
+ "KMOL_PER_SEC": {
2405
+ "schemaItemType": "Unit",
2406
+ "label": "kmol/s",
2407
+ "phenomenon": "Units.MOLAR_FLOW",
2408
+ "unitSystem": "Units.METRIC",
2409
+ "definition": "[KILO]*MOL*S(-1)"
2410
+ },
2411
+ "N": {
2412
+ "schemaItemType": "Unit",
2413
+ "phenomenon": "Units.FORCE",
2414
+ "unitSystem": "Units.SI",
2415
+ "definition": "KG*M*S(-2)"
2416
+ },
2417
+ "DECAN": {
2418
+ "schemaItemType": "Unit",
2419
+ "label": "daN",
2420
+ "phenomenon": "Units.FORCE",
2421
+ "unitSystem": "Units.SI",
2422
+ "definition": "[DECA]*N"
2423
+ },
2424
+ "KN": {
2425
+ "schemaItemType": "Unit",
2426
+ "label": "kN",
2427
+ "phenomenon": "Units.FORCE",
2428
+ "unitSystem": "Units.METRIC",
2429
+ "definition": "[KILO]*N"
2430
+ },
2431
+ "MN": {
2432
+ "schemaItemType": "Unit",
2433
+ "label": "mN",
2434
+ "phenomenon": "Units.FORCE",
2435
+ "unitSystem": "Units.METRIC",
2436
+ "definition": "[MILLI]*N"
2437
+ },
2438
+ "MEGAN": {
2439
+ "schemaItemType": "Unit",
2440
+ "label": "MN",
2441
+ "phenomenon": "Units.FORCE",
2442
+ "unitSystem": "Units.METRIC",
2443
+ "definition": "[MEGA]*N"
2444
+ },
2445
+ "KGF": {
2446
+ "schemaItemType": "Unit",
2447
+ "label": "kgf",
2448
+ "phenomenon": "Units.FORCE",
2449
+ "unitSystem": "Units.METRIC",
2450
+ "definition": "[STD_G]*KG"
2451
+ },
2452
+ "DYNE": {
2453
+ "schemaItemType": "Unit",
2454
+ "label": "dyn",
2455
+ "phenomenon": "Units.FORCE",
2456
+ "unitSystem": "Units.METRIC",
2457
+ "definition": "G*CM*S(-2)"
2458
+ },
2459
+ "PDL": {
2460
+ "schemaItemType": "Unit",
2461
+ "label": "pdl",
2462
+ "phenomenon": "Units.FORCE",
2463
+ "unitSystem": "Units.USCUSTOM",
2464
+ "definition": "LBM*FT*S(-2)"
2465
+ },
2466
+ "SHORT_TON_FORCE": {
2467
+ "schemaItemType": "Unit",
2468
+ "label": "tnf (short)",
2469
+ "phenomenon": "Units.FORCE",
2470
+ "unitSystem": "Units.USCUSTOM",
2471
+ "definition": "[STD_G]*SHORT_TON_MASS"
2472
+ },
2473
+ "LONG_TON_FORCE": {
2474
+ "schemaItemType": "Unit",
2475
+ "label": "tnf (long)",
2476
+ "phenomenon": "Units.FORCE",
2477
+ "unitSystem": "Units.USCUSTOM",
2478
+ "definition": "[STD_G]*LONG_TON_MASS"
2479
+ },
2480
+ "LBF": {
2481
+ "schemaItemType": "Unit",
2482
+ "label": "lbf",
2483
+ "phenomenon": "Units.FORCE",
2484
+ "unitSystem": "Units.USCUSTOM",
2485
+ "definition": "[STD_G]*LBM"
2486
+ },
2487
+ "OZF": {
2488
+ "schemaItemType": "Unit",
2489
+ "label": "ozf",
2490
+ "phenomenon": "Units.FORCE",
2491
+ "unitSystem": "Units.USCUSTOM",
2492
+ "definition": "[STD_G]*OZM"
2493
+ },
2494
+ "KPF": {
2495
+ "schemaItemType": "Unit",
2496
+ "label": "kpf",
2497
+ "phenomenon": "Units.FORCE",
2498
+ "unitSystem": "Units.USCUSTOM",
2499
+ "definition": "[KILO]*LBF"
2500
+ },
2501
+ "W_PER_SQ_M": {
2502
+ "schemaItemType": "Unit",
2503
+ "label": "W/m²",
2504
+ "phenomenon": "Units.HEAT_FLUX_DENSITY",
2505
+ "unitSystem": "Units.SI",
2506
+ "definition": "W*M(-2)"
2507
+ },
2508
+ "W_PER_SQ_M_K": {
2509
+ "schemaItemType": "Unit",
2510
+ "label": "W/(m²·ΔK)",
2511
+ "phenomenon": "Units.HEAT_TRANSFER",
2512
+ "unitSystem": "Units.SI",
2513
+ "definition": "W*M(-2)*DELTA_KELVIN(-1)"
2514
+ },
2515
+ "W_PER_SQ_M_CELSIUS": {
2516
+ "schemaItemType": "Unit",
2517
+ "label": "W/(m²·Δ°C)",
2518
+ "phenomenon": "Units.HEAT_TRANSFER",
2519
+ "unitSystem": "Units.METRIC",
2520
+ "definition": "W*M(-2)*DELTA_CELSIUS(-1)"
2521
+ },
2522
+ "BTU_PER_SQ_FT_HR_FAHRENHEIT": {
2523
+ "schemaItemType": "Unit",
2524
+ "label": "Btu/(ft²·h·Δ°F)",
2525
+ "phenomenon": "Units.HEAT_TRANSFER",
2526
+ "unitSystem": "Units.USCUSTOM",
2527
+ "definition": "BTU*FT(-2)*HR(-1)*DELTA_FAHRENHEIT(-1)"
2528
+ },
2529
+ "KG_PER_M": {
2530
+ "schemaItemType": "Unit",
2531
+ "label": "kg/m",
2532
+ "phenomenon": "Units.LINEAR_DENSITY",
2533
+ "unitSystem": "Units.SI",
2534
+ "definition": "KG*M(-1)"
2535
+ },
2536
+ "KG_PER_MM": {
2537
+ "schemaItemType": "Unit",
2538
+ "label": "kg/mm",
2539
+ "phenomenon": "Units.LINEAR_DENSITY",
2540
+ "unitSystem": "Units.METRIC",
2541
+ "definition": "KG*MM(-1)"
2542
+ },
2543
+ "LBM_PER_FT": {
2544
+ "schemaItemType": "Unit",
2545
+ "label": "lb/ft",
2546
+ "phenomenon": "Units.LINEAR_DENSITY",
2547
+ "unitSystem": "Units.USCUSTOM",
2548
+ "definition": "LBM*FT(-1)"
2549
+ },
2550
+ "N_PER_M": {
2551
+ "schemaItemType": "Unit",
2552
+ "label": "N/m",
2553
+ "phenomenon": "Units.LINEAR_LOAD",
2554
+ "unitSystem": "Units.SI",
2555
+ "definition": "N*M(-1)"
2556
+ },
2557
+ "KN_PER_M": {
2558
+ "schemaItemType": "Unit",
2559
+ "label": "kN/m",
2560
+ "phenomenon": "Units.LINEAR_LOAD",
2561
+ "unitSystem": "Units.METRIC",
2562
+ "definition": "KN*M(-1)"
2563
+ },
2564
+ "MEGAN_PER_M": {
2565
+ "schemaItemType": "Unit",
2566
+ "label": "MN/m",
2567
+ "phenomenon": "Units.LINEAR_LOAD",
2568
+ "unitSystem": "Units.METRIC",
2569
+ "definition": "MEGAN*M(-1)"
2570
+ },
2571
+ "N_PER_MM": {
2572
+ "schemaItemType": "Unit",
2573
+ "label": "N/mm",
2574
+ "phenomenon": "Units.LINEAR_LOAD",
2575
+ "unitSystem": "Units.METRIC",
2576
+ "definition": "N*MM(-1)"
2577
+ },
2578
+ "LBF_PER_IN": {
2579
+ "schemaItemType": "Unit",
2580
+ "label": "lbf/in",
2581
+ "phenomenon": "Units.LINEAR_LOAD",
2582
+ "unitSystem": "Units.USCUSTOM",
2583
+ "definition": "LBF*IN(-1)"
2584
+ },
2585
+ "LBF_PER_FT": {
2586
+ "schemaItemType": "Unit",
2587
+ "label": "lbf/ft",
2588
+ "phenomenon": "Units.LINEAR_LOAD",
2589
+ "unitSystem": "Units.USCUSTOM",
2590
+ "definition": "LBF*FT(-1)"
2591
+ },
2592
+ "KGF_PER_M": {
2593
+ "schemaItemType": "Unit",
2594
+ "label": "kgf/m",
2595
+ "phenomenon": "Units.LINEAR_LOAD",
2596
+ "unitSystem": "Units.METRIC",
2597
+ "definition": "KGF*M(-1)"
2598
+ },
2599
+ "KPF_PER_FT": {
2600
+ "schemaItemType": "Unit",
2601
+ "label": "kpf/ft",
2602
+ "phenomenon": "Units.LINEAR_LOAD",
2603
+ "unitSystem": "Units.USCUSTOM",
2604
+ "definition": "KPF*FT(-1)"
2605
+ },
2606
+ "PER_M": {
2607
+ "schemaItemType": "Unit",
2608
+ "label": "1/m",
2609
+ "phenomenon": "Units.LINEAR_RATE",
2610
+ "unitSystem": "Units.SI",
2611
+ "definition": "M(-1)"
2612
+ },
2613
+ "PER_MM": {
2614
+ "schemaItemType": "Unit",
2615
+ "label": "1/mm",
2616
+ "phenomenon": "Units.LINEAR_RATE",
2617
+ "unitSystem": "Units.METRIC",
2618
+ "definition": "MM(-1)"
2619
+ },
2620
+ "PER_KM": {
2621
+ "schemaItemType": "Unit",
2622
+ "label": "1/km",
2623
+ "phenomenon": "Units.LINEAR_RATE",
2624
+ "unitSystem": "Units.METRIC",
2625
+ "definition": "KM(-1)"
2626
+ },
2627
+ "PER_FT": {
2628
+ "schemaItemType": "Unit",
2629
+ "label": "1/ft",
2630
+ "phenomenon": "Units.LINEAR_RATE",
2631
+ "unitSystem": "Units.USCUSTOM",
2632
+ "definition": "FT(-1)"
2633
+ },
2634
+ "PER_MILE": {
2635
+ "schemaItemType": "Unit",
2636
+ "label": "1/mile",
2637
+ "phenomenon": "Units.LINEAR_RATE",
2638
+ "unitSystem": "Units.USCUSTOM",
2639
+ "definition": "MILE(-1)"
2640
+ },
2641
+ "PER_THOUSAND_FT": {
2642
+ "schemaItemType": "Unit",
2643
+ "label": "1/1000 ft",
2644
+ "phenomenon": "Units.LINEAR_RATE",
2645
+ "unitSystem": "Units.USCUSTOM",
2646
+ "definition": "FT(-1)",
2647
+ "numerator": 0.001
2648
+ },
2649
+ "N_M": {
2650
+ "schemaItemType": "Unit",
2651
+ "label": "N·m",
2652
+ "phenomenon": "Units.TORQUE",
2653
+ "unitSystem": "Units.SI",
2654
+ "definition": "N*M*RAD(-1)"
2655
+ },
2656
+ "KN_M": {
2657
+ "schemaItemType": "Unit",
2658
+ "label": "kN·m",
2659
+ "phenomenon": "Units.TORQUE",
2660
+ "unitSystem": "Units.METRIC",
2661
+ "definition": "KN*M*RAD(-1)"
2662
+ },
2663
+ "MEGAN_M": {
2664
+ "schemaItemType": "Unit",
2665
+ "label": "MN·m",
2666
+ "phenomenon": "Units.TORQUE",
2667
+ "unitSystem": "Units.METRIC",
2668
+ "definition": "MEGAN*M*RAD(-1)"
2669
+ },
2670
+ "N_CM": {
2671
+ "schemaItemType": "Unit",
2672
+ "label": "N·cm",
2673
+ "phenomenon": "Units.TORQUE",
2674
+ "unitSystem": "Units.METRIC",
2675
+ "definition": "N*CM*RAD(-1)"
2676
+ },
2677
+ "LBF_FT": {
2678
+ "schemaItemType": "Unit",
2679
+ "label": "lbf·ft",
2680
+ "phenomenon": "Units.TORQUE",
2681
+ "unitSystem": "Units.USCUSTOM",
2682
+ "definition": "LBF*FT*RAD(-1)"
2683
+ },
2684
+ "LBF_IN": {
2685
+ "schemaItemType": "Unit",
2686
+ "label": "lbf·in",
2687
+ "phenomenon": "Units.TORQUE",
2688
+ "unitSystem": "Units.USCUSTOM",
2689
+ "definition": "LBF*IN*RAD(-1)"
2690
+ },
2691
+ "KGF_M": {
2692
+ "schemaItemType": "Unit",
2693
+ "label": "kgf·m",
2694
+ "phenomenon": "Units.TORQUE",
2695
+ "unitSystem": "Units.METRIC",
2696
+ "definition": "KGF*M*RAD(-1)"
2697
+ },
2698
+ "KPF_FT": {
2699
+ "schemaItemType": "Unit",
2700
+ "label": "kpf·ft",
2701
+ "phenomenon": "Units.TORQUE",
2702
+ "unitSystem": "Units.USCUSTOM",
2703
+ "definition": "KPF*FT*RAD(-1)"
2704
+ },
2705
+ "N_M_PER_M": {
2706
+ "schemaItemType": "Unit",
2707
+ "label": "N·m/m",
2708
+ "phenomenon": "Units.LINEAR_TORQUE",
2709
+ "unitSystem": "Units.SI",
2710
+ "definition": "N_M*M(-1)"
2711
+ },
2712
+ "KN_M_PER_M": {
2713
+ "schemaItemType": "Unit",
2714
+ "label": "kN·m/m",
2715
+ "phenomenon": "Units.LINEAR_TORQUE",
2716
+ "unitSystem": "Units.METRIC",
2717
+ "definition": "KN_M*M(-1)"
2718
+ },
2719
+ "MEGAN_M_PER_M": {
2720
+ "schemaItemType": "Unit",
2721
+ "label": "MN·m/m",
2722
+ "phenomenon": "Units.LINEAR_TORQUE",
2723
+ "unitSystem": "Units.METRIC",
2724
+ "definition": "MEGAN_M*M(-1)"
2725
+ },
2726
+ "N_CM_PER_CM": {
2727
+ "schemaItemType": "Unit",
2728
+ "label": "N·cm/cm",
2729
+ "phenomenon": "Units.LINEAR_TORQUE",
2730
+ "unitSystem": "Units.METRIC",
2731
+ "definition": "N_CM*CM(-1)"
2732
+ },
2733
+ "LBF_IN_PER_IN": {
2734
+ "schemaItemType": "Unit",
2735
+ "label": "lbf·in/in",
2736
+ "phenomenon": "Units.LINEAR_TORQUE",
2737
+ "unitSystem": "Units.USCUSTOM",
2738
+ "definition": "LBF_IN*IN(-1)"
2739
+ },
2740
+ "LBF_FT_PER_FT": {
2741
+ "schemaItemType": "Unit",
2742
+ "label": "lbf·ft/ft",
2743
+ "phenomenon": "Units.LINEAR_TORQUE",
2744
+ "unitSystem": "Units.USCUSTOM",
2745
+ "definition": "LBF_FT*FT(-1)"
2746
+ },
2747
+ "KPF_FT_PER_FT": {
2748
+ "schemaItemType": "Unit",
2749
+ "label": "kpf·ft/ft",
2750
+ "phenomenon": "Units.LINEAR_TORQUE",
2751
+ "unitSystem": "Units.USCUSTOM",
2752
+ "definition": "KPF_FT*FT(-1)"
2753
+ },
2754
+ "N_M_PER_SQ_M": {
2755
+ "schemaItemType": "Unit",
2756
+ "label": "N·m/m²",
2757
+ "phenomenon": "Units.AREA_TORQUE",
2758
+ "unitSystem": "Units.SI",
2759
+ "definition": "N_M*M(-2)"
2760
+ },
2761
+ "KN_M_PER_SQ_M": {
2762
+ "schemaItemType": "Unit",
2763
+ "label": "kN·m/m²",
2764
+ "phenomenon": "Units.AREA_TORQUE",
2765
+ "unitSystem": "Units.METRIC",
2766
+ "definition": "KN_M*M(-2)"
2767
+ },
2768
+ "MEGAN_M_PER_SQ_M": {
2769
+ "schemaItemType": "Unit",
2770
+ "label": "MN·m/m²",
2771
+ "phenomenon": "Units.AREA_TORQUE",
2772
+ "unitSystem": "Units.METRIC",
2773
+ "definition": "MEGAN_M*M(-2)"
2774
+ },
2775
+ "N_CM_PER_SQ_CM": {
2776
+ "schemaItemType": "Unit",
2777
+ "label": "N·cm/cm²",
2778
+ "phenomenon": "Units.AREA_TORQUE",
2779
+ "unitSystem": "Units.METRIC",
2780
+ "definition": "N_CM*CM(-2)"
2781
+ },
2782
+ "LBF_IN_PER_SQ_IN": {
2783
+ "schemaItemType": "Unit",
2784
+ "label": "lbf·in/in²",
2785
+ "phenomenon": "Units.AREA_TORQUE",
2786
+ "unitSystem": "Units.USCUSTOM",
2787
+ "definition": "LBF_IN*IN(-2)"
2788
+ },
2789
+ "LBF_FT_PER_SQ_FT": {
2790
+ "schemaItemType": "Unit",
2791
+ "label": "lbf·ft/ft²",
2792
+ "phenomenon": "Units.AREA_TORQUE",
2793
+ "unitSystem": "Units.USCUSTOM",
2794
+ "definition": "LBF_FT*FT(-2)"
2795
+ },
2796
+ "KPF_FT_PER_SQ_FT": {
2797
+ "schemaItemType": "Unit",
2798
+ "label": "kpf·ft/ft²",
2799
+ "phenomenon": "Units.AREA_TORQUE",
2800
+ "unitSystem": "Units.USCUSTOM",
2801
+ "definition": "KPF_FT*FT(-2)"
2802
+ },
2803
+ "CUB_M_PER_MOL": {
2804
+ "schemaItemType": "Unit",
2805
+ "label": "m³/mol",
2806
+ "phenomenon": "Units.MOLAR_VOLUME",
2807
+ "unitSystem": "Units.SI",
2808
+ "definition": "CUB_M*MOL(-1)"
2809
+ },
2810
+ "CUB_M_PER_KMOL": {
2811
+ "schemaItemType": "Unit",
2812
+ "label": "m³/kmol",
2813
+ "phenomenon": "Units.MOLAR_VOLUME",
2814
+ "unitSystem": "Units.METRIC",
2815
+ "definition": "CUB_M*[KILO](-1)*MOL(-1)"
2816
+ },
2817
+ "CUB_FT_PER_LB_MOL": {
2818
+ "schemaItemType": "Unit",
2819
+ "label": "ft³/lb-mol",
2820
+ "phenomenon": "Units.MOLAR_VOLUME",
2821
+ "unitSystem": "Units.USCUSTOM",
2822
+ "definition": "CUB_FT*LB_MOL(-1)"
2823
+ },
2824
+ "MOL_PER_CUB_M": {
2825
+ "schemaItemType": "Unit",
2826
+ "label": "mol/m³",
2827
+ "phenomenon": "Units.MOLAR_CONCENTRATION",
2828
+ "unitSystem": "Units.SI",
2829
+ "definition": "MOL*CUB_M(-1)"
2830
+ },
2831
+ "KMOL_PER_CUB_M": {
2832
+ "schemaItemType": "Unit",
2833
+ "label": "kmol/m³",
2834
+ "phenomenon": "Units.MOLAR_CONCENTRATION",
2835
+ "unitSystem": "Units.METRIC",
2836
+ "definition": "[KILO]*MOL*CUB_M(-1)"
2837
+ },
2838
+ "MOL_PER_CUB_DM": {
2839
+ "schemaItemType": "Unit",
2840
+ "label": "mol/dm³",
2841
+ "phenomenon": "Units.MOLAR_CONCENTRATION",
2842
+ "unitSystem": "Units.METRIC",
2843
+ "definition": "MOL*CUB_DM(-1)"
2844
+ },
2845
+ "MICROMOL_PER_CUB_DM": {
2846
+ "schemaItemType": "Unit",
2847
+ "label": "µmol/dm³",
2848
+ "phenomenon": "Units.MOLAR_CONCENTRATION",
2849
+ "unitSystem": "Units.METRIC",
2850
+ "definition": "[MICRO]*MOL*CUB_DM(-1)"
2851
+ },
2852
+ "NMOL_PER_CUB_DM": {
2853
+ "schemaItemType": "Unit",
2854
+ "label": "nmol/dm³",
2855
+ "phenomenon": "Units.MOLAR_CONCENTRATION",
2856
+ "unitSystem": "Units.METRIC",
2857
+ "definition": "[NANO]*MOL*CUB_DM(-1)"
2858
+ },
2859
+ "PICOMOL_PER_CUB_DM": {
2860
+ "schemaItemType": "Unit",
2861
+ "label": "picomol/dm³",
2862
+ "phenomenon": "Units.MOLAR_CONCENTRATION",
2863
+ "unitSystem": "Units.METRIC",
2864
+ "definition": "[PICO]*MOL*CUB_DM(-1)"
2865
+ },
2866
+ "MOL_PER_CUB_FT": {
2867
+ "schemaItemType": "Unit",
2868
+ "label": "mol/ft³",
2869
+ "phenomenon": "Units.MOLAR_CONCENTRATION",
2870
+ "unitSystem": "Units.USCUSTOM",
2871
+ "definition": "MOL*CUB_FT(-1)"
2872
+ },
2873
+ "MM_TO_THE_FOURTH": {
2874
+ "schemaItemType": "Unit",
2875
+ "label": "mm⁴",
2876
+ "phenomenon": "Units.AREA_MOMENT_INERTIA",
2877
+ "unitSystem": "Units.METRIC",
2878
+ "definition": "MM(4)"
2879
+ },
2880
+ "M_TO_THE_FOURTH": {
2881
+ "schemaItemType": "Unit",
2882
+ "label": "m⁴",
2883
+ "phenomenon": "Units.AREA_MOMENT_INERTIA",
2884
+ "unitSystem": "Units.SI",
2885
+ "definition": "M(4)"
2886
+ },
2887
+ "CM_TO_THE_FOURTH": {
2888
+ "schemaItemType": "Unit",
2889
+ "label": "cm⁴",
2890
+ "phenomenon": "Units.AREA_MOMENT_INERTIA",
2891
+ "unitSystem": "Units.METRIC",
2892
+ "definition": "CM(4)"
2893
+ },
2894
+ "IN_TO_THE_FOURTH": {
2895
+ "schemaItemType": "Unit",
2896
+ "label": "in⁴",
2897
+ "phenomenon": "Units.AREA_MOMENT_INERTIA",
2898
+ "unitSystem": "Units.USCUSTOM",
2899
+ "definition": "IN(4)"
2900
+ },
2901
+ "FT_TO_THE_FOURTH": {
2902
+ "schemaItemType": "Unit",
2903
+ "label": "ft⁴",
2904
+ "phenomenon": "Units.AREA_MOMENT_INERTIA",
2905
+ "unitSystem": "Units.USCUSTOM",
2906
+ "definition": "FT(4)"
2907
+ },
2908
+ "W": {
2909
+ "schemaItemType": "Unit",
2910
+ "phenomenon": "Units.POWER",
2911
+ "unitSystem": "Units.SI",
2912
+ "definition": "N*M*S(-1)"
2913
+ },
2914
+ "KW": {
2915
+ "schemaItemType": "Unit",
2916
+ "label": "kW",
2917
+ "phenomenon": "Units.POWER",
2918
+ "unitSystem": "Units.METRIC",
2919
+ "definition": "[KILO]*W"
2920
+ },
2921
+ "MEGAW": {
2922
+ "schemaItemType": "Unit",
2923
+ "label": "MW",
2924
+ "phenomenon": "Units.POWER",
2925
+ "unitSystem": "Units.METRIC",
2926
+ "definition": "[MEGA]*W"
2927
+ },
2928
+ "GW": {
2929
+ "schemaItemType": "Unit",
2930
+ "phenomenon": "Units.POWER",
2931
+ "unitSystem": "Units.METRIC",
2932
+ "definition": "[GIGA]*W"
2933
+ },
2934
+ "BTU_PER_HR": {
2935
+ "schemaItemType": "Unit",
2936
+ "label": "Btu/h",
2937
+ "phenomenon": "Units.POWER",
2938
+ "unitSystem": "Units.USCUSTOM",
2939
+ "definition": "BTU*HR(-1)"
2940
+ },
2941
+ "KILOBTU_PER_HR": {
2942
+ "schemaItemType": "Unit",
2943
+ "label": "kBtu/h",
2944
+ "phenomenon": "Units.POWER",
2945
+ "unitSystem": "Units.USCUSTOM",
2946
+ "definition": "[KILO]*BTU*HR(-1)"
2947
+ },
2948
+ "HP": {
2949
+ "schemaItemType": "Unit",
2950
+ "label": "hp",
2951
+ "description": "Exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B.",
2952
+ "phenomenon": "Units.POWER",
2953
+ "unitSystem": "Units.USCUSTOM",
2954
+ "definition": "LBF*FT*S(-1)",
2955
+ "numerator": 550
2956
+ },
2957
+ "PA": {
2958
+ "schemaItemType": "Unit",
2959
+ "label": "N/m²",
2960
+ "phenomenon": "Units.PRESSURE",
2961
+ "unitSystem": "Units.SI",
2962
+ "definition": "N*M(-2)"
2963
+ },
2964
+ "PA_GAUGE": {
2965
+ "schemaItemType": "Unit",
2966
+ "label": "Pa (gauge)",
2967
+ "description": "Offset is one standard atmosphere in PA. Offset is exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B. ",
2968
+ "phenomenon": "Units.PRESSURE",
2969
+ "unitSystem": "Units.INDUSTRIAL",
2970
+ "definition": "PA",
2971
+ "numerator": 1,
2972
+ "offset": 101325
2973
+ },
2974
+ "HECTOPASCAL": {
2975
+ "schemaItemType": "Unit",
2976
+ "label": "hPa",
2977
+ "phenomenon": "Units.PRESSURE",
2978
+ "unitSystem": "Units.METRIC",
2979
+ "definition": "[HECTO]*PA"
2980
+ },
2981
+ "KILOPASCAL": {
2982
+ "schemaItemType": "Unit",
2983
+ "label": "kPa",
2984
+ "phenomenon": "Units.PRESSURE",
2985
+ "unitSystem": "Units.METRIC",
2986
+ "definition": "[KILO]*PA"
2987
+ },
2988
+ "MICROPASCAL": {
2989
+ "schemaItemType": "Unit",
2990
+ "label": "µPa",
2991
+ "phenomenon": "Units.PRESSURE",
2992
+ "unitSystem": "Units.METRIC",
2993
+ "definition": "[MICRO]*PA"
2994
+ },
2995
+ "KILOPASCAL_GAUGE": {
2996
+ "schemaItemType": "Unit",
2997
+ "label": "kPa (Gauge)",
2998
+ "description": "Offset is one standard atmosphere (101325 PA) converted to kilopascal. Offset is exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B. ",
2999
+ "phenomenon": "Units.PRESSURE",
3000
+ "unitSystem": "Units.INDUSTRIAL",
3001
+ "definition": "[KILO]*PA",
3002
+ "numerator": 1,
3003
+ "offset": 101.325
3004
+ },
3005
+ "MEGAPASCAL": {
3006
+ "schemaItemType": "Unit",
3007
+ "label": "MPa",
3008
+ "phenomenon": "Units.PRESSURE",
3009
+ "unitSystem": "Units.METRIC",
3010
+ "definition": "[MEGA]*PA"
3011
+ },
3012
+ "MEGAPASCAL_GAUGE": {
3013
+ "schemaItemType": "Unit",
3014
+ "label": "MPa (Gauge)",
3015
+ "description": "Offset is one standard atmosphere (101325 PA) converted to megapascal. Offset is exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B. ",
3016
+ "phenomenon": "Units.PRESSURE",
3017
+ "unitSystem": "Units.INDUSTRIAL",
3018
+ "definition": "[MEGA]*PA",
3019
+ "numerator": 1,
3020
+ "offset": 0.101325
3021
+ },
3022
+ "AT": {
3023
+ "schemaItemType": "Unit",
3024
+ "label": "kgf/cm²",
3025
+ "description": "Exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B.",
3026
+ "phenomenon": "Units.PRESSURE",
3027
+ "unitSystem": "Units.INTERNATIONAL",
3028
+ "definition": "KGF*CM(-2)"
3029
+ },
3030
+ "AT_GAUGE": {
3031
+ "schemaItemType": "Unit",
3032
+ "label": "kgf/cm² (Gauge)",
3033
+ "description": "Offset is one standard atmosphere (101325 PA) converted to atmosphere-technical (AT). Offset is exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B. ",
3034
+ "phenomenon": "Units.PRESSURE",
3035
+ "unitSystem": "Units.INDUSTRIAL",
3036
+ "definition": "AT",
3037
+ "offset": 1.033227452799886
3038
+ },
3039
+ "KGF_PER_SQ_M": {
3040
+ "schemaItemType": "Unit",
3041
+ "label": "kgf/m²",
3042
+ "phenomenon": "Units.PRESSURE",
3043
+ "unitSystem": "Units.INTERNATIONAL",
3044
+ "definition": "KGF*M(-2)"
3045
+ },
3046
+ "ATM": {
3047
+ "schemaItemType": "Unit",
3048
+ "label": "atm",
3049
+ "description": "Standard atmosphere, see AT for atmosphere-technical. Exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B. ",
3050
+ "phenomenon": "Units.PRESSURE",
3051
+ "unitSystem": "Units.METRIC",
3052
+ "definition": "PA",
3053
+ "numerator": 101325
3054
+ },
3055
+ "BAR": {
3056
+ "schemaItemType": "Unit",
3057
+ "label": "bar",
3058
+ "description": "Exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B. ",
3059
+ "phenomenon": "Units.PRESSURE",
3060
+ "unitSystem": "Units.METRIC",
3061
+ "definition": "PA",
3062
+ "numerator": 100000
3063
+ },
3064
+ "BAR_GAUGE": {
3065
+ "schemaItemType": "Unit",
3066
+ "label": "bar (Gauge)",
3067
+ "description": "Offset is one standard atmosphere converted to BAR. Offset is exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B. ",
3068
+ "phenomenon": "Units.PRESSURE",
3069
+ "unitSystem": "Units.INDUSTRIAL",
3070
+ "definition": "PA",
3071
+ "numerator": 100000,
3072
+ "offset": 1.01325
3073
+ },
3074
+ "MBAR": {
3075
+ "schemaItemType": "Unit",
3076
+ "label": "mBar",
3077
+ "phenomenon": "Units.PRESSURE",
3078
+ "unitSystem": "Units.METRIC",
3079
+ "definition": "[MILLI]*BAR"
3080
+ },
3081
+ "BARYE": {
3082
+ "schemaItemType": "Unit",
3083
+ "label": "ba",
3084
+ "phenomenon": "Units.PRESSURE",
3085
+ "unitSystem": "Units.METRIC",
3086
+ "definition": "DYNE*CM(-2)"
3087
+ },
3088
+ "PSI": {
3089
+ "schemaItemType": "Unit",
3090
+ "label": "lbf/in²",
3091
+ "phenomenon": "Units.PRESSURE",
3092
+ "unitSystem": "Units.USCUSTOM",
3093
+ "definition": "LBF*IN(-2)"
3094
+ },
3095
+ "PSF": {
3096
+ "schemaItemType": "Unit",
3097
+ "label": "lbf/ft²",
3098
+ "phenomenon": "Units.PRESSURE",
3099
+ "unitSystem": "Units.USCUSTOM",
3100
+ "definition": "LBF*FT(-2)"
3101
+ },
3102
+ "PSIG": {
3103
+ "schemaItemType": "Unit",
3104
+ "label": "lbf/in² (Gauge)",
3105
+ "description": "Offset is one standard atmosphere (101325 PA) converted to PSI",
3106
+ "phenomenon": "Units.PRESSURE",
3107
+ "unitSystem": "Units.USCUSTOM",
3108
+ "definition": "LBF*IN(-2)",
3109
+ "numerator": 1,
3110
+ "offset": 14.695948775513449
3111
+ },
3112
+ "KSI": {
3113
+ "schemaItemType": "Unit",
3114
+ "label": "ksi",
3115
+ "phenomenon": "Units.PRESSURE",
3116
+ "unitSystem": "Units.USCUSTOM",
3117
+ "definition": "KPF*IN(-2)"
3118
+ },
3119
+ "KSF": {
3120
+ "schemaItemType": "Unit",
3121
+ "label": "ksf",
3122
+ "phenomenon": "Units.PRESSURE",
3123
+ "unitSystem": "Units.USCUSTOM",
3124
+ "definition": "KPF*FT(-2)"
3125
+ },
3126
+ "LBF_PER_SQ_FT": {
3127
+ "schemaItemType": "Unit",
3128
+ "label": "lbf/ft²",
3129
+ "phenomenon": "Units.PRESSURE",
3130
+ "unitSystem": "Units.USCUSTOM",
3131
+ "definition": "LBF*FT(-2)"
3132
+ },
3133
+ "TORR": {
3134
+ "schemaItemType": "Unit",
3135
+ "label": "torr",
3136
+ "description": "See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B. for approx conversion and Table 11 for a reference to the exact conversion",
3137
+ "phenomenon": "Units.PRESSURE",
3138
+ "unitSystem": "Units.USCUSTOM",
3139
+ "definition": "PA",
3140
+ "numerator": 101325,
3141
+ "denominator": 760
3142
+ },
3143
+ "M_H2O": {
3144
+ "schemaItemType": "Unit",
3145
+ "label": "mH2O (Conv)",
3146
+ "description": "Meter of H2O Conventional",
3147
+ "phenomenon": "Units.PRESSURE",
3148
+ "unitSystem": "Units.METRIC",
3149
+ "definition": "[KILO]*MM_H2O"
3150
+ },
3151
+ "MM_H2O": {
3152
+ "schemaItemType": "Unit",
3153
+ "label": "mmH2O (Conv)",
3154
+ "description": "Millimeter of H2O Conventional, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B.",
3155
+ "phenomenon": "Units.PRESSURE",
3156
+ "unitSystem": "Units.METRIC",
3157
+ "definition": "PA",
3158
+ "numerator": 9.80665
3159
+ },
3160
+ "MM_HG_AT_32F": {
3161
+ "schemaItemType": "Unit",
3162
+ "label": "mmHg@32°F",
3163
+ "description": "See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B. Used centimeter of mercury (0 C) to pascal",
3164
+ "phenomenon": "Units.PRESSURE",
3165
+ "unitSystem": "Units.METRIC",
3166
+ "definition": "PA",
3167
+ "numerator": 133.322
3168
+ },
3169
+ "FT_H2O": {
3170
+ "schemaItemType": "Unit",
3171
+ "label": "ft H2O (Conv)",
3172
+ "description": "foot of H2O Conventional, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B.",
3173
+ "phenomenon": "Units.PRESSURE",
3174
+ "unitSystem": "Units.USCUSTOM",
3175
+ "definition": "PA",
3176
+ "numerator": 2989.067
3177
+ },
3178
+ "IN_H2O_AT_32F": {
3179
+ "schemaItemType": "Unit",
3180
+ "label": "inH2O@32°F",
3181
+ "description": "Inch of H2O at 32 Fahrenheit, Water is assumed to be in a liquid state. Equal to water at 0C. No verified source",
3182
+ "phenomenon": "Units.PRESSURE",
3183
+ "unitSystem": "Units.USCUSTOM",
3184
+ "definition": "PA",
3185
+ "numerator": 249.1083
3186
+ },
3187
+ "IN_H2O_AT_39_2F": {
3188
+ "schemaItemType": "Unit",
3189
+ "label": "inH2O@39.2°F",
3190
+ "description": "See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B.",
3191
+ "phenomenon": "Units.PRESSURE",
3192
+ "unitSystem": "Units.USCUSTOM",
3193
+ "definition": "PA",
3194
+ "numerator": 249.082
3195
+ },
3196
+ "IN_H2O_AT_60F": {
3197
+ "schemaItemType": "Unit",
3198
+ "label": "inH2O@60°F",
3199
+ "description": "See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B.",
3200
+ "phenomenon": "Units.PRESSURE",
3201
+ "unitSystem": "Units.USCUSTOM",
3202
+ "definition": "PA",
3203
+ "numerator": 248.84
3204
+ },
3205
+ "IN_HG": {
3206
+ "schemaItemType": "Unit",
3207
+ "label": "inHg (Conv)",
3208
+ "description": "Inch of HG conventional, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B.",
3209
+ "phenomenon": "Units.PRESSURE",
3210
+ "unitSystem": "Units.USCUSTOM",
3211
+ "definition": "PA",
3212
+ "numerator": 3386.389
3213
+ },
3214
+ "IN_HG_AT_32F": {
3215
+ "schemaItemType": "Unit",
3216
+ "label": "inHg@32°F",
3217
+ "description": "See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B.",
3218
+ "phenomenon": "Units.PRESSURE",
3219
+ "unitSystem": "Units.USCUSTOM",
3220
+ "definition": "PA",
3221
+ "numerator": 3386.38
3222
+ },
3223
+ "IN_HG_AT_60F": {
3224
+ "schemaItemType": "Unit",
3225
+ "label": "inHg@60°F",
3226
+ "description": "See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B.",
3227
+ "phenomenon": "Units.PRESSURE",
3228
+ "unitSystem": "Units.USCUSTOM",
3229
+ "definition": "PA",
3230
+ "numerator": 3376.85
3231
+ },
3232
+ "PA_PER_M": {
3233
+ "schemaItemType": "Unit",
3234
+ "label": "Pa/m",
3235
+ "phenomenon": "Units.PRESSURE_GRADIENT",
3236
+ "unitSystem": "Units.SI",
3237
+ "definition": "PA*M(-1)"
3238
+ },
3239
+ "BAR_PER_KM": {
3240
+ "schemaItemType": "Unit",
3241
+ "label": "bar/km",
3242
+ "phenomenon": "Units.PRESSURE_GRADIENT",
3243
+ "unitSystem": "Units.METRIC",
3244
+ "definition": "BAR*KM(-1)"
3245
+ },
3246
+ "PERCENT": {
3247
+ "schemaItemType": "Unit",
3248
+ "label": "%",
3249
+ "description": "Unit used to show a ratio as a percentage in the UI.",
3250
+ "phenomenon": "Units.PERCENTAGE",
3251
+ "unitSystem": "Units.INTERNATIONAL",
3252
+ "definition": "ONE"
3253
+ },
3254
+ "DECIMAL_PERCENT": {
3255
+ "schemaItemType": "Unit",
3256
+ "label": "decimal percent",
3257
+ "description": "Unit suitable for storing a decimal number that represents an unspecified ratio.",
3258
+ "phenomenon": "Units.PERCENTAGE",
3259
+ "unitSystem": "Units.INTERNATIONAL",
3260
+ "definition": "PERCENT",
3261
+ "numerator": 100
3262
+ },
3263
+ "PROBABILITY_FRACTION": {
3264
+ "schemaItemType": "Unit",
3265
+ "label": "",
3266
+ "phenomenon": "Units.PROBABILITY",
3267
+ "unitSystem": "Units.SI",
3268
+ "definition": "ONE"
3269
+ },
3270
+ "PROBABILITY_PERCENT": {
3271
+ "schemaItemType": "Unit",
3272
+ "label": "%",
3273
+ "phenomenon": "Units.PROBABILITY",
3274
+ "unitSystem": "Units.INTERNATIONAL",
3275
+ "definition": "PROBABILITY_FRACTION",
3276
+ "denominator": 100
3277
+ },
3278
+ "M_PER_M": {
3279
+ "schemaItemType": "Unit",
3280
+ "label": "m/m",
3281
+ "phenomenon": "Units.SLOPE",
3282
+ "unitSystem": "Units.SI",
3283
+ "definition": "M*M(-1)"
3284
+ },
3285
+ "CM_PER_M": {
3286
+ "schemaItemType": "Unit",
3287
+ "label": "cm/m",
3288
+ "phenomenon": "Units.SLOPE",
3289
+ "unitSystem": "Units.METRIC",
3290
+ "definition": "CM*M(-1)"
3291
+ },
3292
+ "MM_PER_M": {
3293
+ "schemaItemType": "Unit",
3294
+ "label": "mm/m",
3295
+ "phenomenon": "Units.SLOPE",
3296
+ "unitSystem": "Units.METRIC",
3297
+ "definition": "MM*M(-1)"
3298
+ },
3299
+ "M_PER_KM": {
3300
+ "schemaItemType": "Unit",
3301
+ "label": "m/km",
3302
+ "phenomenon": "Units.SLOPE",
3303
+ "unitSystem": "Units.METRIC",
3304
+ "definition": "M*KM(-1)"
3305
+ },
3306
+ "FT_PER_THOUSAND_FOOT": {
3307
+ "schemaItemType": "Unit",
3308
+ "label": "ft/1000ft",
3309
+ "phenomenon": "Units.SLOPE",
3310
+ "unitSystem": "Units.USCUSTOM",
3311
+ "definition": "FT*[KILO](-1)*FT(-1)"
3312
+ },
3313
+ "FT_PER_FT": {
3314
+ "schemaItemType": "Unit",
3315
+ "label": "ft/ft",
3316
+ "phenomenon": "Units.SLOPE",
3317
+ "unitSystem": "Units.USCUSTOM",
3318
+ "definition": "FT*FT(-1)"
3319
+ },
3320
+ "IN_PER_FT": {
3321
+ "schemaItemType": "Unit",
3322
+ "label": "in/ft",
3323
+ "phenomenon": "Units.SLOPE",
3324
+ "unitSystem": "Units.USCUSTOM",
3325
+ "definition": "IN*FT(-1)"
3326
+ },
3327
+ "FT_PER_IN": {
3328
+ "schemaItemType": "Unit",
3329
+ "label": "ft/in",
3330
+ "phenomenon": "Units.SLOPE",
3331
+ "unitSystem": "Units.USCUSTOM",
3332
+ "definition": "FT*IN(-1)"
3333
+ },
3334
+ "FT_PER_MILE": {
3335
+ "schemaItemType": "Unit",
3336
+ "label": "ft/mi",
3337
+ "phenomenon": "Units.SLOPE",
3338
+ "unitSystem": "Units.USCUSTOM",
3339
+ "definition": "FT*MILE(-1)"
3340
+ },
3341
+ "VERTICAL_PER_HORIZONTAL": {
3342
+ "schemaItemType": "Unit",
3343
+ "label": "slope",
3344
+ "phenomenon": "Units.SLOPE",
3345
+ "unitSystem": "Units.INTERNATIONAL",
3346
+ "definition": "M_PER_M"
3347
+ },
3348
+ "PERCENT_SLOPE": {
3349
+ "schemaItemType": "Unit",
3350
+ "label": "%",
3351
+ "phenomenon": "Units.SLOPE",
3352
+ "unitSystem": "Units.INTERNATIONAL",
3353
+ "definition": "DECIMAL_PERCENT(-1)*M_PER_M"
3354
+ },
3355
+ "HORIZONTAL_PER_VERTICAL": {
3356
+ "schemaItemType": "InvertedUnit",
3357
+ "invertsUnit": "Units.VERTICAL_PER_HORIZONTAL",
3358
+ "unitSystem": "Units.INTERNATIONAL"
3359
+ },
3360
+ "FT_HORIZONTAL_PER_FT_VERTICAL": {
3361
+ "schemaItemType": "InvertedUnit",
3362
+ "invertsUnit": "Units.FT_PER_FT",
3363
+ "unitSystem": "Units.USCUSTOM"
3364
+ },
3365
+ "M_HORIZONTAL_PER_M_VERTICAL": {
3366
+ "schemaItemType": "InvertedUnit",
3367
+ "invertsUnit": "Units.M_PER_M",
3368
+ "unitSystem": "Units.SI"
3369
+ },
3370
+ "KG_PER_SQ_M": {
3371
+ "schemaItemType": "Unit",
3372
+ "label": "kg/m²",
3373
+ "phenomenon": "Units.SURFACE_DENSITY",
3374
+ "unitSystem": "Units.SI",
3375
+ "definition": "KG*M(-2)"
3376
+ },
3377
+ "G_PER_SQ_M": {
3378
+ "schemaItemType": "Unit",
3379
+ "label": "g/m²",
3380
+ "phenomenon": "Units.SURFACE_DENSITY",
3381
+ "unitSystem": "Units.METRIC",
3382
+ "definition": "G*M(-2)"
3383
+ },
3384
+ "KG_PER_HECTARE": {
3385
+ "schemaItemType": "Unit",
3386
+ "label": "kg/ha",
3387
+ "phenomenon": "Units.SURFACE_DENSITY",
3388
+ "unitSystem": "Units.METRIC",
3389
+ "definition": "KG*HECTARE(-1)"
3390
+ },
3391
+ "LBM_PER_ACRE": {
3392
+ "schemaItemType": "Unit",
3393
+ "label": "lb/acre",
3394
+ "phenomenon": "Units.SURFACE_DENSITY",
3395
+ "unitSystem": "Units.USCUSTOM",
3396
+ "definition": "LBM*ACRE(-1)"
3397
+ },
3398
+ "W_PER_M_K": {
3399
+ "schemaItemType": "Unit",
3400
+ "label": "W/(m·K)",
3401
+ "phenomenon": "Units.THERMAL_CONDUCTIVITY",
3402
+ "unitSystem": "Units.SI",
3403
+ "definition": "W*M(-1)*DELTA_KELVIN(-1)"
3404
+ },
3405
+ "W_PER_M_C": {
3406
+ "schemaItemType": "Unit",
3407
+ "label": "W/(m·Δ°C)",
3408
+ "phenomenon": "Units.THERMAL_CONDUCTIVITY",
3409
+ "unitSystem": "Units.METRIC",
3410
+ "definition": "W*M(-1)*DELTA_CELSIUS(-1)"
3411
+ },
3412
+ "BTU_IN_PER_SQ_FT_HR_FAHRENHEIT": {
3413
+ "schemaItemType": "Unit",
3414
+ "label": "Btu·in/(ft²·h·Δ°F)",
3415
+ "phenomenon": "Units.THERMAL_CONDUCTIVITY",
3416
+ "unitSystem": "Units.USCUSTOM",
3417
+ "definition": "BTU*IN*FT(-2)*HR(-1)*DELTA_FAHRENHEIT(-1)"
3418
+ },
3419
+ "SQ_M_KELVIN_PER_WATT": {
3420
+ "schemaItemType": "Unit",
3421
+ "label": "m²·ΔK/W",
3422
+ "phenomenon": "Units.THERMAL_INSULANCE",
3423
+ "unitSystem": "Units.SI",
3424
+ "definition": "M(2)*DELTA_KELVIN*W(-1)"
3425
+ },
3426
+ "SQ_M_CELSIUS_PER_WATT": {
3427
+ "schemaItemType": "Unit",
3428
+ "label": "m²·Δ°C/W",
3429
+ "phenomenon": "Units.THERMAL_INSULANCE",
3430
+ "unitSystem": "Units.METRIC",
3431
+ "definition": "M(2)*DELTA_CELSIUS*W(-1)"
3432
+ },
3433
+ "SQ_FT_HR_FAHRENHEIT_PER_BTU": {
3434
+ "schemaItemType": "Unit",
3435
+ "label": "ft²·h·Δ°F/Btu",
3436
+ "phenomenon": "Units.THERMAL_INSULANCE",
3437
+ "unitSystem": "Units.USCUSTOM",
3438
+ "definition": "FT(2)*HR*DELTA_FAHRENHEIT*BTU(-1)"
3439
+ },
3440
+ "M_PER_SEC": {
3441
+ "schemaItemType": "Unit",
3442
+ "label": "m/s",
3443
+ "phenomenon": "Units.VELOCITY",
3444
+ "unitSystem": "Units.SI",
3445
+ "definition": "M*S(-1)"
3446
+ },
3447
+ "M_PER_MIN": {
3448
+ "schemaItemType": "Unit",
3449
+ "label": "m/min",
3450
+ "phenomenon": "Units.VELOCITY",
3451
+ "unitSystem": "Units.METRIC",
3452
+ "definition": "M*MIN(-1)"
3453
+ },
3454
+ "M_PER_HR": {
3455
+ "schemaItemType": "Unit",
3456
+ "label": "m/h",
3457
+ "phenomenon": "Units.VELOCITY",
3458
+ "unitSystem": "Units.METRIC",
3459
+ "definition": "M*HR(-1)"
3460
+ },
3461
+ "M_PER_DAy": {
3462
+ "schemaItemType": "Unit",
3463
+ "label": "m/day",
3464
+ "phenomenon": "Units.VELOCITY",
3465
+ "unitSystem": "Units.METRIC",
3466
+ "definition": "M*DAY(-1)"
3467
+ },
3468
+ "MM_PER_SEC": {
3469
+ "schemaItemType": "Unit",
3470
+ "label": "mm/sec",
3471
+ "phenomenon": "Units.VELOCITY",
3472
+ "unitSystem": "Units.METRIC",
3473
+ "definition": "MM*S(-1)"
3474
+ },
3475
+ "MM_PER_MIN": {
3476
+ "schemaItemType": "Unit",
3477
+ "label": "mm/min",
3478
+ "phenomenon": "Units.VELOCITY",
3479
+ "unitSystem": "Units.METRIC",
3480
+ "definition": "MM*MIN(-1)"
3481
+ },
3482
+ "MM_PER_HR": {
3483
+ "schemaItemType": "Unit",
3484
+ "label": "mm/h",
3485
+ "phenomenon": "Units.VELOCITY",
3486
+ "unitSystem": "Units.METRIC",
3487
+ "definition": "MM*HR(-1)"
3488
+ },
3489
+ "MM_PER_DAY": {
3490
+ "schemaItemType": "Unit",
3491
+ "label": "mm/day",
3492
+ "phenomenon": "Units.VELOCITY",
3493
+ "unitSystem": "Units.METRIC",
3494
+ "definition": "MM*DAY(-1)"
3495
+ },
3496
+ "CM_PER_SEC": {
3497
+ "schemaItemType": "Unit",
3498
+ "label": "cm/s",
3499
+ "phenomenon": "Units.VELOCITY",
3500
+ "unitSystem": "Units.METRIC",
3501
+ "definition": "CM*S(-1)"
3502
+ },
3503
+ "CM_PER_MIN": {
3504
+ "schemaItemType": "Unit",
3505
+ "label": "cm/min",
3506
+ "phenomenon": "Units.VELOCITY",
3507
+ "unitSystem": "Units.METRIC",
3508
+ "definition": "CM*MIN(-1)"
3509
+ },
3510
+ "CM_PER_HR": {
3511
+ "schemaItemType": "Unit",
3512
+ "label": "cm/h",
3513
+ "phenomenon": "Units.VELOCITY",
3514
+ "unitSystem": "Units.METRIC",
3515
+ "definition": "CM*HR(-1)"
3516
+ },
3517
+ "CM_PER_DAY": {
3518
+ "schemaItemType": "Unit",
3519
+ "label": "cm/day",
3520
+ "phenomenon": "Units.VELOCITY",
3521
+ "unitSystem": "Units.METRIC",
3522
+ "definition": "CM*DAY(-1)"
3523
+ },
3524
+ "KM_PER_SEC": {
3525
+ "schemaItemType": "Unit",
3526
+ "label": "km/sec",
3527
+ "phenomenon": "Units.VELOCITY",
3528
+ "unitSystem": "Units.METRIC",
3529
+ "definition": "KM*S(-1)"
3530
+ },
3531
+ "KM_PER_HR": {
3532
+ "schemaItemType": "Unit",
3533
+ "label": "km/h",
3534
+ "phenomenon": "Units.VELOCITY",
3535
+ "unitSystem": "Units.METRIC",
3536
+ "definition": "KM*HR(-1)"
3537
+ },
3538
+ "IN_PER_SEC": {
3539
+ "schemaItemType": "Unit",
3540
+ "label": "in/s",
3541
+ "phenomenon": "Units.VELOCITY",
3542
+ "unitSystem": "Units.USCUSTOM",
3543
+ "definition": "IN*S(-1)"
3544
+ },
3545
+ "IN_PER_MIN": {
3546
+ "schemaItemType": "Unit",
3547
+ "label": "in/min",
3548
+ "phenomenon": "Units.VELOCITY",
3549
+ "unitSystem": "Units.USCUSTOM",
3550
+ "definition": "IN*MIN(-1)"
3551
+ },
3552
+ "IN_PER_HR": {
3553
+ "schemaItemType": "Unit",
3554
+ "label": "in/h",
3555
+ "phenomenon": "Units.VELOCITY",
3556
+ "unitSystem": "Units.USCUSTOM",
3557
+ "definition": "IN*HR(-1)"
3558
+ },
3559
+ "IN_PER_DAY": {
3560
+ "schemaItemType": "Unit",
3561
+ "label": "in/day",
3562
+ "phenomenon": "Units.VELOCITY",
3563
+ "unitSystem": "Units.USCUSTOM",
3564
+ "definition": "IN*DAY(-1)"
3565
+ },
3566
+ "FT_PER_SEC": {
3567
+ "schemaItemType": "Unit",
3568
+ "label": "ft/s",
3569
+ "phenomenon": "Units.VELOCITY",
3570
+ "unitSystem": "Units.USCUSTOM",
3571
+ "definition": "FT*S(-1)"
3572
+ },
3573
+ "FT_PER_MIN": {
3574
+ "schemaItemType": "Unit",
3575
+ "label": "ft/min",
3576
+ "phenomenon": "Units.VELOCITY",
3577
+ "unitSystem": "Units.USCUSTOM",
3578
+ "definition": "FT*MIN(-1)"
3579
+ },
3580
+ "FT_PER_HR": {
3581
+ "schemaItemType": "Unit",
3582
+ "label": "ft/h",
3583
+ "phenomenon": "Units.VELOCITY",
3584
+ "unitSystem": "Units.USCUSTOM",
3585
+ "definition": "FT*HR(-1)"
3586
+ },
3587
+ "FT_PER_DAY": {
3588
+ "schemaItemType": "Unit",
3589
+ "label": "ft/day",
3590
+ "phenomenon": "Units.VELOCITY",
3591
+ "unitSystem": "Units.USCUSTOM",
3592
+ "definition": "FT*DAY(-1)"
3593
+ },
3594
+ "YRD_PER_SEC": {
3595
+ "schemaItemType": "Unit",
3596
+ "label": "yrd/sec",
3597
+ "phenomenon": "Units.VELOCITY",
3598
+ "unitSystem": "Units.USCUSTOM",
3599
+ "definition": "YRD*S(-1)"
3600
+ },
3601
+ "MPH": {
3602
+ "schemaItemType": "Unit",
3603
+ "label": "mi/h",
3604
+ "phenomenon": "Units.VELOCITY",
3605
+ "unitSystem": "Units.USCUSTOM",
3606
+ "definition": "MILE*HR(-1)"
3607
+ },
3608
+ "KNOT_INTERNATIONAL": {
3609
+ "schemaItemType": "Unit",
3610
+ "label": "knot (Int.)",
3611
+ "phenomenon": "Units.VELOCITY",
3612
+ "unitSystem": "Units.MARITIME",
3613
+ "definition": "NAUT_MILE*HR(-1)"
3614
+ },
3615
+ "RAD_PER_SEC": {
3616
+ "schemaItemType": "Unit",
3617
+ "label": "rad/sec",
3618
+ "phenomenon": "Units.ANGULAR_VELOCITY",
3619
+ "unitSystem": "Units.SI",
3620
+ "definition": "RAD*S(-1)"
3621
+ },
3622
+ "RAD_PER_MIN": {
3623
+ "schemaItemType": "Unit",
3624
+ "label": "rad/min",
3625
+ "phenomenon": "Units.ANGULAR_VELOCITY",
3626
+ "unitSystem": "Units.METRIC",
3627
+ "definition": "RAD*MIN(-1)"
3628
+ },
3629
+ "RAD_PER_HR": {
3630
+ "schemaItemType": "Unit",
3631
+ "label": "rad/hr",
3632
+ "phenomenon": "Units.ANGULAR_VELOCITY",
3633
+ "unitSystem": "Units.METRIC",
3634
+ "definition": "RAD*HR(-1)"
3635
+ },
3636
+ "RPS": {
3637
+ "schemaItemType": "Unit",
3638
+ "label": "cycle/sec",
3639
+ "phenomenon": "Units.ANGULAR_VELOCITY",
3640
+ "unitSystem": "Units.METRIC",
3641
+ "definition": "[TWO_PI]*RAD*S(-1)"
3642
+ },
3643
+ "RPM": {
3644
+ "schemaItemType": "Unit",
3645
+ "label": "cycle/min",
3646
+ "phenomenon": "Units.ANGULAR_VELOCITY",
3647
+ "unitSystem": "Units.METRIC",
3648
+ "definition": "[TWO_PI]*RAD*MIN(-1)"
3649
+ },
3650
+ "RPH": {
3651
+ "schemaItemType": "Unit",
3652
+ "label": "cycle/hr",
3653
+ "phenomenon": "Units.ANGULAR_VELOCITY",
3654
+ "unitSystem": "Units.METRIC",
3655
+ "definition": "[TWO_PI]*RAD*HR(-1)"
3656
+ },
3657
+ "DEG_PER_SEC": {
3658
+ "schemaItemType": "Unit",
3659
+ "label": "deg/sec",
3660
+ "phenomenon": "Units.ANGULAR_VELOCITY",
3661
+ "unitSystem": "Units.METRIC",
3662
+ "definition": "ARC_DEG*S(-1)"
3663
+ },
3664
+ "DEG_PER_MIN": {
3665
+ "schemaItemType": "Unit",
3666
+ "label": "deg/min",
3667
+ "phenomenon": "Units.ANGULAR_VELOCITY",
3668
+ "unitSystem": "Units.METRIC",
3669
+ "definition": "ARC_DEG*MIN(-1)"
3670
+ },
3671
+ "DEG_PER_HR": {
3672
+ "schemaItemType": "Unit",
3673
+ "label": "deg/hr",
3674
+ "phenomenon": "Units.ANGULAR_VELOCITY",
3675
+ "unitSystem": "Units.METRIC",
3676
+ "definition": "ARC_DEG*HR(-1)"
3677
+ },
3678
+ "PA_S": {
3679
+ "schemaItemType": "Unit",
3680
+ "label": "Pa·s",
3681
+ "phenomenon": "Units.DYNAMIC_VISCOSITY",
3682
+ "unitSystem": "Units.SI",
3683
+ "definition": "PA*S"
3684
+ },
3685
+ "POISE": {
3686
+ "schemaItemType": "Unit",
3687
+ "label": "poise",
3688
+ "description": "Exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B.",
3689
+ "phenomenon": "Units.DYNAMIC_VISCOSITY",
3690
+ "unitSystem": "Units.METRIC",
3691
+ "definition": "[DECI]*PA_S"
3692
+ },
3693
+ "CENTIPOISE": {
3694
+ "schemaItemType": "Unit",
3695
+ "label": "cP",
3696
+ "phenomenon": "Units.DYNAMIC_VISCOSITY",
3697
+ "unitSystem": "Units.METRIC",
3698
+ "definition": "[CENTI]*POISE"
3699
+ },
3700
+ "LBM_PER_FT_S": {
3701
+ "schemaItemType": "Unit",
3702
+ "label": "lbm/(ft*s)",
3703
+ "phenomenon": "Units.DYNAMIC_VISCOSITY",
3704
+ "unitSystem": "Units.USCUSTOM",
3705
+ "definition": "LBM*FT(-1)*S(-1)"
3706
+ },
3707
+ "SQ_M_PER_SEC": {
3708
+ "schemaItemType": "Unit",
3709
+ "label": "m²/s",
3710
+ "phenomenon": "Units.KINEMATIC_VISCOSITY",
3711
+ "unitSystem": "Units.SI",
3712
+ "definition": "M(2)*S(-1)"
3713
+ },
3714
+ "SQ_FT_PER_SEC": {
3715
+ "schemaItemType": "Unit",
3716
+ "label": "ft²/s",
3717
+ "phenomenon": "Units.KINEMATIC_VISCOSITY",
3718
+ "unitSystem": "Units.USCUSTOM",
3719
+ "definition": "FT(2)*S(-1)"
3720
+ },
3721
+ "STOKE": {
3722
+ "schemaItemType": "Unit",
3723
+ "label": "St",
3724
+ "phenomenon": "Units.KINEMATIC_VISCOSITY",
3725
+ "unitSystem": "Units.METRIC",
3726
+ "definition": "CM(2)*S(-1)"
3727
+ },
3728
+ "CENTISTOKE": {
3729
+ "schemaItemType": "Unit",
3730
+ "label": "cSt",
3731
+ "phenomenon": "Units.KINEMATIC_VISCOSITY",
3732
+ "unitSystem": "Units.METRIC",
3733
+ "definition": "MM(2)*S(-1)"
3734
+ },
3735
+ "CUB_M": {
3736
+ "schemaItemType": "Unit",
3737
+ "label": "m³",
3738
+ "phenomenon": "Units.VOLUME",
3739
+ "unitSystem": "Units.SI",
3740
+ "definition": "M(3)"
3741
+ },
3742
+ "CUB_UM": {
3743
+ "schemaItemType": "Unit",
3744
+ "label": "um³",
3745
+ "phenomenon": "Units.VOLUME",
3746
+ "unitSystem": "Units.METRIC",
3747
+ "definition": "UM(3)"
3748
+ },
3749
+ "CUB_MM": {
3750
+ "schemaItemType": "Unit",
3751
+ "label": "mm³",
3752
+ "phenomenon": "Units.VOLUME",
3753
+ "unitSystem": "Units.METRIC",
3754
+ "definition": "MM(3)"
3755
+ },
3756
+ "CUB_CM": {
3757
+ "schemaItemType": "Unit",
3758
+ "label": "cm³",
3759
+ "phenomenon": "Units.VOLUME",
3760
+ "unitSystem": "Units.METRIC",
3761
+ "definition": "CM(3)"
3762
+ },
3763
+ "CUB_DM": {
3764
+ "schemaItemType": "Unit",
3765
+ "label": "dm³",
3766
+ "phenomenon": "Units.VOLUME",
3767
+ "unitSystem": "Units.METRIC",
3768
+ "definition": "DM(3)"
3769
+ },
3770
+ "CUB_KM": {
3771
+ "schemaItemType": "Unit",
3772
+ "label": "km³",
3773
+ "phenomenon": "Units.VOLUME",
3774
+ "unitSystem": "Units.METRIC",
3775
+ "definition": "KM(3)"
3776
+ },
3777
+ "LITRE": {
3778
+ "schemaItemType": "Unit",
3779
+ "label": "L",
3780
+ "phenomenon": "Units.VOLUME",
3781
+ "unitSystem": "Units.METRIC",
3782
+ "definition": "CUB_DM"
3783
+ },
3784
+ "THOUSAND_LITRE": {
3785
+ "schemaItemType": "Unit",
3786
+ "label": "thousand L",
3787
+ "phenomenon": "Units.VOLUME",
3788
+ "unitSystem": "Units.METRIC",
3789
+ "definition": "[KILO]*LITRE"
3790
+ },
3791
+ "MILLION_LITRE": {
3792
+ "schemaItemType": "Unit",
3793
+ "label": "million L",
3794
+ "phenomenon": "Units.VOLUME",
3795
+ "unitSystem": "Units.METRIC",
3796
+ "definition": "[MEGA]*LITRE"
3797
+ },
3798
+ "MICROLITRE": {
3799
+ "schemaItemType": "Unit",
3800
+ "label": "µliter",
3801
+ "phenomenon": "Units.VOLUME",
3802
+ "unitSystem": "Units.METRIC",
3803
+ "definition": "[MICRO]*LITRE"
3804
+ },
3805
+ "CUB_IN": {
3806
+ "schemaItemType": "Unit",
3807
+ "label": "in³",
3808
+ "phenomenon": "Units.VOLUME",
3809
+ "unitSystem": "Units.USCUSTOM",
3810
+ "definition": "IN(3)"
3811
+ },
3812
+ "CUB_FT": {
3813
+ "schemaItemType": "Unit",
3814
+ "label": "ft³",
3815
+ "phenomenon": "Units.VOLUME",
3816
+ "unitSystem": "Units.USCUSTOM",
3817
+ "definition": "FT(3)"
3818
+ },
3819
+ "CUB_YRD": {
3820
+ "schemaItemType": "Unit",
3821
+ "label": "yd³",
3822
+ "phenomenon": "Units.VOLUME",
3823
+ "unitSystem": "Units.USCUSTOM",
3824
+ "definition": "YRD(3)"
3825
+ },
3826
+ "CUB_MILE": {
3827
+ "schemaItemType": "Unit",
3828
+ "label": "mile³",
3829
+ "phenomenon": "Units.VOLUME",
3830
+ "unitSystem": "Units.USCUSTOM",
3831
+ "definition": "MILE(3)"
3832
+ },
3833
+ "ACRE_IN": {
3834
+ "schemaItemType": "Unit",
3835
+ "label": "acre·in",
3836
+ "phenomenon": "Units.VOLUME",
3837
+ "unitSystem": "Units.USCUSTOM",
3838
+ "definition": "ACRE*IN"
3839
+ },
3840
+ "ACRE_FT": {
3841
+ "schemaItemType": "Unit",
3842
+ "label": "acre·ft",
3843
+ "phenomenon": "Units.VOLUME",
3844
+ "unitSystem": "Units.USCUSTOM",
3845
+ "definition": "ACRE*FT"
3846
+ },
3847
+ "GALLON": {
3848
+ "schemaItemType": "Unit",
3849
+ "label": "gal",
3850
+ "description": "Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-11",
3851
+ "phenomenon": "Units.VOLUME",
3852
+ "unitSystem": "Units.USCUSTOM",
3853
+ "definition": "IN(3)",
3854
+ "numerator": 231
3855
+ },
3856
+ "THOUSAND_GALLON": {
3857
+ "schemaItemType": "Unit",
3858
+ "label": "thousand gal",
3859
+ "phenomenon": "Units.VOLUME",
3860
+ "unitSystem": "Units.USCUSTOM",
3861
+ "definition": "[KILO]*GALLON"
3862
+ },
3863
+ "MILLION_GALLON": {
3864
+ "schemaItemType": "Unit",
3865
+ "label": "million gal",
3866
+ "phenomenon": "Units.VOLUME",
3867
+ "unitSystem": "Units.USCUSTOM",
3868
+ "definition": "[MEGA]*GALLON"
3869
+ },
3870
+ "CUB_US_SURVEY_IN": {
3871
+ "schemaItemType": "Unit",
3872
+ "label": "in³ (US Survey)",
3873
+ "phenomenon": "Units.VOLUME",
3874
+ "unitSystem": "Units.USSURVEY",
3875
+ "definition": "US_SURVEY_IN(3)"
3876
+ },
3877
+ "CUB_US_SURVEY_FT": {
3878
+ "schemaItemType": "Unit",
3879
+ "label": "ft³ (US Survey)",
3880
+ "phenomenon": "Units.VOLUME",
3881
+ "unitSystem": "Units.USSURVEY",
3882
+ "definition": "US_SURVEY_FT(3)"
3883
+ },
3884
+ "CUB_US_SURVEY_YRD": {
3885
+ "schemaItemType": "Unit",
3886
+ "label": "yrd³ (US Survey)",
3887
+ "phenomenon": "Units.VOLUME",
3888
+ "unitSystem": "Units.USSURVEY",
3889
+ "definition": "US_SURVEY_YRD(3)"
3890
+ },
3891
+ "CUB_US_SURVEY_MILE": {
3892
+ "schemaItemType": "Unit",
3893
+ "label": "mile³ (US Survey)",
3894
+ "phenomenon": "Units.VOLUME",
3895
+ "unitSystem": "Units.USSURVEY",
3896
+ "definition": "US_SURVEY_MILE(3)"
3897
+ },
3898
+ "GALLON_IMPERIAL": {
3899
+ "schemaItemType": "Unit",
3900
+ "label": "gal (imp)",
3901
+ "description": "Exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B.",
3902
+ "phenomenon": "Units.VOLUME",
3903
+ "unitSystem": "Units.IMPERIAL",
3904
+ "definition": "LITRE",
3905
+ "numerator": 4.54609
3906
+ },
3907
+ "CUB_M_PER_CUB_M": {
3908
+ "schemaItemType": "Unit",
3909
+ "label": "m³/m³",
3910
+ "phenomenon": "Units.VOLUME_RATIO",
3911
+ "unitSystem": "Units.SI",
3912
+ "definition": "M(3)*M(-3)"
3913
+ },
3914
+ "LITRE_PER_LITRE": {
3915
+ "schemaItemType": "Unit",
3916
+ "label": "liter/liter",
3917
+ "phenomenon": "Units.VOLUME_RATIO",
3918
+ "unitSystem": "Units.METRIC",
3919
+ "definition": "LITRE*LITRE(-1)"
3920
+ },
3921
+ "CUB_M_PER_KG": {
3922
+ "schemaItemType": "Unit",
3923
+ "label": "m³/kg",
3924
+ "phenomenon": "Units.SPECIFIC_VOLUME",
3925
+ "unitSystem": "Units.SI",
3926
+ "definition": "M(3)*KG(-1)"
3927
+ },
3928
+ "CUB_FT_PER_LBM": {
3929
+ "schemaItemType": "Unit",
3930
+ "label": "ft³/lm",
3931
+ "phenomenon": "Units.SPECIFIC_VOLUME",
3932
+ "unitSystem": "Units.USCUSTOM",
3933
+ "definition": "FT(3)*LBM(-1)"
3934
+ },
3935
+ "CUB_M_PER_M": {
3936
+ "schemaItemType": "Unit",
3937
+ "label": "m³/m",
3938
+ "phenomenon": "Units.VOLUME_PER_LENGTH",
3939
+ "unitSystem": "Units.SI",
3940
+ "definition": "M(3)*M(-1)"
3941
+ },
3942
+ "CUB_FT_PER_FT": {
3943
+ "schemaItemType": "Unit",
3944
+ "label": "ft³/ft",
3945
+ "phenomenon": "Units.VOLUME_PER_LENGTH",
3946
+ "unitSystem": "Units.USCUSTOM",
3947
+ "definition": "FT(3)*FT(-1)"
3948
+ },
3949
+ "M_TO_THE_SIXTH": {
3950
+ "schemaItemType": "Unit",
3951
+ "label": "m⁶",
3952
+ "phenomenon": "Units.TORSIONAL_WARPING_CONSTANT",
3953
+ "unitSystem": "Units.SI",
3954
+ "definition": "M(6)"
3955
+ },
3956
+ "MM_TO_THE_SIXTH": {
3957
+ "schemaItemType": "Unit",
3958
+ "label": "mm⁶",
3959
+ "phenomenon": "Units.TORSIONAL_WARPING_CONSTANT",
3960
+ "unitSystem": "Units.METRIC",
3961
+ "definition": "MM(6)"
3962
+ },
3963
+ "CM_TO_THE_SIXTH": {
3964
+ "schemaItemType": "Unit",
3965
+ "label": "cm⁶",
3966
+ "phenomenon": "Units.TORSIONAL_WARPING_CONSTANT",
3967
+ "unitSystem": "Units.METRIC",
3968
+ "definition": "CM(6)"
3969
+ },
3970
+ "IN_TO_THE_SIXTH": {
3971
+ "schemaItemType": "Unit",
3972
+ "label": "in⁶",
3973
+ "phenomenon": "Units.TORSIONAL_WARPING_CONSTANT",
3974
+ "unitSystem": "Units.USCUSTOM",
3975
+ "definition": "IN(6)"
3976
+ },
3977
+ "FT_TO_THE_SIXTH": {
3978
+ "schemaItemType": "Unit",
3979
+ "label": "ft⁶",
3980
+ "phenomenon": "Units.TORSIONAL_WARPING_CONSTANT",
3981
+ "unitSystem": "Units.USCUSTOM",
3982
+ "definition": "FT(6)"
3983
+ },
3984
+ "VA": {
3985
+ "schemaItemType": "Unit",
3986
+ "phenomenon": "Units.APPARENT_POWER",
3987
+ "unitSystem": "Units.SI",
3988
+ "definition": "VOLT*A"
3989
+ },
3990
+ "KVA": {
3991
+ "schemaItemType": "Unit",
3992
+ "phenomenon": "Units.APPARENT_POWER",
3993
+ "unitSystem": "Units.METRIC",
3994
+ "definition": "[KILO]*VA"
3995
+ },
3996
+ "MVA": {
3997
+ "schemaItemType": "Unit",
3998
+ "phenomenon": "Units.APPARENT_POWER",
3999
+ "unitSystem": "Units.METRIC",
4000
+ "definition": "[MEGA]*VA"
4001
+ },
4002
+ "M": {
4003
+ "schemaItemType": "Unit",
4004
+ "label": "m",
4005
+ "phenomenon": "Units.LENGTH",
4006
+ "unitSystem": "Units.SI",
4007
+ "definition": "M"
4008
+ },
4009
+ "KG": {
4010
+ "schemaItemType": "Unit",
4011
+ "label": "kg",
4012
+ "phenomenon": "Units.MASS",
4013
+ "unitSystem": "Units.SI",
4014
+ "definition": "KG"
4015
+ },
4016
+ "S": {
4017
+ "schemaItemType": "Unit",
4018
+ "label": "s",
4019
+ "phenomenon": "Units.TIME",
4020
+ "unitSystem": "Units.SI",
4021
+ "definition": "S"
4022
+ },
4023
+ "K": {
4024
+ "schemaItemType": "Unit",
4025
+ "phenomenon": "Units.TEMPERATURE",
4026
+ "unitSystem": "Units.SI",
4027
+ "definition": "K"
4028
+ },
4029
+ "DELTA_KELVIN": {
4030
+ "schemaItemType": "Unit",
4031
+ "label": "ΔK",
4032
+ "phenomenon": "Units.TEMPERATURE_CHANGE",
4033
+ "unitSystem": "Units.SI",
4034
+ "definition": "DELTA_KELVIN"
4035
+ },
4036
+ "A": {
4037
+ "schemaItemType": "Unit",
4038
+ "phenomenon": "Units.CURRENT",
4039
+ "unitSystem": "Units.SI",
4040
+ "definition": "A"
4041
+ },
4042
+ "MOL": {
4043
+ "schemaItemType": "Unit",
4044
+ "label": "mol",
4045
+ "description": "Where mol is the SI gram mol or gmol.",
4046
+ "phenomenon": "Units.MOLE",
4047
+ "unitSystem": "Units.SI",
4048
+ "definition": "MOL"
4049
+ },
4050
+ "CD": {
4051
+ "schemaItemType": "Unit",
4052
+ "label": "cd",
4053
+ "phenomenon": "Units.LUMINOSITY",
4054
+ "unitSystem": "Units.SI",
4055
+ "definition": "CD"
4056
+ },
4057
+ "RAD": {
4058
+ "schemaItemType": "Unit",
4059
+ "label": "rad",
4060
+ "phenomenon": "Units.ANGLE",
4061
+ "unitSystem": "Units.SI",
4062
+ "definition": "RAD"
4063
+ },
4064
+ "STERAD": {
4065
+ "schemaItemType": "Unit",
4066
+ "label": "sterad",
4067
+ "phenomenon": "Units.SOLIDANGLE",
4068
+ "unitSystem": "Units.SI",
4069
+ "definition": "STERAD"
4070
+ },
4071
+ "US_DOLLAR": {
4072
+ "schemaItemType": "Unit",
4073
+ "label": "$",
4074
+ "phenomenon": "Units.CURRENCY",
4075
+ "unitSystem": "Units.FINANCE",
4076
+ "definition": "US_DOLLAR"
4077
+ },
4078
+ "MONETARY_UNIT": {
4079
+ "schemaItemType": "Unit",
4080
+ "label": "¤",
4081
+ "description": "For money of an unspecified denomination",
4082
+ "phenomenon": "Units.CURRENCY",
4083
+ "unitSystem": "Units.FINANCE",
4084
+ "definition": "MONETARY_UNIT"
4085
+ },
4086
+ "PERSON": {
4087
+ "schemaItemType": "Unit",
4088
+ "label": "person",
4089
+ "phenomenon": "Units.CAPITA",
4090
+ "unitSystem": "Units.SI",
4091
+ "definition": "PERSON"
4092
+ },
4093
+ "ONE": {
4094
+ "schemaItemType": "Unit",
4095
+ "label": "one",
4096
+ "phenomenon": "Units.NUMBER",
4097
+ "unitSystem": "Units.INTERNATIONAL",
4098
+ "definition": "ONE"
4099
+ },
4100
+ "COEFFICIENT": {
4101
+ "schemaItemType": "Unit",
4102
+ "label": "coefficient",
4103
+ "description": "For unitless coefficients",
4104
+ "phenomenon": "Units.NUMBER",
4105
+ "unitSystem": "Units.INTERNATIONAL",
4106
+ "definition": "ONE"
4107
+ },
4108
+ "OHM": {
4109
+ "schemaItemType": "Unit",
4110
+ "label": "Ω",
4111
+ "phenomenon": "Units.ELECTRICAL_RESISTANCE",
4112
+ "unitSystem": "Units.SI",
4113
+ "definition": "VOLT*A(-1)"
4114
+ },
4115
+ "KOHM": {
4116
+ "schemaItemType": "Unit",
4117
+ "label": "kΩ",
4118
+ "phenomenon": "Units.ELECTRICAL_RESISTANCE",
4119
+ "unitSystem": "Units.METRIC",
4120
+ "definition": "[KILO]*OHM"
4121
+ },
4122
+ "OHM_M": {
4123
+ "schemaItemType": "Unit",
4124
+ "label": "Ω·m",
4125
+ "phenomenon": "Units.ELECTRICAL_RESISTIVITY",
4126
+ "unitSystem": "Units.SI",
4127
+ "definition": "OHM*M"
4128
+ },
4129
+ "M_PER_REVOLUTION": {
4130
+ "schemaItemType": "Unit",
4131
+ "label": "m/r",
4132
+ "phenomenon": "Units.THREAD_PITCH",
4133
+ "unitSystem": "Units.INTERNATIONAL",
4134
+ "definition": "M*REVOLUTION(-1)"
4135
+ },
4136
+ "M_PER_RAD": {
4137
+ "schemaItemType": "Unit",
4138
+ "label": "m/rad",
4139
+ "phenomenon": "Units.THREAD_PITCH",
4140
+ "unitSystem": "Units.SI",
4141
+ "definition": "M*RAD(-1)"
4142
+ },
4143
+ "IN_PER_DEGREE": {
4144
+ "schemaItemType": "Unit",
4145
+ "label": "in/degree",
4146
+ "phenomenon": "Units.THREAD_PITCH",
4147
+ "unitSystem": "Units.USCUSTOM",
4148
+ "definition": "IN*ARC_DEG(-1)"
4149
+ },
4150
+ "J_PER_K": {
4151
+ "schemaItemType": "Unit",
4152
+ "label": "J/K",
4153
+ "phenomenon": "Units.ENTROPY",
4154
+ "unitSystem": "Units.SI",
4155
+ "definition": "J*DELTA_KELVIN(-1)"
4156
+ },
4157
+ "KJ_PER_K": {
4158
+ "schemaItemType": "Unit",
4159
+ "label": "KJ/K",
4160
+ "phenomenon": "Units.ENTROPY",
4161
+ "unitSystem": "Units.METRIC",
4162
+ "definition": "[KILO]*J*DELTA_KELVIN(-1)"
4163
+ },
4164
+ "BTU_PER_FAHRENHEIT": {
4165
+ "schemaItemType": "Unit",
4166
+ "label": "Btu/°F",
4167
+ "description": "Exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B.8, page 46.",
4168
+ "phenomenon": "Units.ENTROPY",
4169
+ "unitSystem": "Units.USCUSTOM",
4170
+ "definition": "BTU*DELTA_FAHRENHEIT(-1)"
4171
+ },
4172
+ "LUMEN_PER_W": {
4173
+ "schemaItemType": "Unit",
4174
+ "label": "lm/W",
4175
+ "phenomenon": "Units.LUMINOUS_EFFICACY",
4176
+ "unitSystem": "Units.SI",
4177
+ "definition": "LUMEN*W(-1)"
4178
+ },
4179
+ "INVERSE_N": {
4180
+ "schemaItemType": "Unit",
4181
+ "label": "1/N",
4182
+ "phenomenon": "Units.MOMENT_DISPLAY_SCALE",
4183
+ "unitSystem": "Units.SI",
4184
+ "definition": "N(-1)"
4185
+ },
4186
+ "INVERSE_KN": {
4187
+ "schemaItemType": "Unit",
4188
+ "label": "1/kN",
4189
+ "phenomenon": "Units.MOMENT_DISPLAY_SCALE",
4190
+ "unitSystem": "Units.METRIC",
4191
+ "definition": "KN(-1)"
4192
+ },
4193
+ "INVERSE_KPF": {
4194
+ "schemaItemType": "Unit",
4195
+ "label": "1/kpf",
4196
+ "phenomenon": "Units.MOMENT_DISPLAY_SCALE",
4197
+ "unitSystem": "Units.USCUSTOM",
4198
+ "definition": "KPF(-1)"
4199
+ },
4200
+ "M_PER_N": {
4201
+ "schemaItemType": "Unit",
4202
+ "label": "m/N",
4203
+ "phenomenon": "Units.FORCE_DISPLAY_SCALE",
4204
+ "unitSystem": "Units.SI",
4205
+ "definition": "N_PER_M(-1)"
4206
+ },
4207
+ "M_PER_KN": {
4208
+ "schemaItemType": "Unit",
4209
+ "label": "m/kN",
4210
+ "phenomenon": "Units.FORCE_DISPLAY_SCALE",
4211
+ "unitSystem": "Units.METRIC",
4212
+ "definition": "KN_PER_M(-1)"
4213
+ }
4214
+ }
4215
+ }