unitsml 0.5.1 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/rake.yml +8 -0
  3. data/.github/workflows/release.yml +7 -1
  4. data/.gitmodules +0 -3
  5. data/.rubocop.yml +18 -0
  6. data/.rubocop_todo.yml +495 -0
  7. data/Gemfile +8 -3
  8. data/Rakefile +3 -1
  9. data/bin/console +1 -0
  10. data/docs/README.adoc +2 -2
  11. data/lib/unitsml/dimension.rb +48 -34
  12. data/lib/unitsml/errors/base_error.rb +8 -0
  13. data/lib/unitsml/errors/plurimath_load_error.rb +1 -1
  14. data/lib/unitsml/errors.rb +8 -0
  15. data/lib/unitsml/extender.rb +16 -11
  16. data/lib/unitsml/fenced.rb +28 -8
  17. data/lib/unitsml/fenced_numeric.rb +13 -0
  18. data/lib/unitsml/formula.rb +35 -26
  19. data/lib/unitsml/intermediate_exp_rules.rb +68 -17
  20. data/lib/unitsml/model/dimension.rb +4 -14
  21. data/lib/unitsml/model/dimension_quantities/quantity.rb +2 -0
  22. data/lib/unitsml/model/dimension_quantities.rb +21 -0
  23. data/lib/unitsml/model/prefix.rb +4 -8
  24. data/lib/unitsml/model/prefixes/name.rb +5 -4
  25. data/lib/unitsml/model/prefixes/symbol.rb +3 -2
  26. data/lib/unitsml/model/prefixes.rb +10 -0
  27. data/lib/unitsml/model/quantities/name.rb +4 -3
  28. data/lib/unitsml/model/quantities.rb +9 -0
  29. data/lib/unitsml/model/quantity.rb +4 -6
  30. data/lib/unitsml/model/unit.rb +4 -9
  31. data/lib/unitsml/model/units/enumerated_root_unit.rb +1 -0
  32. data/lib/unitsml/model/units/name.rb +4 -3
  33. data/lib/unitsml/model/units/root_units.rb +3 -2
  34. data/lib/unitsml/model/units/symbol.rb +5 -2
  35. data/lib/unitsml/model/units/system.rb +4 -3
  36. data/lib/unitsml/model/units.rb +13 -0
  37. data/lib/unitsml/model.rb +15 -0
  38. data/lib/unitsml/namespace.rb +8 -0
  39. data/lib/unitsml/number.rb +79 -0
  40. data/lib/unitsml/parse.rb +31 -19
  41. data/lib/unitsml/parser.rb +5 -6
  42. data/lib/unitsml/prefix.rb +11 -9
  43. data/lib/unitsml/sqrt.rb +3 -3
  44. data/lib/unitsml/transform.rb +117 -55
  45. data/lib/unitsml/unit.rb +43 -33
  46. data/lib/unitsml/unitsdb/dimension.rb +5 -3
  47. data/lib/unitsml/unitsdb/dimensions.rb +6 -4
  48. data/lib/unitsml/unitsdb/prefixes.rb +0 -2
  49. data/lib/unitsml/unitsdb/quantities.rb +0 -2
  50. data/lib/unitsml/unitsdb/units.rb +6 -4
  51. data/lib/unitsml/unitsdb.rb +17 -23
  52. data/lib/unitsml/utility.rb +91 -42
  53. data/lib/unitsml/version.rb +3 -1
  54. data/lib/unitsml.rb +56 -38
  55. data/unitsml.gemspec +24 -19
  56. metadata +29 -35
  57. data/lib/unitsml/error.rb +0 -8
  58. data/unitsdb/LICENSE.md +0 -53
  59. data/unitsdb/README.adoc +0 -1071
  60. data/unitsdb/RELEASE-NOTES.adoc +0 -269
  61. data/unitsdb/dimensions.yaml +0 -1512
  62. data/unitsdb/prefixes.yaml +0 -774
  63. data/unitsdb/quantities.yaml +0 -3113
  64. data/unitsdb/scales.yaml +0 -97
  65. data/unitsdb/schemas/README.md +0 -159
  66. data/unitsdb/schemas/dimensions-schema.yaml +0 -157
  67. data/unitsdb/schemas/prefixes-schema.yaml +0 -159
  68. data/unitsdb/schemas/quantities-schema.yaml +0 -120
  69. data/unitsdb/schemas/scales-schema.yaml +0 -109
  70. data/unitsdb/schemas/unit_systems-schema.yaml +0 -120
  71. data/unitsdb/schemas/units-schema.yaml +0 -219
  72. data/unitsdb/spec/units_spec.rb +0 -20
  73. data/unitsdb/unit_systems.yaml +0 -74
  74. data/unitsdb/units.yaml +0 -13101
  75. data/unitsdb/validate_schemas.rb +0 -208
@@ -1,3113 +0,0 @@
1
- # yaml-language-server: $schema=schemas/quantities-schema.yaml
2
- ---
3
- schema_version: 2.0.0
4
- quantities:
5
- - dimension_reference:
6
- type: nist
7
- id: NISTd1
8
- identifiers:
9
- - type: nist
10
- id: NISTq1
11
- - type: unitsml
12
- id: q:length
13
- names:
14
- - value: length
15
- lang: en
16
- - value: longueur
17
- lang: fr
18
- quantity_type: base
19
- references:
20
- - type: normative
21
- authority: si-digital-framework
22
- uri: http://si-digital-framework.org/quantities/LENG
23
- short: length
24
- - dimension_reference:
25
- type: nist
26
- id: NISTd10
27
- identifiers:
28
- - type: nist
29
- id: NISTq10
30
- - type: unitsml
31
- id: q:volume
32
- names:
33
- - value: volume
34
- lang: en
35
- - value: volume
36
- lang: fr
37
- quantity_type: derived
38
- references:
39
- - type: normative
40
- authority: si-digital-framework
41
- uri: http://si-digital-framework.org/quantities/VOLU
42
- short: volume
43
- - dimension_reference:
44
- type: nist
45
- id: NISTd1
46
- identifiers:
47
- - type: nist
48
- id: NISTq100
49
- - type: unitsml
50
- id: q:diameter
51
- names:
52
- - value: diameter
53
- lang: en
54
- quantity_type: derived
55
- short: diameter
56
- - dimension_reference:
57
- type: nist
58
- id: NISTd1
59
- identifiers:
60
- - type: nist
61
- id: NISTq101
62
- - type: unitsml
63
- id: q:length_of_path
64
- names:
65
- - value: length of path
66
- lang: en
67
- quantity_type: derived
68
- short: length_of_path
69
- - dimension_reference:
70
- type: nist
71
- id: NISTd1
72
- identifiers:
73
- - type: nist
74
- id: NISTq102
75
- - type: unitsml
76
- id: q:cartesian_coordinates
77
- names:
78
- - value: cartesian coordinates
79
- lang: en
80
- quantity_type: derived
81
- short: cartesian_coordinates
82
- - dimension_reference:
83
- type: nist
84
- id: NISTd1
85
- identifiers:
86
- - type: nist
87
- id: NISTq103
88
- - type: unitsml
89
- id: q:position_vector
90
- names:
91
- - value: position vector
92
- lang: en
93
- quantity_type: derived
94
- short: position_vector
95
- - dimension_reference:
96
- type: nist
97
- id: NISTd1
98
- identifiers:
99
- - type: nist
100
- id: NISTq104
101
- - type: unitsml
102
- id: q:displacement
103
- names:
104
- - value: displacement
105
- lang: en
106
- quantity_type: derived
107
- short: displacement
108
- - dimension_reference:
109
- type: nist
110
- id: NISTd1
111
- identifiers:
112
- - type: nist
113
- id: NISTq105
114
- - type: unitsml
115
- id: q:radius_of_curvature
116
- names:
117
- - value: radius of curvature
118
- lang: en
119
- quantity_type: derived
120
- short: radius_of_curvature
121
- - dimension_reference:
122
- type: nist
123
- id: NISTd29
124
- identifiers:
125
- - type: nist
126
- id: NISTq106
127
- - type: unitsml
128
- id: q:curvature
129
- names:
130
- - value: curvature
131
- lang: en
132
- quantity_type: derived
133
- short: curvature
134
- - dimension_reference:
135
- type: nist
136
- id: NISTd11
137
- identifiers:
138
- - type: nist
139
- id: NISTq107
140
- - type: unitsml
141
- id: q:speed_of_propagation_of_waves
142
- names:
143
- - value: speed of propagation of waves
144
- lang: en
145
- quantity_type: derived
146
- short: speed_of_propagation_of_waves
147
- - dimension_reference:
148
- type: nist
149
- id: NISTd28
150
- identifiers:
151
- - type: nist
152
- id: NISTq108
153
- - type: unitsml
154
- id: q:acceleration_of_free_fall
155
- names:
156
- - value: acceleration of free fall
157
- lang: en
158
- quantity_type: derived
159
- short: acceleration_of_free_fall
160
- - dimension_reference:
161
- type: nist
162
- id: NISTd3
163
- identifiers:
164
- - type: nist
165
- id: NISTq109
166
- - type: unitsml
167
- id: q:period_duration
168
- names:
169
- - value: period duration
170
- lang: en
171
- - value: period
172
- lang: en
173
- quantity_type: derived
174
- short: period_duration
175
- - dimension_reference:
176
- type: nist
177
- id: NISTd64
178
- identifiers:
179
- - type: nist
180
- id: NISTq11
181
- - type: unitsml
182
- id: q:solid_angle
183
- names:
184
- - value: solid angle
185
- lang: en
186
- - value: angle solide
187
- lang: fr
188
- quantity_type: derived
189
- references:
190
- - type: normative
191
- authority: si-digital-framework
192
- uri: http://si-digital-framework.org/quantities/ANGS
193
- short: solid_angle
194
- - dimension_reference:
195
- type: nist
196
- id: NISTd3
197
- identifiers:
198
- - type: nist
199
- id: NISTq110
200
- - type: unitsml
201
- id: q:time_constant
202
- names:
203
- - value: time constant
204
- lang: en
205
- quantity_type: derived
206
- short: time_constant
207
- - dimension_reference:
208
- type: nist
209
- id: NISTd80
210
- identifiers:
211
- - type: nist
212
- id: NISTq111
213
- - type: unitsml
214
- id: q:rotation
215
- names:
216
- - value: rotation
217
- lang: en
218
- quantity_type: derived
219
- short: rotation
220
- - dimension_reference:
221
- type: nist
222
- id: NISTd24
223
- identifiers:
224
- - type: nist
225
- id: NISTq112
226
- - type: unitsml
227
- id: q:rotational_frequency
228
- names:
229
- - value: rotational frequency
230
- lang: en
231
- quantity_type: derived
232
- short: rotational_frequency
233
- - dimension_reference:
234
- type: nist
235
- id: NISTd24
236
- identifiers:
237
- - type: nist
238
- id: NISTq113
239
- - type: unitsml
240
- id: q:angular_frequency
241
- names:
242
- - value: angular frequency
243
- lang: en
244
- quantity_type: derived
245
- short: angular_frequency
246
- - dimension_reference:
247
- type: nist
248
- id: NISTd1
249
- identifiers:
250
- - type: nist
251
- id: NISTq114
252
- - type: unitsml
253
- id: q:wavelength
254
- names:
255
- - value: wavelength
256
- lang: en
257
- quantity_type: derived
258
- short: wavelength
259
- - dimension_reference:
260
- type: nist
261
- id: NISTd29
262
- identifiers:
263
- - type: nist
264
- id: NISTq115
265
- - type: unitsml
266
- id: q:angular_wavenumber
267
- names:
268
- - value: angular wavenumber
269
- lang: en
270
- - value: angular repetency
271
- lang: en
272
- quantity_type: derived
273
- short: angular_wavenumber
274
- - dimension_reference:
275
- type: nist
276
- id: NISTd11
277
- identifiers:
278
- - type: nist
279
- id: NISTq116
280
- - type: unitsml
281
- id: q:phase_velocity
282
- names:
283
- - value: phase velocity
284
- lang: en
285
- - value: phase speed
286
- lang: en
287
- quantity_type: derived
288
- short: phase_velocity
289
- - dimension_reference:
290
- type: nist
291
- id: NISTd11
292
- identifiers:
293
- - type: nist
294
- id: NISTq117
295
- - type: unitsml
296
- id: q:group_velocity
297
- names:
298
- - value: group velocity
299
- lang: en
300
- - value: group speed
301
- lang: en
302
- quantity_type: derived
303
- short: group_velocity
304
- - dimension_reference:
305
- type: nist
306
- id: NISTd83
307
- identifiers:
308
- - type: nist
309
- id: NISTq118
310
- - type: unitsml
311
- id: q:level_of_a_field_quantity
312
- names:
313
- - value: level of a field quantity
314
- lang: en
315
- quantity_type: derived
316
- short: level_of_a_field_quantity
317
- - dimension_reference:
318
- type: nist
319
- id: NISTd84
320
- identifiers:
321
- - type: nist
322
- id: NISTq119
323
- - type: unitsml
324
- id: q:level_of_a_power_quantity
325
- names:
326
- - value: level of a power quantity
327
- lang: en
328
- quantity_type: derived
329
- short: level_of_a_power_quantity
330
- - dimension_reference:
331
- type: nist
332
- id: NISTd11
333
- identifiers:
334
- - type: nist
335
- id: NISTq12
336
- - type: unitsml
337
- id: q:velocity
338
- names:
339
- - value: velocity
340
- lang: en
341
- - value: speed
342
- lang: en
343
- - value: vitesse
344
- lang: fr
345
- quantity_type: derived
346
- references:
347
- - type: normative
348
- authority: si-digital-framework
349
- uri: http://si-digital-framework.org/quantities/VELO
350
- short: velocity
351
- - dimension_reference:
352
- type: nist
353
- id: NISTd24
354
- identifiers:
355
- - type: nist
356
- id: NISTq120
357
- - type: unitsml
358
- id: q:damping_coefficient
359
- names:
360
- - value: damping coefficient
361
- lang: en
362
- quantity_type: derived
363
- short: damping_coefficient
364
- - dimension_reference:
365
- type: nist
366
- id: NISTd67
367
- identifiers:
368
- - type: nist
369
- id: NISTq121
370
- - type: unitsml
371
- id: q:logarithmic_decrement
372
- names:
373
- - value: ratio logarithm (Np)
374
- lang: en
375
- - value: logarithmic decrement (field quantities using natural logarithms)
376
- lang: en
377
- - value: logarithme d'un rapport (Np)
378
- lang: fr
379
- quantity_type: derived
380
- references:
381
- - type: normative
382
- authority: si-digital-framework
383
- uri: http://si-digital-framework.org/quantities/RLGN
384
- short: logarithmic_decrement
385
- - dimension_reference:
386
- type: nist
387
- id: NISTd29
388
- identifiers:
389
- - type: nist
390
- id: NISTq122
391
- - type: unitsml
392
- id: q:attenuation_coefficient
393
- names:
394
- - value: attenuation coefficient
395
- lang: en
396
- quantity_type: derived
397
- short: attenuation_coefficient
398
- - dimension_reference:
399
- type: nist
400
- id: NISTd29
401
- identifiers:
402
- - type: nist
403
- id: NISTq123
404
- - type: unitsml
405
- id: q:phase_coefficient
406
- names:
407
- - value: phase coefficient
408
- lang: en
409
- quantity_type: derived
410
- short: phase_coefficient
411
- - dimension_reference:
412
- type: nist
413
- id: NISTd29
414
- identifiers:
415
- - type: nist
416
- id: NISTq124
417
- - type: unitsml
418
- id: q:propagation_coefficient
419
- names:
420
- - value: propagation coefficient
421
- lang: en
422
- quantity_type: derived
423
- short: propagation_coefficient
424
- - dimension_reference:
425
- type: nist
426
- id: NISTd80
427
- identifiers:
428
- - type: nist
429
- id: NISTq125
430
- - type: unitsml
431
- id: q:relative_mass_density
432
- names:
433
- - value: relative mass density
434
- lang: en
435
- - value: relative density
436
- lang: en
437
- quantity_type: derived
438
- short: relative_mass_density
439
- - dimension_reference:
440
- type: nist
441
- id: NISTd58
442
- identifiers:
443
- - type: nist
444
- id: NISTq126
445
- - type: unitsml
446
- id: q:linear_density
447
- names:
448
- - value: linear density
449
- lang: en
450
- - value: lineic mass
451
- lang: en
452
- quantity_type: derived
453
- short: linear_density
454
- - dimension_reference:
455
- type: nist
456
- id: NISTd59
457
- identifiers:
458
- - type: nist
459
- id: NISTq127
460
- - type: unitsml
461
- id: q:mass_moment_of_inertia
462
- names:
463
- - value: mass moment of inertia
464
- lang: en
465
- - value: moment of inertia
466
- lang: en
467
- quantity_type: derived
468
- short: mass_moment_of_inertia
469
- - dimension_reference:
470
- type: nist
471
- id: NISTd12
472
- identifiers:
473
- - type: nist
474
- id: NISTq128
475
- - type: unitsml
476
- id: q:weight
477
- names:
478
- - value: weight
479
- lang: en
480
- quantity_type: derived
481
- short: weight
482
- - dimension_reference:
483
- type: nist
484
- id: NISTd61
485
- identifiers:
486
- - type: nist
487
- id: NISTq129
488
- - type: unitsml
489
- id: q:impulse
490
- names:
491
- - value: impulse
492
- lang: en
493
- quantity_type: derived
494
- short: impulse
495
- - dimension_reference:
496
- type: nist
497
- id: NISTd12
498
- identifiers:
499
- - type: nist
500
- id: NISTq13
501
- - type: unitsml
502
- id: q:force
503
- names:
504
- - value: force
505
- lang: en
506
- - value: force
507
- lang: fr
508
- quantity_type: derived
509
- references:
510
- - type: normative
511
- authority: si-digital-framework
512
- uri: http://si-digital-framework.org/quantities/FORC
513
- short: force
514
- - dimension_reference:
515
- type: nist
516
- id: NISTd62
517
- identifiers:
518
- - type: nist
519
- id: NISTq130
520
- - type: unitsml
521
- id: q:gravitational_constant
522
- names:
523
- - value: gravitational constant
524
- lang: en
525
- quantity_type: derived
526
- short: gravitational_constant
527
- - dimension_reference:
528
- type: nist
529
- id: NISTd61
530
- identifiers:
531
- - type: nist
532
- id: NISTq131
533
- - type: unitsml
534
- id: q:momentum
535
- names:
536
- - value: momentum
537
- lang: en
538
- quantity_type: derived
539
- short: momentum
540
- - dimension_reference:
541
- type: nist
542
- id: NISTd60
543
- identifiers:
544
- - type: nist
545
- id: NISTq132
546
- - type: unitsml
547
- id: q:moment_of_momentum
548
- names:
549
- - value: moment of momentum
550
- lang: en
551
- - value: angular momentum
552
- lang: en
553
- quantity_type: derived
554
- short: moment_of_momentum
555
- - dimension_reference:
556
- type: nist
557
- id: NISTd60
558
- identifiers:
559
- - type: nist
560
- id: NISTq133
561
- - type: unitsml
562
- id: q:angular_impulse
563
- names:
564
- - value: angular impulse
565
- lang: en
566
- quantity_type: derived
567
- short: angular_impulse
568
- - dimension_reference:
569
- type: nist
570
- id: NISTd14
571
- identifiers:
572
- - type: nist
573
- id: NISTq134
574
- - type: unitsml
575
- id: q:normal_stress
576
- names:
577
- - value: normal stress
578
- lang: en
579
- quantity_type: derived
580
- short: normal_stress
581
- - dimension_reference:
582
- type: nist
583
- id: NISTd14
584
- identifiers:
585
- - type: nist
586
- id: NISTq135
587
- - type: unitsml
588
- id: q:shear_stress
589
- names:
590
- - value: shear stress
591
- lang: en
592
- quantity_type: derived
593
- short: shear_stress
594
- - dimension_reference:
595
- type: nist
596
- id: NISTd80
597
- identifiers:
598
- - type: nist
599
- id: NISTq136
600
- - type: unitsml
601
- id: q:linear_strain
602
- names:
603
- - value: linear strain
604
- lang: en
605
- quantity_type: derived
606
- short: linear_strain
607
- - dimension_reference:
608
- type: nist
609
- id: NISTd80
610
- identifiers:
611
- - type: nist
612
- id: NISTq137
613
- - type: unitsml
614
- id: q:shear_strain
615
- names:
616
- - value: shear strain
617
- lang: en
618
- quantity_type: derived
619
- short: shear_strain
620
- - dimension_reference:
621
- type: nist
622
- id: NISTd80
623
- identifiers:
624
- - type: nist
625
- id: NISTq138
626
- - type: unitsml
627
- id: q:volume_strain
628
- names:
629
- - value: volume strain
630
- lang: en
631
- quantity_type: derived
632
- short: volume_strain
633
- - dimension_reference:
634
- type: nist
635
- id: NISTd63
636
- identifiers:
637
- - type: nist
638
- id: NISTq139
639
- - type: unitsml
640
- id: q:compressibility
641
- names:
642
- - value: compressibility
643
- lang: en
644
- quantity_type: derived
645
- short: compressibility
646
- - dimension_reference:
647
- type: nist
648
- id: NISTd13
649
- identifiers:
650
- - type: nist
651
- id: NISTq14
652
- - type: unitsml
653
- id: q:magnetic_flux_density
654
- names:
655
- - value: magnetic flux density
656
- lang: en
657
- - value: induction magnétique
658
- lang: fr
659
- quantity_type: derived
660
- references:
661
- - type: normative
662
- authority: si-digital-framework
663
- uri: http://si-digital-framework.org/quantities/MGFD
664
- short: magnetic_flux_density
665
- - dimension_reference:
666
- type: nist
667
- id: NISTd80
668
- identifiers:
669
- - type: nist
670
- id: NISTq140
671
- - type: unitsml
672
- id: q:poisson_number
673
- names:
674
- - value: Poisson number
675
- lang: en
676
- quantity_type: derived
677
- short: poisson_number
678
- - dimension_reference:
679
- type: nist
680
- id: NISTd14
681
- identifiers:
682
- - type: nist
683
- id: NISTq141
684
- - type: unitsml
685
- id: q:modulus_of_elasticity
686
- names:
687
- - value: modulus of elasticity
688
- lang: en
689
- quantity_type: derived
690
- short: modulus_of_elasticity
691
- - dimension_reference:
692
- type: nist
693
- id: NISTd14
694
- identifiers:
695
- - type: nist
696
- id: NISTq142
697
- - type: unitsml
698
- id: q:modulus_of_rigidity
699
- names:
700
- - value: modulus of rigidity
701
- lang: en
702
- - value: shear modulus
703
- lang: en
704
- quantity_type: derived
705
- short: modulus_of_rigidity
706
- - dimension_reference:
707
- type: nist
708
- id: NISTd14
709
- identifiers:
710
- - type: nist
711
- id: NISTq143
712
- - type: unitsml
713
- id: q:modulus_of_compression
714
- names:
715
- - value: modulus of compression
716
- lang: en
717
- - value: bulk modulus
718
- lang: en
719
- quantity_type: derived
720
- short: modulus_of_compression
721
- - dimension_reference:
722
- type: nist
723
- id: NISTd57
724
- identifiers:
725
- - type: nist
726
- id: NISTq144
727
- - type: unitsml
728
- id: q:second_axial_moment_of_area
729
- names:
730
- - value: second axial moment of area
731
- lang: en
732
- quantity_type: derived
733
- short: second_axial_moment_of_area
734
- - dimension_reference:
735
- type: nist
736
- id: NISTd57
737
- identifiers:
738
- - type: nist
739
- id: NISTq145
740
- - type: unitsml
741
- id: q:second_polar_moment_of_area
742
- names:
743
- - value: second polar moment of area
744
- lang: en
745
- quantity_type: derived
746
- short: second_polar_moment_of_area
747
- - dimension_reference:
748
- type: nist
749
- id: NISTd10
750
- identifiers:
751
- - type: nist
752
- id: NISTq146
753
- - type: unitsml
754
- id: q:section_modulus
755
- names:
756
- - value: section modulus
757
- lang: en
758
- quantity_type: derived
759
- short: section_modulus
760
- - dimension_reference:
761
- type: nist
762
- id: NISTd80
763
- identifiers:
764
- - type: nist
765
- id: NISTq147
766
- - type: unitsml
767
- id: q:dynamic_friction_factor
768
- names:
769
- - value: dynamic friction factor
770
- lang: en
771
- quantity_type: derived
772
- short: dynamic_friction_factor
773
- - dimension_reference:
774
- type: nist
775
- id: NISTd14
776
- identifiers:
777
- - type: nist
778
- id: NISTq15
779
- - type: unitsml
780
- id: q:pressure
781
- names:
782
- - value: pressure
783
- lang: en
784
- - value: pression, contrainte
785
- lang: fr
786
- quantity_type: derived
787
- references:
788
- - type: normative
789
- authority: si-digital-framework
790
- uri: http://si-digital-framework.org/quantities/PRES
791
- short: pressure
792
- - dimension_reference:
793
- type: nist
794
- id: NISTd65
795
- identifiers:
796
- - type: nist
797
- id: NISTq150
798
- - type: unitsml
799
- id: q:mass_flow_rate
800
- names:
801
- - value: mass flow rate
802
- lang: en
803
- quantity_type: derived
804
- short: mass_flow_rate
805
- - dimension_reference:
806
- type: nist
807
- id: NISTd66
808
- identifiers:
809
- - type: nist
810
- id: NISTq151
811
- - type: unitsml
812
- id: q:volume_flow_rate
813
- names:
814
- - value: volume flow rate
815
- lang: en
816
- quantity_type: derived
817
- short: volume_flow_rate
818
- - dimension_reference:
819
- type: nist
820
- id: NISTd15
821
- identifiers:
822
- - type: nist
823
- id: NISTq152
824
- - type: unitsml
825
- id: q:lagrange_function
826
- names:
827
- - value: Lagrange function
828
- lang: en
829
- quantity_type: derived
830
- short: lagrange_function
831
- - dimension_reference:
832
- type: nist
833
- id: NISTd15
834
- identifiers:
835
- - type: nist
836
- id: NISTq153
837
- - type: unitsml
838
- id: q:hamilton_function
839
- names:
840
- - value: Hamilton function
841
- lang: en
842
- quantity_type: derived
843
- short: hamilton_function
844
- - dimension_reference:
845
- type: nist
846
- id: NISTd60
847
- identifiers:
848
- - type: nist
849
- id: NISTq154
850
- - type: unitsml
851
- id: q:action
852
- names:
853
- - value: action
854
- lang: en
855
- quantity_type: derived
856
- short: action
857
- - dimension_reference:
858
- type: nist
859
- id: NISTd57
860
- identifiers:
861
- - type: nist
862
- id: NISTq155
863
- - type: unitsml
864
- id: q:area_moment_of_inertia
865
- names:
866
- - value: area moment of inertia
867
- lang: en
868
- - value: second moment of area
869
- lang: en
870
- quantity_type: derived
871
- short: area_moment_of_inertia
872
- - dimension_reference:
873
- type: nist
874
- id: NISTd68
875
- identifiers:
876
- - type: nist
877
- id: NISTq156
878
- - type: unitsml
879
- id: q:linear_expansion_coefficient
880
- names:
881
- - value: linear expansion coefficient
882
- lang: en
883
- quantity_type: derived
884
- short: linear_expansion_coefficient
885
- - dimension_reference:
886
- type: nist
887
- id: NISTd68
888
- identifiers:
889
- - type: nist
890
- id: NISTq157
891
- - type: unitsml
892
- id: q:cubic_expansion_coefficient
893
- names:
894
- - value: cubic expansion coefficient
895
- lang: en
896
- quantity_type: derived
897
- short: cubic_expansion_coefficient
898
- - dimension_reference:
899
- type: nist
900
- id: NISTd68
901
- identifiers:
902
- - type: nist
903
- id: NISTq158
904
- - type: unitsml
905
- id: q:relative_pressure_coefficient
906
- names:
907
- - value: relative pressure coefficient
908
- lang: en
909
- quantity_type: derived
910
- short: relative_pressure_coefficient
911
- - dimension_reference:
912
- type: nist
913
- id: NISTd69
914
- identifiers:
915
- - type: nist
916
- id: NISTq159
917
- - type: unitsml
918
- id: q:pressure_coefficient
919
- names:
920
- - value: pressure coefficient
921
- lang: en
922
- quantity_type: derived
923
- short: pressure_coefficient
924
- - dimension_reference:
925
- type: nist
926
- id: NISTd14
927
- identifiers:
928
- - type: nist
929
- id: NISTq16
930
- - type: unitsml
931
- id: q:stress
932
- names:
933
- - value: stress
934
- lang: en
935
- quantity_type: derived
936
- short: stress
937
- - dimension_reference:
938
- type: nist
939
- id: NISTd70
940
- identifiers:
941
- - type: nist
942
- id: NISTq160
943
- - type: unitsml
944
- id: q:isothermal_compressibility
945
- names:
946
- - value: isothermal compressibility
947
- lang: en
948
- quantity_type: derived
949
- short: isothermal_compressibility
950
- - dimension_reference:
951
- type: nist
952
- id: NISTd4
953
- identifiers:
954
- - type: nist
955
- id: NISTq161
956
- - type: unitsml
957
- id: q:magnetomotive_force
958
- names:
959
- - value: magnetomotive force (Cardelli) (-SP811)
960
- lang: en
961
- quantity_type: derived
962
- short: magnetomotive_force
963
- - dimension_reference:
964
- type: nist
965
- id: NISTd72
966
- identifiers:
967
- - type: nist
968
- id: NISTq162
969
- - type: unitsml
970
- id: q:electric_dipole_moment
971
- names:
972
- - value: electric dipole moment
973
- lang: en
974
- quantity_type: derived
975
- short: electric_dipole_moment
976
- - dimension_reference:
977
- type: nist
978
- id: NISTd54
979
- identifiers:
980
- - type: nist
981
- id: NISTq163
982
- - type: unitsml
983
- id: q:magnetizability
984
- names:
985
- - value: magnetizability
986
- lang: en
987
- quantity_type: derived
988
- short: magnetizability
989
- - dimension_reference:
990
- type: nist
991
- id: NISTd73
992
- identifiers:
993
- - type: nist
994
- id: NISTq164
995
- - type: unitsml
996
- id: q:magnetic_dipole_moment
997
- names:
998
- - value: magnetic dipole moment
999
- lang: en
1000
- quantity_type: derived
1001
- short: magnetic_dipole_moment
1002
- - dimension_reference:
1003
- type: nist
1004
- id: NISTd74
1005
- identifiers:
1006
- - type: nist
1007
- id: NISTq165
1008
- - type: unitsml
1009
- id: q:electric_field_gradient
1010
- names:
1011
- - value: electric field gradient
1012
- lang: en
1013
- quantity_type: derived
1014
- short: electric_field_gradient
1015
- - dimension_reference:
1016
- type: nist
1017
- id: NISTd18
1018
- identifiers:
1019
- - type: nist
1020
- id: NISTq166
1021
- - type: unitsml
1022
- id: q:electric_potential
1023
- names:
1024
- - value: electric potential
1025
- lang: en
1026
- quantity_type: derived
1027
- short: electric_potential
1028
- - dimension_reference:
1029
- type: nist
1030
- id: NISTd75
1031
- identifiers:
1032
- - type: nist
1033
- id: NISTq167
1034
- - type: unitsml
1035
- id: q:electric_quadrupole_moment
1036
- names:
1037
- - value: electric quadrupole moment
1038
- lang: en
1039
- quantity_type: derived
1040
- short: electric_quadrupole_moment
1041
- - dimension_reference:
1042
- type: nist
1043
- id: NISTd76
1044
- identifiers:
1045
- - type: nist
1046
- id: NISTq168
1047
- - type: unitsml
1048
- id: q:polarizability
1049
- names:
1050
- - value: polarizability
1051
- lang: en
1052
- quantity_type: derived
1053
- short: polarizability
1054
- - dimension_reference:
1055
- type: nist
1056
- id: NISTd19
1057
- identifiers:
1058
- - type: nist
1059
- id: NISTq169
1060
- - type: unitsml
1061
- id: q:electric_capacitance
1062
- names:
1063
- - value: electric capacitance
1064
- lang: en
1065
- quantity_type: derived
1066
- short: electric_capacitance
1067
- - dimension_reference:
1068
- type: nist
1069
- id: NISTd15
1070
- identifiers:
1071
- - type: nist
1072
- id: NISTq17
1073
- - type: unitsml
1074
- id: q:energy
1075
- names:
1076
- - value: energy
1077
- lang: en
1078
- - value: énergie
1079
- lang: fr
1080
- quantity_type: derived
1081
- references:
1082
- - type: normative
1083
- authority: si-digital-framework
1084
- uri: http://si-digital-framework.org/quantities/ENGY
1085
- short: energy
1086
- - dimension_reference:
1087
- type: nist
1088
- id: NISTd4
1089
- identifiers:
1090
- - type: nist
1091
- id: NISTq170
1092
- - type: unitsml
1093
- id: q:electric_current_intensity
1094
- names:
1095
- - value: electric current intensity
1096
- lang: en
1097
- quantity_type: derived
1098
- short: electric_current_intensity
1099
- - dimension_reference:
1100
- type: nist
1101
- id: NISTd23
1102
- identifiers:
1103
- - type: nist
1104
- id: NISTq171
1105
- - type: unitsml
1106
- id: q:electric_inductance
1107
- names:
1108
- - value: electric inductance
1109
- lang: en
1110
- quantity_type: derived
1111
- short: electric_inductance
1112
- - dimension_reference:
1113
- type: nist
1114
- id: NISTd77
1115
- identifiers:
1116
- - type: nist
1117
- id: NISTq172
1118
- - type: unitsml
1119
- id: q:first_hyperpolarizability
1120
- names:
1121
- - value: 1st hyperpolarizability
1122
- lang: en
1123
- quantity_type: derived
1124
- short: first_hyperpolarizability
1125
- - dimension_reference:
1126
- type: nist
1127
- id: NISTd78
1128
- identifiers:
1129
- - type: nist
1130
- id: NISTq173
1131
- - type: unitsml
1132
- id: q:second_hyperpolarizability
1133
- names:
1134
- - value: 2nd hyperpolarizability
1135
- lang: en
1136
- quantity_type: derived
1137
- short: second_hyperpolarizability
1138
- - dimension_reference:
1139
- type: nist
1140
- id: NISTd94
1141
- identifiers:
1142
- - type: nist
1143
- id: NISTq174
1144
- - type: unitsml
1145
- id: q:index_of_acidity
1146
- names:
1147
- - value: index of acidity
1148
- lang: en
1149
- quantity_type: derived
1150
- short: index_of_acidity
1151
- - dimension_reference:
1152
- type: nist
1153
- id: NISTd5
1154
- identifiers:
1155
- - type: nist
1156
- id: NISTq175
1157
- - type: unitsml
1158
- id: q:fahrenheit_temperature
1159
- names:
1160
- - value: Fahrenheit temperature
1161
- lang: en
1162
- quantity_type: derived
1163
- short: fahrenheit_temperature
1164
- - dimension_reference:
1165
- type: nist
1166
- id: NISTd58
1167
- identifiers:
1168
- - type: nist
1169
- id: NISTq176
1170
- - type: unitsml
1171
- id: q:mass_divided_by_length
1172
- names:
1173
- - value: mass divided by length
1174
- lang: en
1175
- quantity_type: derived
1176
- short: mass_divided_by_length
1177
- - dimension_reference:
1178
- type: nist
1179
- id: NISTd95
1180
- identifiers:
1181
- - type: nist
1182
- id: NISTq177
1183
- - type: unitsml
1184
- id: q:storage_capacity
1185
- names:
1186
- - value: storage capacity
1187
- lang: en
1188
- - value: storage size
1189
- lang: en
1190
- quantity_type: derived
1191
- short: storage_capacity
1192
- - dimension_reference:
1193
- type: nist
1194
- id: NISTd79
1195
- identifiers:
1196
- - type: nist
1197
- id: NISTq179
1198
- - type: unitsml
1199
- id: q:molality_of_solute_B
1200
- names:
1201
- - value: molality of solute B
1202
- lang: en
1203
- quantity_type: derived
1204
- short: molality_of_solute_B
1205
- - dimension_reference:
1206
- type: nist
1207
- id: NISTd15
1208
- identifiers:
1209
- - type: nist
1210
- id: NISTq18
1211
- - type: unitsml
1212
- id: q:work
1213
- names:
1214
- - value: work
1215
- lang: en
1216
- quantity_type: derived
1217
- short: work
1218
- - dimension_reference:
1219
- type: nist
1220
- id: NISTd71
1221
- identifiers:
1222
- - type: nist
1223
- id: NISTq180
1224
- - type: unitsml
1225
- id: q:coefficient_of_heat_transfer
1226
- names:
1227
- - value: coefficient of heat transfer
1228
- lang: en
1229
- quantity_type: derived
1230
- short: coefficient_of_heat_transfer
1231
- - dimension_reference:
1232
- type: nist
1233
- id: NISTd71
1234
- identifiers:
1235
- - type: nist
1236
- id: NISTq181
1237
- - type: unitsml
1238
- id: q:surface_coefficient_of_heat_transfer
1239
- names:
1240
- - value: surface coefficient of heat transfer
1241
- lang: en
1242
- quantity_type: derived
1243
- short: surface_coefficient_of_heat_transfer
1244
- - dimension_reference:
1245
- type: nist
1246
- id: NISTd15
1247
- identifiers:
1248
- - type: nist
1249
- id: NISTq182
1250
- - type: unitsml
1251
- id: q:kinetic_energy
1252
- names:
1253
- - value: kinetic energy
1254
- lang: en
1255
- quantity_type: derived
1256
- short: kinetic_energy
1257
- - dimension_reference:
1258
- type: nist
1259
- id: NISTd15
1260
- identifiers:
1261
- - type: nist
1262
- id: NISTq183
1263
- - type: unitsml
1264
- id: q:mechanical_energy
1265
- names:
1266
- - value: mechanical energy
1267
- lang: en
1268
- quantity_type: derived
1269
- short: mechanical_energy
1270
- - dimension_reference:
1271
- type: nist
1272
- id: NISTd15
1273
- identifiers:
1274
- - type: nist
1275
- id: NISTq184
1276
- - type: unitsml
1277
- id: q:torque
1278
- names:
1279
- - value: torque
1280
- lang: en
1281
- quantity_type: derived
1282
- short: torque
1283
- - dimension_reference:
1284
- type: nist
1285
- id: NISTd15
1286
- identifiers:
1287
- - type: nist
1288
- id: NISTq185
1289
- - type: unitsml
1290
- id: q:bending_moment_of_force
1291
- names:
1292
- - value: bending moment of force
1293
- lang: en
1294
- quantity_type: derived
1295
- short: bending_moment_of_force
1296
- - dimension_reference:
1297
- type: nist
1298
- id: NISTd85
1299
- identifiers:
1300
- - type: nist
1301
- id: NISTq186
1302
- - type: unitsml
1303
- id: q:mass_fraction
1304
- names:
1305
- - value: mass fraction
1306
- lang: en
1307
- - value: mole fraction
1308
- lang: en
1309
- quantity_type: derived
1310
- short: mass_fraction
1311
- - dimension_reference:
1312
- type: nist
1313
- id: NISTd16
1314
- identifiers:
1315
- - type: nist
1316
- id: NISTq187
1317
- - type: unitsml
1318
- id: q:apparent_power
1319
- names:
1320
- - value: apparent power
1321
- lang: en
1322
- quantity_type: derived
1323
- short: apparent_power
1324
- - dimension_reference:
1325
- type: nist
1326
- id: NISTd80
1327
- identifiers:
1328
- - type: nist
1329
- id: NISTq188
1330
- - type: unitsml
1331
- id: q:nil
1332
- names:
1333
- - value: nil
1334
- lang: en
1335
- quantity_type: derived
1336
- short: nil
1337
- - dimension_reference:
1338
- type: nist
1339
- id: NISTd24
1340
- identifiers:
1341
- - type: nist
1342
- id: NISTq189
1343
- - type: unitsml
1344
- id: q:emission_rate
1345
- names:
1346
- - value: emission rate
1347
- lang: en
1348
- - value: taux d'émission
1349
- lang: fr
1350
- quantity_type: derived
1351
- references:
1352
- - type: normative
1353
- authority: si-digital-framework
1354
- uri: http://si-digital-framework.org/quantities/EMIR
1355
- short: emission_rate
1356
- - dimension_reference:
1357
- type: nist
1358
- id: NISTd15
1359
- identifiers:
1360
- - type: nist
1361
- id: NISTq19
1362
- - type: unitsml
1363
- id: q:amount_of_heat
1364
- names:
1365
- - value: amount of heat
1366
- lang: en
1367
- - value: heat
1368
- lang: en
1369
- quantity_type: derived
1370
- short: amount_of_heat
1371
- - dimension_reference:
1372
- type: nist
1373
- id: NISTd96
1374
- identifiers:
1375
- - type: nist
1376
- id: NISTq190
1377
- - type: unitsml
1378
- id: q:fluence
1379
- names:
1380
- - value: fluence
1381
- lang: en
1382
- - value: fluence
1383
- lang: fr
1384
- quantity_type: derived
1385
- references:
1386
- - type: normative
1387
- authority: si-digital-framework
1388
- uri: http://si-digital-framework.org/quantities/FLUE
1389
- short: fluence
1390
- - dimension_reference:
1391
- type: nist
1392
- id: NISTd97
1393
- identifiers:
1394
- - type: nist
1395
- id: NISTq191
1396
- - type: unitsml
1397
- id: q:fluence_rate
1398
- names:
1399
- - value: fluence rate
1400
- lang: en
1401
- - value: débit de fluence
1402
- lang: fr
1403
- quantity_type: derived
1404
- references:
1405
- - type: normative
1406
- authority: si-digital-framework
1407
- uri: http://si-digital-framework.org/quantities/FLUR
1408
- short: fluence_rate
1409
- - dimension_reference:
1410
- type: nist
1411
- id: NISTd5
1412
- identifiers:
1413
- - type: nist
1414
- id: NISTq192
1415
- - type: unitsml
1416
- id: q:ITS-90_temperature_celsius
1417
- names:
1418
- - value: ITS-90 temperature (°C)
1419
- lang: en
1420
- - value: température ITS-90 (℃)
1421
- lang: fr
1422
- quantity_type: derived
1423
- references:
1424
- - type: normative
1425
- authority: si-digital-framework
1426
- uri: http://si-digital-framework.org/quantities/ITSC
1427
- short: ITS-90_temperature_celsius
1428
- - dimension_reference:
1429
- type: nist
1430
- id: NISTd5
1431
- identifiers:
1432
- - type: nist
1433
- id: NISTq193
1434
- - type: unitsml
1435
- id: q:ITS-90_temperature_kelvin
1436
- names:
1437
- - value: ITS-90 temperature (K)
1438
- lang: en
1439
- - value: température ITS-90 (K)
1440
- lang: fr
1441
- quantity_type: derived
1442
- references:
1443
- - type: normative
1444
- authority: si-digital-framework
1445
- uri: http://si-digital-framework.org/quantities/ITSK
1446
- short: ITS-90_temperature_kelvin
1447
- - dimension_reference:
1448
- type: nist
1449
- id: NISTd50
1450
- identifiers:
1451
- - type: nist
1452
- id: NISTq194
1453
- - type: unitsml
1454
- id: q:kerma_rate
1455
- names:
1456
- - value: kerma rate
1457
- lang: en
1458
- - value: kerma rate
1459
- lang: fr
1460
- quantity_type: derived
1461
- references:
1462
- - type: normative
1463
- authority: si-digital-framework
1464
- uri: http://si-digital-framework.org/quantities/KRMR
1465
- short: kerma_rate
1466
- - dimension_reference:
1467
- type: nist
1468
- id: NISTd98
1469
- identifiers:
1470
- - type: nist
1471
- id: NISTq195
1472
- - type: unitsml
1473
- id: q:phase
1474
- names:
1475
- - value: phase
1476
- lang: en
1477
- - value: phase
1478
- lang: fr
1479
- quantity_type: derived
1480
- references:
1481
- - type: normative
1482
- authority: si-digital-framework
1483
- uri: http://si-digital-framework.org/quantities/PHAS
1484
- short: phase
1485
- - dimension_reference:
1486
- type: nist
1487
- id: NISTd5
1488
- identifiers:
1489
- - type: nist
1490
- id: NISTq196
1491
- - type: unitsml
1492
- id: q:PLTS-2000_temperature
1493
- names:
1494
- - value: PLTS-2000 temperature (K)
1495
- lang: en
1496
- - value: température PLTS-2000 (K)
1497
- lang: fr
1498
- quantity_type: derived
1499
- references:
1500
- - type: normative
1501
- authority: si-digital-framework
1502
- uri: http://si-digital-framework.org/quantities/PLTS
1503
- short: PLTS-2000_temperature
1504
- - dimension_reference:
1505
- type: nist
1506
- id: NISTd49
1507
- identifiers:
1508
- - type: nist
1509
- id: NISTq197
1510
- - type: unitsml
1511
- id: q:exposure
1512
- names:
1513
- - value: exposure
1514
- lang: en
1515
- - value: exposition (rayons x et γ)
1516
- lang: fr
1517
- quantity_type: derived
1518
- references:
1519
- - type: normative
1520
- authority: si-digital-framework
1521
- uri: http://si-digital-framework.org/quantities/XPOS
1522
- short: exposure
1523
- - dimension_reference:
1524
- type: nist
1525
- id: NISTd99
1526
- identifiers:
1527
- - type: nist
1528
- id: NISTq198
1529
- - type: unitsml
1530
- id: q:fuel_efficiency
1531
- names:
1532
- - value: fuel efficiency
1533
- lang: en
1534
- - value: fuel economy
1535
- lang: en
1536
- quantity_type: derived
1537
- short: fuel_efficiency
1538
- - dimension_reference:
1539
- type: nist
1540
- id: NISTd80
1541
- identifiers:
1542
- - type: nist
1543
- id: NISTq199
1544
- - type: unitsml
1545
- id: q:relative_humidity
1546
- names:
1547
- - value: relative humidity
1548
- lang: en
1549
- quantity_type: derived
1550
- short: relative_humidity
1551
- - dimension_reference:
1552
- type: nist
1553
- id: NISTd2
1554
- identifiers:
1555
- - type: nist
1556
- id: NISTq2
1557
- - type: unitsml
1558
- id: q:mass
1559
- names:
1560
- - value: mass
1561
- lang: en
1562
- - value: masse
1563
- lang: fr
1564
- quantity_type: base
1565
- references:
1566
- - type: normative
1567
- authority: si-digital-framework
1568
- uri: http://si-digital-framework.org/quantities/MASS
1569
- short: mass
1570
- - dimension_reference:
1571
- type: nist
1572
- id: NISTd16
1573
- identifiers:
1574
- - type: nist
1575
- id: NISTq20
1576
- - type: unitsml
1577
- id: q:power
1578
- names:
1579
- - value: power
1580
- lang: en
1581
- - value: puissance, flux énergétique
1582
- lang: fr
1583
- quantity_type: derived
1584
- references:
1585
- - type: normative
1586
- authority: si-digital-framework
1587
- uri: http://si-digital-framework.org/quantities/POWR
1588
- short: power
1589
- - dimension_reference:
1590
- type: nist
1591
- id: NISTd67
1592
- identifiers:
1593
- - type: nist
1594
- id: NISTq200
1595
- - type: unitsml
1596
- id: q:logarithmic_frequency_range
1597
- names:
1598
- - value: logarithmic frequency range
1599
- lang: en
1600
- quantity_type: derived
1601
- short: logarithmic_frequency_range
1602
- - dimension_reference:
1603
- type: nist
1604
- id: NISTd100
1605
- identifiers:
1606
- - type: nist
1607
- id: NISTq201
1608
- - type: unitsml
1609
- id: q:traffic_intensity
1610
- names:
1611
- - value: traffic intensity
1612
- lang: en
1613
- quantity_type: derived
1614
- short: traffic_intensity
1615
- - dimension_reference:
1616
- type: nist
1617
- id: NISTd101
1618
- identifiers:
1619
- - type: nist
1620
- id: NISTq202
1621
- - type: unitsml
1622
- id: q:symbol_rate
1623
- names:
1624
- - value: symbol rate
1625
- lang: en
1626
- quantity_type: derived
1627
- short: symbol_rate
1628
- - dimension_reference:
1629
- type: nist
1630
- id: NISTd102
1631
- identifiers:
1632
- - type: nist
1633
- id: NISTq203
1634
- - type: unitsml
1635
- id: q:information_content
1636
- names:
1637
- - value: information content
1638
- lang: en
1639
- - value: information entropy
1640
- lang: en
1641
- quantity_type: derived
1642
- short: information_content
1643
- - dimension_reference:
1644
- type: nist
1645
- id: NISTd16
1646
- identifiers:
1647
- - type: nist
1648
- id: NISTq21
1649
- - type: unitsml
1650
- id: q:radiant_flux
1651
- names:
1652
- - value: radiant flux
1653
- lang: en
1654
- quantity_type: derived
1655
- short: radiant_flux
1656
- - dimension_reference:
1657
- type: nist
1658
- id: NISTd17
1659
- identifiers:
1660
- - type: nist
1661
- id: NISTq22
1662
- - type: unitsml
1663
- id: q:electric_charge
1664
- names:
1665
- - value: electric charge
1666
- lang: en
1667
- - value: charge électrique
1668
- lang: fr
1669
- quantity_type: derived
1670
- references:
1671
- - type: normative
1672
- authority: si-digital-framework
1673
- uri: http://si-digital-framework.org/quantities/ELCH
1674
- short: electric_charge
1675
- - dimension_reference:
1676
- type: nist
1677
- id: NISTd17
1678
- identifiers:
1679
- - type: nist
1680
- id: NISTq23
1681
- - type: unitsml
1682
- id: q:amount_of_electricity
1683
- names:
1684
- - value: amount of electricity
1685
- lang: en
1686
- quantity_type: derived
1687
- short: amount_of_electricity
1688
- - dimension_reference:
1689
- type: nist
1690
- id: NISTd18
1691
- identifiers:
1692
- - type: nist
1693
- id: NISTq24
1694
- - type: unitsml
1695
- id: q:electric_potential_difference
1696
- names:
1697
- - value: electric potential difference
1698
- lang: en
1699
- - value: différence de potentiel électrique
1700
- lang: fr
1701
- quantity_type: derived
1702
- references:
1703
- - type: normative
1704
- authority: si-digital-framework
1705
- uri: http://si-digital-framework.org/quantities/ELPD
1706
- short: electric_potential_difference
1707
- - dimension_reference:
1708
- type: nist
1709
- id: NISTd18
1710
- identifiers:
1711
- - type: nist
1712
- id: NISTq25
1713
- - type: unitsml
1714
- id: q:potential_difference
1715
- names:
1716
- - value: potential difference
1717
- lang: en
1718
- quantity_type: derived
1719
- short: potential_difference
1720
- - dimension_reference:
1721
- type: nist
1722
- id: NISTd18
1723
- identifiers:
1724
- - type: nist
1725
- id: NISTq26
1726
- - type: unitsml
1727
- id: q:electromotive_force
1728
- names:
1729
- - value: electromotive force
1730
- lang: en
1731
- quantity_type: derived
1732
- short: electromotive_force
1733
- - dimension_reference:
1734
- type: nist
1735
- id: NISTd19
1736
- identifiers:
1737
- - type: nist
1738
- id: NISTq27
1739
- - type: unitsml
1740
- id: q:capacitance
1741
- names:
1742
- - value: capacitance
1743
- lang: en
1744
- - value: capacité électrique
1745
- lang: fr
1746
- quantity_type: derived
1747
- references:
1748
- - type: normative
1749
- authority: si-digital-framework
1750
- uri: http://si-digital-framework.org/quantities/ELCA
1751
- short: capacitance
1752
- - dimension_reference:
1753
- type: nist
1754
- id: NISTd20
1755
- identifiers:
1756
- - type: nist
1757
- id: NISTq28
1758
- - type: unitsml
1759
- id: q:electric_resistance
1760
- names:
1761
- - value: electric resistance
1762
- lang: en
1763
- - value: résistance électrique
1764
- lang: fr
1765
- quantity_type: derived
1766
- references:
1767
- - type: normative
1768
- authority: si-digital-framework
1769
- uri: http://si-digital-framework.org/quantities/ELRE
1770
- short: electric_resistance
1771
- - dimension_reference:
1772
- type: nist
1773
- id: NISTd21
1774
- identifiers:
1775
- - type: nist
1776
- id: NISTq29
1777
- - type: unitsml
1778
- id: q:electric_conductance
1779
- names:
1780
- - value: electric conductance
1781
- lang: en
1782
- - value: conductance électrique
1783
- lang: fr
1784
- quantity_type: derived
1785
- references:
1786
- - type: normative
1787
- authority: si-digital-framework
1788
- uri: http://si-digital-framework.org/quantities/ELCO
1789
- short: electric_conductance
1790
- - dimension_reference:
1791
- type: nist
1792
- id: NISTd3
1793
- identifiers:
1794
- - type: nist
1795
- id: NISTq3
1796
- - type: unitsml
1797
- id: q:time
1798
- names:
1799
- - value: time
1800
- lang: en
1801
- - value: duration
1802
- lang: en
1803
- - value: temps
1804
- lang: fr
1805
- quantity_type: base
1806
- references:
1807
- - type: normative
1808
- authority: si-digital-framework
1809
- uri: http://si-digital-framework.org/quantities/TIME
1810
- short: time
1811
- - dimension_reference:
1812
- type: nist
1813
- id: NISTd22
1814
- identifiers:
1815
- - type: nist
1816
- id: NISTq30
1817
- - type: unitsml
1818
- id: q:magnetic_flux
1819
- names:
1820
- - value: magnetic flux
1821
- lang: en
1822
- - value: flux d'induction magnétique
1823
- lang: fr
1824
- quantity_type: derived
1825
- references:
1826
- - type: normative
1827
- authority: si-digital-framework
1828
- uri: http://si-digital-framework.org/quantities/MGFL
1829
- short: magnetic_flux
1830
- - dimension_reference:
1831
- type: nist
1832
- id: NISTd51
1833
- identifiers:
1834
- - type: nist
1835
- id: NISTq31
1836
- - type: unitsml
1837
- id: q:surface_density
1838
- names:
1839
- - value: surface density
1840
- lang: en
1841
- - value: areic mass
1842
- lang: en
1843
- - value: masse surfacique
1844
- lang: fr
1845
- quantity_type: derived
1846
- references:
1847
- - type: normative
1848
- authority: si-digital-framework
1849
- uri: http://si-digital-framework.org/quantities/SUDE
1850
- short: surface_density
1851
- - dimension_reference:
1852
- type: nist
1853
- id: NISTd23
1854
- identifiers:
1855
- - type: nist
1856
- id: NISTq32
1857
- - type: unitsml
1858
- id: q:inductance
1859
- names:
1860
- - value: inductance
1861
- lang: en
1862
- - value: inductance
1863
- lang: fr
1864
- quantity_type: derived
1865
- references:
1866
- - type: normative
1867
- authority: si-digital-framework
1868
- uri: http://si-digital-framework.org/quantities/ELIN
1869
- short: inductance
1870
- - dimension_reference:
1871
- type: nist
1872
- id: NISTd30
1873
- identifiers:
1874
- - type: nist
1875
- id: NISTq33
1876
- - type: unitsml
1877
- id: q:mass_concentration
1878
- names:
1879
- - value: mass concentration
1880
- lang: en
1881
- - value: concentration massique
1882
- lang: fr
1883
- quantity_type: derived
1884
- references:
1885
- - type: normative
1886
- authority: si-digital-framework
1887
- uri: http://si-digital-framework.org/quantities/MACO
1888
- short: mass_concentration
1889
- - dimension_reference:
1890
- type: nist
1891
- id: NISTd5
1892
- identifiers:
1893
- - type: nist
1894
- id: NISTq34
1895
- - type: unitsml
1896
- id: q:celsius_temperature
1897
- names:
1898
- - value: Celsius temperature
1899
- lang: en
1900
- - value: température Celsius
1901
- lang: fr
1902
- quantity_type: derived
1903
- references:
1904
- - type: normative
1905
- authority: si-digital-framework
1906
- uri: http://si-digital-framework.org/quantities/TEMC
1907
- short: celsius_temperature
1908
- - dimension_reference:
1909
- type: nist
1910
- id: NISTd24
1911
- identifiers:
1912
- - type: nist
1913
- id: NISTq35
1914
- - type: unitsml
1915
- id: q:activity_referred_to_a_radionuclide
1916
- names:
1917
- - value: activity referred to a radionuclide
1918
- lang: en
1919
- - value: activité d'un radionucléide
1920
- lang: fr
1921
- quantity_type: derived
1922
- references:
1923
- - type: normative
1924
- authority: si-digital-framework
1925
- uri: http://si-digital-framework.org/quantities/ARRN
1926
- short: activity_referred_to_a_radionuclide
1927
- - dimension_reference:
1928
- type: nist
1929
- id: NISTd25
1930
- identifiers:
1931
- - type: nist
1932
- id: NISTq36
1933
- - type: unitsml
1934
- id: q:absorbed_dose
1935
- names:
1936
- - value: absorbed dose
1937
- lang: en
1938
- - value: dose absorbée
1939
- lang: fr
1940
- quantity_type: derived
1941
- references:
1942
- - type: normative
1943
- authority: si-digital-framework
1944
- uri: http://si-digital-framework.org/quantities/ABDO
1945
- short: absorbed_dose
1946
- - dimension_reference:
1947
- type: nist
1948
- id: NISTd25
1949
- identifiers:
1950
- - type: nist
1951
- id: NISTq37
1952
- - type: unitsml
1953
- id: q:specific_energy_imparted
1954
- names:
1955
- - value: specific energy imparted
1956
- lang: en
1957
- quantity_type: derived
1958
- short: specific_energy_imparted
1959
- - dimension_reference:
1960
- type: nist
1961
- id: NISTd25
1962
- identifiers:
1963
- - type: nist
1964
- id: NISTq38
1965
- - type: unitsml
1966
- id: q:kerma
1967
- names:
1968
- - value: kerma
1969
- lang: en
1970
- - value: kerma
1971
- lang: fr
1972
- quantity_type: derived
1973
- references:
1974
- - type: normative
1975
- authority: si-digital-framework
1976
- uri: http://si-digital-framework.org/quantities/KRMA
1977
- short: kerma
1978
- - dimension_reference:
1979
- type: nist
1980
- id: NISTd25
1981
- identifiers:
1982
- - type: nist
1983
- id: NISTq39
1984
- - type: unitsml
1985
- id: q:dose_equivalent
1986
- names:
1987
- - value: dose equivalent
1988
- lang: en
1989
- - value: équivalent de dose
1990
- lang: fr
1991
- quantity_type: derived
1992
- references:
1993
- - type: normative
1994
- authority: si-digital-framework
1995
- uri: http://si-digital-framework.org/quantities/DOEQ
1996
- short: dose_equivalent
1997
- - dimension_reference:
1998
- type: nist
1999
- id: NISTd4
2000
- identifiers:
2001
- - type: nist
2002
- id: NISTq4
2003
- - type: unitsml
2004
- id: q:electric_current
2005
- names:
2006
- - value: electric current
2007
- lang: en
2008
- - value: courant électrique
2009
- lang: fr
2010
- quantity_type: base
2011
- references:
2012
- - type: normative
2013
- authority: si-digital-framework
2014
- uri: http://si-digital-framework.org/quantities/ELCU
2015
- short: electric_current
2016
- - dimension_reference:
2017
- type: nist
2018
- id: NISTd25
2019
- identifiers:
2020
- - type: nist
2021
- id: NISTq40
2022
- - type: unitsml
2023
- id: q:ambient_dose_equivalent
2024
- names:
2025
- - value: ambient dose equivalent
2026
- lang: en
2027
- quantity_type: derived
2028
- short: ambient_dose_equivalent
2029
- - dimension_reference:
2030
- type: nist
2031
- id: NISTd25
2032
- identifiers:
2033
- - type: nist
2034
- id: NISTq41
2035
- - type: unitsml
2036
- id: q:directional_dose_equivalent
2037
- names:
2038
- - value: directional dose equivalent
2039
- lang: en
2040
- quantity_type: derived
2041
- short: directional_dose_equivalent
2042
- - dimension_reference:
2043
- type: nist
2044
- id: NISTd25
2045
- identifiers:
2046
- - type: nist
2047
- id: NISTq42
2048
- - type: unitsml
2049
- id: q:personal_dose_equivalent
2050
- names:
2051
- - value: personal dose equivalent
2052
- lang: en
2053
- quantity_type: derived
2054
- short: personal_dose_equivalent
2055
- - dimension_reference:
2056
- type: nist
2057
- id: NISTd25
2058
- identifiers:
2059
- - type: nist
2060
- id: NISTq43
2061
- - type: unitsml
2062
- id: q:organ_dose_equivalent
2063
- names:
2064
- - value: organ dose equivalent
2065
- lang: en
2066
- quantity_type: derived
2067
- short: organ_dose_equivalent
2068
- - dimension_reference:
2069
- type: nist
2070
- id: NISTd26
2071
- identifiers:
2072
- - type: nist
2073
- id: NISTq44
2074
- - type: unitsml
2075
- id: q:catalytic_activity
2076
- names:
2077
- - value: catalytic activity
2078
- lang: en
2079
- - value: activité catalytique
2080
- lang: fr
2081
- quantity_type: derived
2082
- references:
2083
- - type: normative
2084
- authority: si-digital-framework
2085
- uri: http://si-digital-framework.org/quantities/CATA
2086
- short: catalytic_activity
2087
- - dimension_reference:
2088
- type: nist
2089
- id: NISTd24
2090
- identifiers:
2091
- - type: nist
2092
- id: NISTq45
2093
- - type: unitsml
2094
- id: q:frequency
2095
- names:
2096
- - value: frequency
2097
- lang: en
2098
- - value: fréquence
2099
- lang: fr
2100
- quantity_type: derived
2101
- references:
2102
- - type: normative
2103
- authority: si-digital-framework
2104
- uri: http://si-digital-framework.org/quantities/FREQ
2105
- short: frequency
2106
- - dimension_reference:
2107
- type: nist
2108
- id: NISTd7
2109
- identifiers:
2110
- - type: nist
2111
- id: NISTq46
2112
- - type: unitsml
2113
- id: q:luminous_flux
2114
- names:
2115
- - value: luminous flux
2116
- lang: en
2117
- - value: flux lumineux
2118
- lang: fr
2119
- quantity_type: derived
2120
- references:
2121
- - type: normative
2122
- authority: si-digital-framework
2123
- uri: http://si-digital-framework.org/quantities/LUFL
2124
- short: luminous_flux
2125
- - dimension_reference:
2126
- type: nist
2127
- id: NISTd27
2128
- identifiers:
2129
- - type: nist
2130
- id: NISTq47
2131
- - type: unitsml
2132
- id: q:illuminance
2133
- names:
2134
- - value: illuminance
2135
- lang: en
2136
- - value: éclairement lumineux
2137
- lang: fr
2138
- quantity_type: derived
2139
- references:
2140
- - type: normative
2141
- authority: si-digital-framework
2142
- uri: http://si-digital-framework.org/quantities/ILLU
2143
- short: illuminance
2144
- - dimension_reference:
2145
- type: nist
2146
- id: NISTd1
2147
- identifiers:
2148
- - type: nist
2149
- id: NISTq48
2150
- - type: unitsml
2151
- id: q:distance
2152
- names:
2153
- - value: distance
2154
- lang: en
2155
- quantity_type: base
2156
- short: distance
2157
- - dimension_reference:
2158
- type: nist
2159
- id: NISTd28
2160
- identifiers:
2161
- - type: nist
2162
- id: NISTq49
2163
- - type: unitsml
2164
- id: q:acceleration
2165
- names:
2166
- - value: acceleration
2167
- lang: en
2168
- - value: accélération
2169
- lang: fr
2170
- quantity_type: derived
2171
- references:
2172
- - type: normative
2173
- authority: si-digital-framework
2174
- uri: http://si-digital-framework.org/quantities/ACCE
2175
- short: acceleration
2176
- - dimension_reference:
2177
- type: nist
2178
- id: NISTd5
2179
- identifiers:
2180
- - type: nist
2181
- id: NISTq5
2182
- - type: unitsml
2183
- id: q:temperature
2184
- names:
2185
- - value: thermodynamic temperature
2186
- lang: en
2187
- - value: température thermodynamique
2188
- lang: fr
2189
- quantity_type: base
2190
- references:
2191
- - type: normative
2192
- authority: si-digital-framework
2193
- uri: http://si-digital-framework.org/quantities/TEMT
2194
- short: temperature
2195
- - dimension_reference:
2196
- type: nist
2197
- id: NISTd29
2198
- identifiers:
2199
- - type: nist
2200
- id: NISTq50
2201
- - type: unitsml
2202
- id: q:wavenumber
2203
- names:
2204
- - value: wavenumber
2205
- lang: en
2206
- - value: repetency
2207
- lang: en
2208
- - value: nombre d'ondes
2209
- lang: fr
2210
- quantity_type: derived
2211
- references:
2212
- - type: normative
2213
- authority: si-digital-framework
2214
- uri: http://si-digital-framework.org/quantities/WANU
2215
- short: wavenumber
2216
- - dimension_reference:
2217
- type: nist
2218
- id: NISTd30
2219
- identifiers:
2220
- - type: nist
2221
- id: NISTq51
2222
- - type: unitsml
2223
- id: q:density
2224
- names:
2225
- - value: density
2226
- lang: en
2227
- - value: mass density
2228
- lang: en
2229
- - value: masse volumique
2230
- lang: fr
2231
- quantity_type: derived
2232
- references:
2233
- - type: normative
2234
- authority: si-digital-framework
2235
- uri: http://si-digital-framework.org/quantities/DENS
2236
- short: density
2237
- - dimension_reference:
2238
- type: nist
2239
- id: NISTd31
2240
- identifiers:
2241
- - type: nist
2242
- id: NISTq52
2243
- - type: unitsml
2244
- id: q:specific_volume
2245
- names:
2246
- - value: specific volume
2247
- lang: en
2248
- - value: massic volume
2249
- lang: en
2250
- - value: volume massique
2251
- lang: fr
2252
- quantity_type: derived
2253
- references:
2254
- - type: normative
2255
- authority: si-digital-framework
2256
- uri: http://si-digital-framework.org/quantities/SPVO
2257
- short: specific_volume
2258
- - dimension_reference:
2259
- type: nist
2260
- id: NISTd32
2261
- identifiers:
2262
- - type: nist
2263
- id: NISTq53
2264
- - type: unitsml
2265
- id: q:current_density
2266
- names:
2267
- - value: current density
2268
- lang: en
2269
- - value: densité de courant
2270
- lang: fr
2271
- quantity_type: derived
2272
- references:
2273
- - type: normative
2274
- authority: si-digital-framework
2275
- uri: http://si-digital-framework.org/quantities/CUDE
2276
- short: current_density
2277
- - dimension_reference:
2278
- type: nist
2279
- id: NISTd33
2280
- identifiers:
2281
- - type: nist
2282
- id: NISTq54
2283
- - type: unitsml
2284
- id: q:magnetic_field_strength
2285
- names:
2286
- - value: magnetic field strength
2287
- lang: en
2288
- - value: champ magnétique
2289
- lang: fr
2290
- quantity_type: derived
2291
- references:
2292
- - type: normative
2293
- authority: si-digital-framework
2294
- uri: http://si-digital-framework.org/quantities/MAFD
2295
- short: magnetic_field_strength
2296
- - dimension_reference:
2297
- type: nist
2298
- id: NISTd34
2299
- identifiers:
2300
- - type: nist
2301
- id: NISTq55
2302
- - type: unitsml
2303
- id: q:amount_concentration
2304
- names:
2305
- - value: amount of substance concentration
2306
- lang: en
2307
- - value: amount concentration
2308
- lang: en
2309
- - value: concentration de quantité de matière
2310
- lang: fr
2311
- quantity_type: derived
2312
- references:
2313
- - type: normative
2314
- authority: si-digital-framework
2315
- uri: http://si-digital-framework.org/quantities/AMSC
2316
- short: amount_concentration
2317
- - dimension_reference:
2318
- type: nist
2319
- id: NISTd27
2320
- identifiers:
2321
- - type: nist
2322
- id: NISTq56
2323
- - type: unitsml
2324
- id: q:luminance
2325
- names:
2326
- - value: luminance
2327
- lang: en
2328
- - value: luminance lumineuse
2329
- lang: fr
2330
- quantity_type: derived
2331
- references:
2332
- - type: normative
2333
- authority: si-digital-framework
2334
- uri: http://si-digital-framework.org/quantities/LUMA
2335
- short: luminance
2336
- - dimension_reference:
2337
- type: nist
2338
- id: NISTd11
2339
- identifiers:
2340
- - type: nist
2341
- id: NISTq57
2342
- - type: unitsml
2343
- id: q:angular_velocity
2344
- names:
2345
- - value: angular velocity
2346
- lang: en
2347
- - value: vitesse angulaire
2348
- lang: fr
2349
- quantity_type: derived
2350
- references:
2351
- - type: normative
2352
- authority: si-digital-framework
2353
- uri: http://si-digital-framework.org/quantities/VELA
2354
- short: angular_velocity
2355
- - dimension_reference:
2356
- type: nist
2357
- id: NISTd35
2358
- identifiers:
2359
- - type: nist
2360
- id: NISTq58
2361
- - type: unitsml
2362
- id: q:angular_acceleration
2363
- names:
2364
- - value: angular acceleration
2365
- lang: en
2366
- - value: accelération angulaire
2367
- lang: fr
2368
- quantity_type: derived
2369
- references:
2370
- - type: normative
2371
- authority: si-digital-framework
2372
- uri: http://si-digital-framework.org/quantities/ACCA
2373
- short: angular_acceleration
2374
- - dimension_reference:
2375
- type: nist
2376
- id: NISTd36
2377
- identifiers:
2378
- - type: nist
2379
- id: NISTq59
2380
- - type: unitsml
2381
- id: q:dynamic_viscosity
2382
- names:
2383
- - value: dynamic viscosity
2384
- lang: en
2385
- - value: viscosité dynamique
2386
- lang: fr
2387
- quantity_type: derived
2388
- references:
2389
- - type: normative
2390
- authority: si-digital-framework
2391
- uri: http://si-digital-framework.org/quantities/DYVI
2392
- short: dynamic_viscosity
2393
- - dimension_reference:
2394
- type: nist
2395
- id: NISTd6
2396
- identifiers:
2397
- - type: nist
2398
- id: NISTq6
2399
- - type: unitsml
2400
- id: q:substance_amount
2401
- names:
2402
- - value: amount of substance
2403
- lang: en
2404
- - value: quantité de matière
2405
- lang: fr
2406
- quantity_type: base
2407
- references:
2408
- - type: normative
2409
- authority: si-digital-framework
2410
- uri: http://si-digital-framework.org/quantities/AMSU
2411
- short: substance_amount
2412
- - dimension_reference:
2413
- type: nist
2414
- id: NISTd15
2415
- identifiers:
2416
- - type: nist
2417
- id: NISTq60
2418
- - type: unitsml
2419
- id: q:moment_of_force
2420
- names:
2421
- - value: moment of force
2422
- lang: en
2423
- - value: moment d’une force
2424
- lang: fr
2425
- quantity_type: derived
2426
- references:
2427
- - type: normative
2428
- authority: si-digital-framework
2429
- uri: http://si-digital-framework.org/quantities/TORQ
2430
- short: moment_of_force
2431
- - dimension_reference:
2432
- type: nist
2433
- id: NISTd37
2434
- identifiers:
2435
- - type: nist
2436
- id: NISTq61
2437
- - type: unitsml
2438
- id: q:surface_tension
2439
- names:
2440
- - value: surface tension
2441
- lang: en
2442
- - value: tension superficielle
2443
- lang: fr
2444
- quantity_type: derived
2445
- references:
2446
- - type: normative
2447
- authority: si-digital-framework
2448
- uri: http://si-digital-framework.org/quantities/SUTE
2449
- short: surface_tension
2450
- - dimension_reference:
2451
- type: nist
2452
- id: NISTd38
2453
- identifiers:
2454
- - type: nist
2455
- id: NISTq62
2456
- - type: unitsml
2457
- id: q:heat_flux_density
2458
- names:
2459
- - value: heat flux density
2460
- lang: en
2461
- - value: flux thermique surfacique
2462
- lang: fr
2463
- quantity_type: derived
2464
- references:
2465
- - type: normative
2466
- authority: si-digital-framework
2467
- uri: http://si-digital-framework.org/quantities/HEFD
2468
- short: heat_flux_density
2469
- - dimension_reference:
2470
- type: nist
2471
- id: NISTd39
2472
- identifiers:
2473
- - type: nist
2474
- id: NISTq63
2475
- - type: unitsml
2476
- id: q:heat_capacity
2477
- names:
2478
- - value: heat capacity
2479
- lang: en
2480
- - value: capacité thermique
2481
- lang: fr
2482
- quantity_type: derived
2483
- references:
2484
- - type: normative
2485
- authority: si-digital-framework
2486
- uri: http://si-digital-framework.org/quantities/HECA
2487
- short: heat_capacity
2488
- - dimension_reference:
2489
- type: nist
2490
- id: NISTd40
2491
- identifiers:
2492
- - type: nist
2493
- id: NISTq64
2494
- - type: unitsml
2495
- id: q:specific_heat_capacity
2496
- names:
2497
- - value: specific heat capacity
2498
- lang: en
2499
- - value: capacité thermique massique
2500
- lang: fr
2501
- quantity_type: derived
2502
- references:
2503
- - type: normative
2504
- authority: si-digital-framework
2505
- uri: http://si-digital-framework.org/quantities/SHEC
2506
- short: specific_heat_capacity
2507
- - dimension_reference:
2508
- type: nist
2509
- id: NISTd25
2510
- identifiers:
2511
- - type: nist
2512
- id: NISTq65
2513
- - type: unitsml
2514
- id: q:specific_energy
2515
- names:
2516
- - value: specific energy
2517
- lang: en
2518
- - value: énergie massique
2519
- lang: fr
2520
- quantity_type: derived
2521
- references:
2522
- - type: normative
2523
- authority: si-digital-framework
2524
- uri: http://si-digital-framework.org/quantities/SENG
2525
- short: specific_energy
2526
- - dimension_reference:
2527
- type: nist
2528
- id: NISTd41
2529
- identifiers:
2530
- - type: nist
2531
- id: NISTq66
2532
- - type: unitsml
2533
- id: q:thermal_conductivity
2534
- names:
2535
- - value: thermal conductivity
2536
- lang: en
2537
- - value: conductivité thermique
2538
- lang: fr
2539
- quantity_type: derived
2540
- references:
2541
- - type: normative
2542
- authority: si-digital-framework
2543
- uri: http://si-digital-framework.org/quantities/TCON
2544
- short: thermal_conductivity
2545
- - dimension_reference:
2546
- type: nist
2547
- id: NISTd14
2548
- identifiers:
2549
- - type: nist
2550
- id: NISTq67
2551
- - type: unitsml
2552
- id: q:energy_density
2553
- names:
2554
- - value: energy density
2555
- lang: en
2556
- - value: énergie volumique
2557
- lang: fr
2558
- quantity_type: derived
2559
- references:
2560
- - type: normative
2561
- authority: si-digital-framework
2562
- uri: http://si-digital-framework.org/quantities/ENGD
2563
- short: energy_density
2564
- - dimension_reference:
2565
- type: nist
2566
- id: NISTd42
2567
- identifiers:
2568
- - type: nist
2569
- id: NISTq68
2570
- - type: unitsml
2571
- id: q:electric_field_strength
2572
- names:
2573
- - value: electric field strength
2574
- lang: en
2575
- - value: champ électrique
2576
- lang: fr
2577
- quantity_type: derived
2578
- references:
2579
- - type: normative
2580
- authority: si-digital-framework
2581
- uri: http://si-digital-framework.org/quantities/ELFS
2582
- short: electric_field_strength
2583
- - dimension_reference:
2584
- type: nist
2585
- id: NISTd43
2586
- identifiers:
2587
- - type: nist
2588
- id: NISTq69
2589
- - type: unitsml
2590
- id: q:electric_charge_density
2591
- names:
2592
- - value: electric charge density
2593
- lang: en
2594
- - value: charge électrique volumique
2595
- lang: fr
2596
- quantity_type: derived
2597
- references:
2598
- - type: normative
2599
- authority: si-digital-framework
2600
- uri: http://si-digital-framework.org/quantities/ELCD
2601
- short: electric_charge_density
2602
- - dimension_reference:
2603
- type: nist
2604
- id: NISTd7
2605
- identifiers:
2606
- - type: nist
2607
- id: NISTq7
2608
- - type: unitsml
2609
- id: q:luminous_intensity
2610
- names:
2611
- - value: luminous intensity
2612
- lang: en
2613
- - value: intensité lumineuse
2614
- lang: fr
2615
- quantity_type: base
2616
- references:
2617
- - type: normative
2618
- authority: si-digital-framework
2619
- uri: http://si-digital-framework.org/quantities/LUIN
2620
- short: luminous_intensity
2621
- - dimension_reference:
2622
- type: nist
2623
- id: NISTd44
2624
- identifiers:
2625
- - type: nist
2626
- id: NISTq70
2627
- - type: unitsml
2628
- id: q:electric_flux_density
2629
- names:
2630
- - value: electric flux density
2631
- lang: en
2632
- - value: induction électrique
2633
- lang: fr
2634
- quantity_type: derived
2635
- references:
2636
- - type: normative
2637
- authority: si-digital-framework
2638
- uri: http://si-digital-framework.org/quantities/ELFD
2639
- short: electric_flux_density
2640
- - dimension_reference:
2641
- type: nist
2642
- id: NISTd45
2643
- identifiers:
2644
- - type: nist
2645
- id: NISTq71
2646
- - type: unitsml
2647
- id: q:permittivity
2648
- names:
2649
- - value: permittivity
2650
- lang: en
2651
- - value: permittivité
2652
- lang: fr
2653
- quantity_type: derived
2654
- references:
2655
- - type: normative
2656
- authority: si-digital-framework
2657
- uri: http://si-digital-framework.org/quantities/PRMI
2658
- short: permittivity
2659
- - dimension_reference:
2660
- type: nist
2661
- id: NISTd46
2662
- identifiers:
2663
- - type: nist
2664
- id: NISTq72
2665
- - type: unitsml
2666
- id: q:permeability
2667
- names:
2668
- - value: permeability
2669
- lang: en
2670
- - value: perméabilitté
2671
- lang: fr
2672
- quantity_type: derived
2673
- references:
2674
- - type: normative
2675
- authority: si-digital-framework
2676
- uri: http://si-digital-framework.org/quantities/PRME
2677
- short: permeability
2678
- - dimension_reference:
2679
- type: nist
2680
- id: NISTd47
2681
- identifiers:
2682
- - type: nist
2683
- id: NISTq73
2684
- - type: unitsml
2685
- id: q:molar_energy
2686
- names:
2687
- - value: molar energy
2688
- lang: en
2689
- - value: énergie molaire
2690
- lang: fr
2691
- quantity_type: derived
2692
- references:
2693
- - type: normative
2694
- authority: si-digital-framework
2695
- uri: http://si-digital-framework.org/quantities/MOEG
2696
- short: molar_energy
2697
- - dimension_reference:
2698
- type: nist
2699
- id: NISTd48
2700
- identifiers:
2701
- - type: nist
2702
- id: NISTq74
2703
- - type: unitsml
2704
- id: q:molar_entropy
2705
- names:
2706
- - value: molar entropy
2707
- lang: en
2708
- - value: entropie molaire
2709
- lang: fr
2710
- quantity_type: derived
2711
- references:
2712
- - type: normative
2713
- authority: si-digital-framework
2714
- uri: http://si-digital-framework.org/quantities/MOEN
2715
- short: molar_entropy
2716
- - dimension_reference:
2717
- type: nist
2718
- id: NISTd49
2719
- identifiers:
2720
- - type: nist
2721
- id: NISTq75
2722
- - type: unitsml
2723
- id: q:exposure_x_and_gamma_rays
2724
- names:
2725
- - value: exposure (x and gamma rays)
2726
- lang: en
2727
- quantity_type: derived
2728
- short: exposure_x_and_gamma_rays
2729
- - dimension_reference:
2730
- type: nist
2731
- id: NISTd50
2732
- identifiers:
2733
- - type: nist
2734
- id: NISTq76
2735
- - type: unitsml
2736
- id: q:absorbed_dose_rate
2737
- names:
2738
- - value: absorbed dose rate
2739
- lang: en
2740
- - value: débit de dose absorbée
2741
- lang: fr
2742
- quantity_type: derived
2743
- references:
2744
- - type: normative
2745
- authority: si-digital-framework
2746
- uri: http://si-digital-framework.org/quantities/ABDR
2747
- short: absorbed_dose_rate
2748
- - dimension_reference:
2749
- type: nist
2750
- id: NISTd15
2751
- identifiers:
2752
- - type: nist
2753
- id: NISTq77
2754
- - type: unitsml
2755
- id: q:potential_energy
2756
- names:
2757
- - value: potential energy
2758
- lang: en
2759
- quantity_type: derived
2760
- short: potential_energy
2761
- - dimension_reference:
2762
- type: nist
2763
- id: NISTd38
2764
- identifiers:
2765
- - type: nist
2766
- id: NISTq78
2767
- - type: unitsml
2768
- id: q:irradiance
2769
- names:
2770
- - value: irradiance
2771
- lang: en
2772
- quantity_type: derived
2773
- short: irradiance
2774
- - dimension_reference:
2775
- type: nist
2776
- id: NISTd39
2777
- identifiers:
2778
- - type: nist
2779
- id: NISTq79
2780
- - type: unitsml
2781
- id: q:entropy
2782
- names:
2783
- - value: entropy
2784
- lang: en
2785
- quantity_type: derived
2786
- short: entropy
2787
- - dimension_reference:
2788
- type: nist
2789
- id: NISTd8
2790
- identifiers:
2791
- - type: nist
2792
- id: NISTq8
2793
- - type: unitsml
2794
- id: q:area
2795
- names:
2796
- - value: area
2797
- lang: en
2798
- - value: superficie
2799
- lang: fr
2800
- quantity_type: derived
2801
- references:
2802
- - type: normative
2803
- authority: si-digital-framework
2804
- uri: http://si-digital-framework.org/quantities/AREA
2805
- short: area
2806
- - dimension_reference:
2807
- type: nist
2808
- id: NISTd40
2809
- identifiers:
2810
- - type: nist
2811
- id: NISTq80
2812
- - type: unitsml
2813
- id: q:specific_entropy
2814
- names:
2815
- - value: specific entropy
2816
- lang: en
2817
- quantity_type: derived
2818
- short: specific_entropy
2819
- - dimension_reference:
2820
- type: nist
2821
- id: NISTd53
2822
- identifiers:
2823
- - type: nist
2824
- id: NISTq81
2825
- - type: unitsml
2826
- id: q:surface_charge_density
2827
- names:
2828
- - value: surface charge density
2829
- lang: en
2830
- - value: charge électrique surfacique
2831
- lang: fr
2832
- quantity_type: derived
2833
- references:
2834
- - type: normative
2835
- authority: si-digital-framework
2836
- uri: http://si-digital-framework.org/quantities/SUCD
2837
- short: surface_charge_density
2838
- - dimension_reference:
2839
- type: nist
2840
- id: NISTd44
2841
- identifiers:
2842
- - type: nist
2843
- id: NISTq82
2844
- - type: unitsml
2845
- id: q:electric_displacement
2846
- names:
2847
- - value: electric displacement
2848
- lang: en
2849
- quantity_type: derived
2850
- short: electric_displacement
2851
- - dimension_reference:
2852
- type: nist
2853
- id: NISTd48
2854
- identifiers:
2855
- - type: nist
2856
- id: NISTq83
2857
- - type: unitsml
2858
- id: q:molar_heat_capacity
2859
- names:
2860
- - value: molar heat capacity
2861
- lang: en
2862
- quantity_type: derived
2863
- short: molar_heat_capacity
2864
- - dimension_reference:
2865
- type: nist
2866
- id: NISTd55
2867
- identifiers:
2868
- - type: nist
2869
- id: NISTq84
2870
- - type: unitsml
2871
- id: q:catalytic_activity_concentration
2872
- names:
2873
- - value: catalytic activity concentration
2874
- lang: en
2875
- - value: concentration de l’activité catalytique
2876
- lang: fr
2877
- quantity_type: derived
2878
- references:
2879
- - type: normative
2880
- authority: si-digital-framework
2881
- uri: http://si-digital-framework.org/quantities/CTAC
2882
- short: catalytic_activity_concentration
2883
- - dimension_reference:
2884
- type: nist
2885
- id: NISTd56
2886
- identifiers:
2887
- - type: nist
2888
- id: NISTq85
2889
- - type: unitsml
2890
- id: q:kinematic_viscosity
2891
- names:
2892
- - value: kinematic viscosity
2893
- lang: en
2894
- - value: viscosité cinématique
2895
- lang: fr
2896
- quantity_type: derived
2897
- references:
2898
- - type: normative
2899
- authority: si-digital-framework
2900
- uri: http://si-digital-framework.org/quantities/KIVI
2901
- short: kinematic_viscosity
2902
- - dimension_reference:
2903
- type: nist
2904
- id: NISTd33
2905
- identifiers:
2906
- - type: nist
2907
- id: NISTq87
2908
- - type: unitsml
2909
- id: q:magnetic_field
2910
- names:
2911
- - value: magnetic field
2912
- lang: en
2913
- quantity_type: derived
2914
- short: magnetic_field
2915
- - dimension_reference:
2916
- type: nist
2917
- id: NISTd16
2918
- identifiers:
2919
- - type: nist
2920
- id: NISTq88
2921
- - type: unitsml
2922
- id: q:radiant_intensity
2923
- names:
2924
- - value: radiant intensity
2925
- lang: en
2926
- - value: intensité énergétique
2927
- lang: fr
2928
- quantity_type: derived
2929
- references:
2930
- - type: normative
2931
- authority: si-digital-framework
2932
- uri: http://si-digital-framework.org/quantities/RAIN
2933
- short: radiant_intensity
2934
- - dimension_reference:
2935
- type: nist
2936
- id: NISTd38
2937
- identifiers:
2938
- - type: nist
2939
- id: NISTq89
2940
- - type: unitsml
2941
- id: q:radiance
2942
- names:
2943
- - value: radiance
2944
- lang: en
2945
- - value: luminance énergétique
2946
- lang: fr
2947
- quantity_type: derived
2948
- references:
2949
- - type: normative
2950
- authority: si-digital-framework
2951
- uri: http://si-digital-framework.org/quantities/RADI
2952
- short: radiance
2953
- - dimension_reference:
2954
- type: nist
2955
- id: NISTd9
2956
- identifiers:
2957
- - type: nist
2958
- id: NISTq9
2959
- - type: unitsml
2960
- id: q:plane_angle
2961
- names:
2962
- - value: plane angle
2963
- lang: en
2964
- - value: angle
2965
- lang: en
2966
- - value: angle plan
2967
- lang: fr
2968
- quantity_type: derived
2969
- references:
2970
- - type: normative
2971
- authority: si-digital-framework
2972
- uri: http://si-digital-framework.org/quantities/ANGP
2973
- short: plane_angle
2974
- - dimension_reference:
2975
- type: nist
2976
- id: NISTd67
2977
- identifiers:
2978
- - type: nist
2979
- id: NISTq90
2980
- - type: unitsml
2981
- id: q:logarithmic_ratio_quantities
2982
- names:
2983
- - value: ratio logarithm (B)
2984
- lang: en
2985
- - value: logarithmic ratio quantities (power-like quantities using decimal logarithms)
2986
- lang: en
2987
- - value: logarithme d'un rapport (B)
2988
- lang: fr
2989
- quantity_type: derived
2990
- references:
2991
- - type: normative
2992
- authority: si-digital-framework
2993
- uri: http://si-digital-framework.org/quantities/RLGB
2994
- short: logarithmic_ratio_quantities
2995
- - dimension_reference:
2996
- type: nist
2997
- id: NISTd52
2998
- identifiers:
2999
- - type: nist
3000
- id: NISTq91
3001
- - type: unitsml
3002
- id: q:fluidity
3003
- names:
3004
- - value: fluidity
3005
- lang: en
3006
- - value: reciprocal of dynamic viscosity
3007
- lang: en
3008
- quantity_type: derived
3009
- short: fluidity
3010
- - dimension_reference:
3011
- type: nist
3012
- id: NISTd8
3013
- identifiers:
3014
- - type: nist
3015
- id: NISTq92
3016
- - type: unitsml
3017
- id: q:hydrodynamic_permeability
3018
- names:
3019
- - value: hydrodynamic permeability
3020
- lang: en
3021
- quantity_type: derived
3022
- short: hydrodynamic_permeability
3023
- - dimension_reference:
3024
- type: nist
3025
- id: NISTd80
3026
- identifiers:
3027
- - type: nist
3028
- id: NISTq93
3029
- - type: unitsml
3030
- id: q:refractive_index
3031
- names:
3032
- - value: refractive index
3033
- lang: en
3034
- quantity_type: derived
3035
- short: refractive_index
3036
- - dimension_reference:
3037
- type: nist
3038
- id: NISTd80
3039
- identifiers:
3040
- - type: nist
3041
- id: NISTq94
3042
- - type: unitsml
3043
- id: q:relative_permeability
3044
- names:
3045
- - value: relative permeability
3046
- lang: en
3047
- quantity_type: derived
3048
- short: relative_permeability
3049
- - dimension_reference:
3050
- type: nist
3051
- id: NISTd1
3052
- identifiers:
3053
- - type: nist
3054
- id: NISTq95
3055
- - type: unitsml
3056
- id: q:breadth
3057
- names:
3058
- - value: breadth
3059
- lang: en
3060
- quantity_type: derived
3061
- short: breadth
3062
- - dimension_reference:
3063
- type: nist
3064
- id: NISTd1
3065
- identifiers:
3066
- - type: nist
3067
- id: NISTq96
3068
- - type: unitsml
3069
- id: q:height
3070
- names:
3071
- - value: height
3072
- lang: en
3073
- quantity_type: derived
3074
- short: height
3075
- - dimension_reference:
3076
- type: nist
3077
- id: NISTd1
3078
- identifiers:
3079
- - type: nist
3080
- id: NISTq97
3081
- - type: unitsml
3082
- id: q:thickness
3083
- names:
3084
- - value: thickness
3085
- lang: en
3086
- quantity_type: derived
3087
- short: thickness
3088
- - dimension_reference:
3089
- type: nist
3090
- id: NISTd1
3091
- identifiers:
3092
- - type: nist
3093
- id: NISTq98
3094
- - type: unitsml
3095
- id: q:radius
3096
- names:
3097
- - value: radius
3098
- lang: en
3099
- quantity_type: derived
3100
- short: radius
3101
- - dimension_reference:
3102
- type: nist
3103
- id: NISTd1
3104
- identifiers:
3105
- - type: nist
3106
- id: NISTq99
3107
- - type: unitsml
3108
- id: q:radial_distance
3109
- names:
3110
- - value: radial distance
3111
- lang: en
3112
- quantity_type: derived
3113
- short: radial_distance