@bentley/imodeljs-linux-x64 4.5.1 → 4.5.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.
package/Assets/ECSchemas/Standard/{Units.01.00.07.ecschema.xml → Units.01.00.08.ecschema.xml}
RENAMED
|
@@ -1,617 +1,618 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- ==================================================================================
|
|
3
|
-
| * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
-
| * See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
|
-
======================================================================================= -->
|
|
6
|
-
<ECSchema schemaName="Units" alias="u" version="01.00.
|
|
7
|
-
xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
|
|
8
|
-
<UnitSystem typeName="SI" />
|
|
9
|
-
<UnitSystem typeName="CGS" />
|
|
10
|
-
<UnitSystem typeName="METRIC" />
|
|
11
|
-
<UnitSystem typeName="IMPERIAL" />
|
|
12
|
-
<UnitSystem typeName="MARITIME" />
|
|
13
|
-
<UnitSystem typeName="USSURVEY" />
|
|
14
|
-
<UnitSystem typeName="INDUSTRIAL" />
|
|
15
|
-
<UnitSystem typeName="INTERNATIONAL" />
|
|
16
|
-
<UnitSystem typeName="USCUSTOM" />
|
|
17
|
-
<UnitSystem typeName="STATISTICS" />
|
|
18
|
-
<UnitSystem typeName="FINANCE" />
|
|
19
|
-
<UnitSystem typeName="CONSTANT" />
|
|
20
|
-
<Phenomenon typeName="APPARENT_POWER" definition="ELECTRIC_POTENTIAL*CURRENT" displayLabel="Apparent Power" />
|
|
21
|
-
<Phenomenon typeName="AREA" definition="LENGTH(2)" displayLabel="Area" />
|
|
22
|
-
<Phenomenon typeName="VOLUME" definition="LENGTH(3)" displayLabel="Volume" />
|
|
23
|
-
<Phenomenon typeName="VELOCITY" definition="LENGTH*TIME(-1)" displayLabel="Velocity" />
|
|
24
|
-
<Phenomenon typeName="ANGULAR_VELOCITY" definition="ANGLE*TIME(-1)" displayLabel="Angular Velocity" />
|
|
25
|
-
<Phenomenon typeName="ACCELERATION" definition="LENGTH*TIME(-2)" displayLabel="Acceleration" />
|
|
26
|
-
<Phenomenon typeName="FORCE" definition="MASS*ACCELERATION" displayLabel="Force" />
|
|
27
|
-
<Phenomenon typeName="PRESSURE" definition="FORCE*AREA(-1)" displayLabel="Pressure" />
|
|
28
|
-
<Phenomenon typeName="FORCE_DENSITY" definition="FORCE*VOLUME(-1)" displayLabel="Force Density" />
|
|
29
|
-
<Phenomenon typeName="PRESSURE_GRADIENT" definition="PRESSURE*LENGTH(-1)" displayLabel="Pressure Gradient" />
|
|
30
|
-
<Phenomenon typeName="TORQUE" definition="FORCE*LENGTH*ANGLE(-1)" displayLabel="Torque" />
|
|
31
|
-
<Phenomenon typeName="LINEAR_TORQUE" definition="TORQUE*LENGTH(-1)" displayLabel="Linear Torque" />
|
|
32
|
-
<Phenomenon typeName="AREA_TORQUE" definition="TORQUE*AREA(-1)" displayLabel="Area Torque" />
|
|
33
|
-
<Phenomenon typeName="AREA_MOMENT_INERTIA" definition="LENGTH(4)" displayLabel="Area Moment Inertia" />
|
|
34
|
-
<Phenomenon typeName="MASS_RATIO" definition="MASS*MASS(-1)" displayLabel="Mass Ratio" />
|
|
35
|
-
<Phenomenon typeName="DENSITY" definition="MASS*VOLUME(-1)" displayLabel="Density" />
|
|
36
|
-
<Phenomenon typeName="SPECIFIC_VOLUME" definition="VOLUME*MASS(-1)" displayLabel="Specific Volume" />
|
|
37
|
-
<Phenomenon typeName="LINEAR_DENSITY" definition="MASS*LENGTH(-1)" displayLabel="Linear Density" />
|
|
38
|
-
<Phenomenon typeName="SURFACE_DENSITY" definition="MASS*AREA(-1)" displayLabel="Surface Density" />
|
|
39
|
-
<Phenomenon typeName="WORK" definition="FORCE*LENGTH" displayLabel="Work" />
|
|
40
|
-
<Phenomenon typeName="POWER" definition="WORK*TIME(-1)" displayLabel="Power" />
|
|
41
|
-
<Phenomenon typeName="VOLUMETRIC_FLOW" definition="VOLUME*TIME(-1)" displayLabel="Volumetric Flow" />
|
|
42
|
-
<Phenomenon typeName="FLOW_DENSITY_PER_AREA" definition="VOLUMETRIC_FLOW*AREA(-1)" displayLabel="Flow Density per Area" description="Flow demanded by or discharged to a Water/Sewer network per area." />
|
|
43
|
-
<Phenomenon typeName="MASS_FLOW" definition="MASS*TIME(-1)" displayLabel="Mass Flow" />
|
|
44
|
-
<Phenomenon typeName="MOLAR_FLOW" definition="MOLE*TIME(-1)" displayLabel="Molar Flow" />
|
|
45
|
-
<Phenomenon typeName="DYNAMIC_VISCOSITY" definition="PRESSURE*TIME" displayLabel="Dynamic Viscosity" />
|
|
46
|
-
<Phenomenon typeName="KINEMATIC_VISCOSITY" definition="DYNAMIC_VISCOSITY*DENSITY(-1)" displayLabel="Kinematic Viscosity" />
|
|
47
|
-
<Phenomenon typeName="ELECTRIC_CHARGE" definition="CURRENT*TIME" displayLabel="Electric Charge" />
|
|
48
|
-
<Phenomenon typeName="ELECTRIC_POTENTIAL" definition="POWER*CURRENT(-1)" displayLabel="Electric Potential" />
|
|
49
|
-
<Phenomenon typeName="LUMINOUS_FLUX" definition="LUMINOSITY*SOLIDANGLE" displayLabel="Luminous Flux" />
|
|
50
|
-
<Phenomenon typeName="ILLUMINANCE" definition="LUMINOUS_FLUX*LENGTH(-2)" displayLabel="Illuminance" />
|
|
51
|
-
<Phenomenon typeName="ROTATIONAL_SPRING_CONSTANT" definition="TORQUE*ANGLE(-1)" displayLabel="Rotational Spring Constant" />
|
|
52
|
-
<Phenomenon typeName="LINEAR_ROTATIONAL_SPRING_CONSTANT" definition="FORCE*ANGLE(-1)" displayLabel="Linear Rotational Spring Constant" />
|
|
53
|
-
<Phenomenon typeName="SPRING_CONSTANT" definition="FORCE*LENGTH(-1)" displayLabel="Spring Constant" />
|
|
54
|
-
<Phenomenon typeName="LINEAR_SPRING_CONSTANT" definition="SPRING_CONSTANT*LENGTH(-1)" displayLabel="Linear Spring Constant" />
|
|
55
|
-
<Phenomenon typeName="AREA_SPRING_CONSTANT" definition="SPRING_CONSTANT*AREA(-1)" displayLabel="Area Spring Constant" />
|
|
56
|
-
<Phenomenon typeName="PIPE_DIAMETER_LENGTH" definition="LENGTH*LENGTH" displayLabel="Pipe Diameter-Length" description="The diameter of a pipe multiplied by its length, used as a coefficient for pipe-infiltration calculations." />
|
|
57
|
-
<Phenomenon typeName="THERMAL_CONDUCTIVITY" definition="POWER*LENGTH(-1)*TEMPERATURE_CHANGE(-1)" displayLabel="Thermal Conductivity" />
|
|
58
|
-
<Phenomenon typeName="THERMAL_INSULANCE" definition="AREA*TEMPERATURE_CHANGE*POWER(-1)" displayLabel="Thermal Resistance" />
|
|
59
|
-
<Phenomenon typeName="TEMPERATURE_GRADIENT" definition="TEMPERATURE_CHANGE*LENGTH(-1)" displayLabel="Temperature Gradient" />
|
|
60
|
-
<Phenomenon typeName="MOLAR_VOLUME" definition="VOLUME*MOLE(-1)" displayLabel="Molar Volume" />
|
|
61
|
-
<Phenomenon typeName="MOLAR_CONCENTRATION" definition="MOLE*VOLUME(-1)" displayLabel="Molar Concentration" />
|
|
62
|
-
<Phenomenon typeName="SLOPE" definition="LENGTH*LENGTH(-1)" displayLabel="Slope" />
|
|
63
|
-
<Phenomenon typeName="HEAT_TRANSFER" definition="POWER*AREA(-1)*TEMPERATURE_CHANGE(-1)" displayLabel="Heat Transfer" description="https://en.wikipedia.org/wiki/Heat_transfer_coefficient" />
|
|
64
|
-
<Phenomenon typeName="HEAT_FLUX_DENSITY" definition="POWER*AREA(-1)" displayLabel="Heat Flux Density" description="https://en.wikipedia.org/wiki/Heat_flux see description of heat flux density" />
|
|
65
|
-
<Phenomenon typeName="TORSIONAL_WARPING_CONSTANT" definition="LENGTH(6)" displayLabel="Torsional Warping Constant" />
|
|
66
|
-
<Phenomenon typeName="POPULATION_DENSITY" definition="CAPITA*AREA(-1)" displayLabel="Population Density" />
|
|
67
|
-
<Phenomenon typeName="FREQUENCY" definition="TIME(-1)" displayLabel="Frequency" />
|
|
68
|
-
<Phenomenon typeName="LINEAR_LOAD" definition="FORCE*LENGTH(-1)" displayLabel="Linear Load" />
|
|
69
|
-
<Phenomenon typeName="ENERGY_DENSITY" definition="WORK*VOLUME(-1)" displayLabel="Energy Density" />
|
|
70
|
-
<Phenomenon typeName="ELECTRICAL_RESISTANCE" definition="ELECTRIC_POTENTIAL*CURRENT(-1)" displayLabel="Electrical Resistance" />
|
|
71
|
-
<Phenomenon typeName="ELECTRICAL_RESISTIVITY" definition="ELECTRICAL_RESISTANCE*LENGTH" displayLabel="Electrical Resistivity" />
|
|
72
|
-
<Phenomenon typeName="SPECIFIC_ENERGY" definition="WORK*MASS(-1)" displayLabel="Specific Energy" />
|
|
73
|
-
<Phenomenon typeName="SPECIFIC_HEAT_CAPACITY" definition="WORK*MASS(-1)*TEMPERATURE_CHANGE(-1)" displayLabel="Specific_heat Capacity" />
|
|
74
|
-
<Phenomenon typeName="SPECIFIC_HEAT_CAPACITY_MOLAR" definition="WORK*MOLE(-1)*TEMPERATURE_CHANGE(-1)" displayLabel="Specific_heat Capacity Molar" />
|
|
75
|
-
<Phenomenon typeName="PERCENTAGE" definition="NUMBER" displayLabel="Percentage" />
|
|
76
|
-
<Phenomenon typeName="PROBABILITY" definition="NUMBER" displayLabel="Probability" />
|
|
77
|
-
<Phenomenon typeName="LINEAR_RATE" definition="NUMBER*LENGTH(-1)" displayLabel="Linear Rate" />
|
|
78
|
-
<Phenomenon typeName="LINEAR_COEFFICIENT_OF_THERMAL_EXPANSION" definition="LENGTH*LENGTH(-1)*TEMPERATURE_CHANGE(-1)" displayLabel="Linear Coefficient Of Thermal Expansion" />
|
|
79
|
-
<Phenomenon typeName="VOLUME_RATIO" definition="VOLUME*VOLUME(-1)" displayLabel="Volume Ratio" />
|
|
80
|
-
<Phenomenon typeName="LENGTH_RATIO" definition="LENGTH*LENGTH(-1)" />
|
|
81
|
-
<Phenomenon typeName="LENGTH" definition="LENGTH" displayLabel="Length" />
|
|
82
|
-
<Phenomenon typeName="MASS" definition="MASS" displayLabel="Mass" />
|
|
83
|
-
<Phenomenon typeName="TIME" definition="TIME" displayLabel="Time" />
|
|
84
|
-
<Phenomenon typeName="TEMPERATURE" definition="TEMPERATURE" displayLabel="Temperature" />
|
|
85
|
-
<Phenomenon typeName="TEMPERATURE_CHANGE" definition="TEMPERATURE_CHANGE" displayLabel="Temperature Change" />
|
|
86
|
-
<Phenomenon typeName="CURRENT" definition="CURRENT" displayLabel="Current" />
|
|
87
|
-
<Phenomenon typeName="MOLE" definition="MOLE" displayLabel="Mole" />
|
|
88
|
-
<Phenomenon typeName="LUMINOSITY" definition="LUMINOSITY" displayLabel="Luminosity" />
|
|
89
|
-
<Phenomenon typeName="ANGLE" definition="ANGLE" displayLabel="Angle" />
|
|
90
|
-
<Phenomenon typeName="SOLIDANGLE" definition="SOLIDANGLE" displayLabel="Solid Angle" />
|
|
91
|
-
<Phenomenon typeName="CURRENCY" definition="CURRENCY" />
|
|
92
|
-
<Phenomenon typeName="CAPITA" definition="CAPITA" displayLabel="Capita" />
|
|
93
|
-
<Phenomenon typeName="NUMBER" definition="NUMBER" displayLabel="Number" />
|
|
94
|
-
<Phenomenon typeName="THREAD_PITCH" definition="LENGTH*ANGLE(-1)" displayLabel="Thread Pitch" />
|
|
95
|
-
<Phenomenon typeName="ENTROPY" definition="WORK*TEMPERATURE_CHANGE(-1)" displayLabel="Entropy" />
|
|
96
|
-
<Phenomenon typeName="LUMINOUS_EFFICACY" definition="LUMINOUS_FLUX*POWER(-1)" displayLabel="Luminous Efficacy" />
|
|
97
|
-
<Phenomenon typeName="MOMENT_DISPLAY_SCALE" definition="FORCE(-1)" displayLabel="Moment Scale" description="Display size of the linear moment" />
|
|
98
|
-
<Phenomenon typeName="FORCE_DISPLAY_SCALE" definition="LINEAR_LOAD(-1)" displayLabel="Force Scale" description="Display size of the force" />
|
|
99
|
-
<Constant typeName="PI" phenomenon="LENGTH_RATIO" definition="ONE" numerator="3.1415926535897932384626433832795" displayLabel="Pi"/>
|
|
100
|
-
<Constant typeName="QUARTER_PI" phenomenon="LENGTH_RATIO" definition="PI" numerator="1.0" denominator="4.0" displayLabel="Pi/4"/>
|
|
101
|
-
<Constant typeName="HALF_PI" phenomenon="LENGTH_RATIO" definition="PI" numerator="1.0" denominator="2.0" displayLabel="Pi/2"/>
|
|
102
|
-
<Constant typeName="TWO_PI" phenomenon="LENGTH_RATIO" definition="PI" numerator="2" displayLabel="2Pi"/>
|
|
103
|
-
<Constant typeName="DEG360" phenomenon="ANGLE" definition="ARC_DEG" numerator="360" displayLabel="360°"/>
|
|
104
|
-
<Constant typeName="STD_G" phenomenon="ACCELERATION" definition="M*S(-2)" numerator="9.80665" displayLabel="ɡ0"/>
|
|
105
|
-
<Constant typeName="DECI" phenomenon="NUMBER" definition="ONE" numerator="1.0e-1" displayLabel="deci"/>
|
|
106
|
-
<Constant typeName="CENTI" phenomenon="NUMBER" definition="ONE" numerator="1.0e-2" displayLabel="centi"/>
|
|
107
|
-
<Constant typeName="MILLI" phenomenon="NUMBER" definition="ONE" numerator="1.0e-3" displayLabel="milli"/>
|
|
108
|
-
<Constant typeName="MICRO" phenomenon="NUMBER" definition="ONE" numerator="1.0e-6" displayLabel="micro"/>
|
|
109
|
-
<Constant typeName="NANO" phenomenon="NUMBER" definition="ONE" numerator="1.0e-9" displayLabel="nano"/>
|
|
110
|
-
<Constant typeName="PICO" phenomenon="NUMBER" definition="ONE" numerator="1.0e-12" displayLabel="pico"/>
|
|
111
|
-
<Constant typeName="FEMTO" phenomenon="NUMBER" definition="ONE" numerator="1.0e-15" displayLabel="femto"/>
|
|
112
|
-
<Constant typeName="ATTO" phenomenon="NUMBER" definition="ONE" numerator="1.0e-18" displayLabel="atto"/>
|
|
113
|
-
<Constant typeName="ZEPTO" phenomenon="NUMBER" definition="ONE" numerator="1.0e-21" displayLabel="zepto"/>
|
|
114
|
-
<Constant typeName="YOCTO" phenomenon="NUMBER" definition="ONE" numerator="1.0e-24" displayLabel="yocto"/>
|
|
115
|
-
<Constant typeName="DECA" phenomenon="NUMBER" definition="ONE" numerator="1.0e1"/>
|
|
116
|
-
<Constant typeName="HECTO" phenomenon="NUMBER" definition="ONE" numerator="1.0e2" displayLabel="hecto"/>
|
|
117
|
-
<Constant typeName="KILO" phenomenon="NUMBER" definition="ONE" numerator="1.0e3" displayLabel="kilo"/>
|
|
118
|
-
<Constant typeName="MEGA" phenomenon="NUMBER" definition="ONE" numerator="1.0e6" displayLabel="mega"/>
|
|
119
|
-
<Constant typeName="GIGA" phenomenon="NUMBER" definition="ONE" numerator="1.0e9" displayLabel="giga"/>
|
|
120
|
-
<Constant typeName="TERA" phenomenon="NUMBER" definition="ONE" numerator="1.0e12" displayLabel="tera"/>
|
|
121
|
-
<Constant typeName="PETA" phenomenon="NUMBER" definition="ONE" numerator="1.0e15" displayLabel="peta"/>
|
|
122
|
-
<Constant typeName="EXA" phenomenon="NUMBER" definition="ONE" numerator="1.0e18" displayLabel="exa"/>
|
|
123
|
-
<Constant typeName="ZETTA" phenomenon="NUMBER" definition="ONE" numerator="1.0e21" displayLabel="zetta"/>
|
|
124
|
-
<Constant typeName="YOTTA" phenomenon="NUMBER" definition="ONE" numerator="1.0e24" displayLabel="yotta"/>
|
|
125
|
-
<Unit typeName="MM" phenomenon="LENGTH" unitSystem="METRIC" definition="[MILLI]*M" displayLabel="mm" />
|
|
126
|
-
<Unit typeName="CM" phenomenon="LENGTH" unitSystem="METRIC" definition="[CENTI]*M" displayLabel="cm" />
|
|
127
|
-
<Unit typeName="DM" phenomenon="LENGTH" unitSystem="METRIC" definition="[DECI]*M" displayLabel="dm" />
|
|
128
|
-
<Unit typeName="KM" phenomenon="LENGTH" unitSystem="METRIC" definition="[KILO]*M" displayLabel="km" />
|
|
129
|
-
<Unit typeName="UM" phenomenon="LENGTH" unitSystem="METRIC" definition="[MICRO]*M" displayLabel="µm" />
|
|
130
|
-
<Unit typeName="MILLIINCH" phenomenon="LENGTH" unitSystem="USCUSTOM" definition="[MILLI]*IN" displayLabel="mil" />
|
|
131
|
-
<Unit typeName="MICROINCH" phenomenon="LENGTH" unitSystem="USCUSTOM" definition="[MICRO]*IN" displayLabel="µin" />
|
|
132
|
-
<Unit typeName="MILLIFOOT" phenomenon="LENGTH" unitSystem="USCUSTOM" definition="[MILLI]*FT" displayLabel="mft" />
|
|
133
|
-
<Unit typeName="IN" phenomenon="LENGTH" unitSystem="USCUSTOM" definition="MM" numerator="25.4" displayLabel="in" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix B. Section 3.1, Page B-10" />
|
|
134
|
-
<Unit typeName="FT" phenomenon="LENGTH" unitSystem="USCUSTOM" definition="IN" numerator="12.0" displayLabel="ft" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 2, Page C-4" />
|
|
135
|
-
<Unit typeName="YRD" phenomenon="LENGTH" unitSystem="USCUSTOM" definition="FT" numerator="3.0" displayLabel="yd" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 2, Page C-4" />
|
|
136
|
-
<Unit typeName="CHAIN" phenomenon="LENGTH" unitSystem="USCUSTOM" definition="FT" numerator="66.0" displayLabel="chain" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-8" />
|
|
137
|
-
<Unit typeName="MILE" phenomenon="LENGTH" unitSystem="USCUSTOM" definition="YRD" numerator="1760.0" displayLabel="mi" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-8" />
|
|
138
|
-
<Unit typeName="US_SURVEY_IN" phenomenon="LENGTH" unitSystem="USSURVEY" definition="M" numerator="100.0" denominator="3937.0" displayLabel="in (US Survey)" 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" />
|
|
139
|
-
<Unit typeName="US_SURVEY_FT" phenomenon="LENGTH" unitSystem="USSURVEY" definition="US_SURVEY_IN" numerator="12.0" displayLabel="ft (US Survey)" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 2, Page C-4" />
|
|
140
|
-
<Unit typeName="US_SURVEY_YRD" phenomenon="LENGTH" unitSystem="USSURVEY" definition="US_SURVEY_FT" numerator="3.0" displayLabel="yrd (US Survey)" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 2, Page C-4" />
|
|
141
|
-
<Unit typeName="US_SURVEY_CHAIN" phenomenon="LENGTH" unitSystem="USSURVEY" definition="US_SURVEY_FT" numerator="66.0" displayLabel="chain (US Survey)" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-8" />
|
|
142
|
-
<Unit typeName="US_SURVEY_MILE" phenomenon="LENGTH" unitSystem="USSURVEY" definition="US_SURVEY_YRD" numerator="1760.0" displayLabel="mi (US Survey)" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-8" />
|
|
143
|
-
<Unit typeName="NAUT_MILE" phenomenon="LENGTH" unitSystem="MARITIME" definition="M" numerator="1852.0" displayLabel="nmi" 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" />
|
|
144
|
-
<Unit typeName="G" phenomenon="MASS" unitSystem="METRIC" definition="[MILLI]*KG" displayLabel="g" />
|
|
145
|
-
<Unit typeName="MG" phenomenon="MASS" unitSystem="METRIC" definition="[MILLI]*G" displayLabel="mg" />
|
|
146
|
-
<Unit typeName="MKG" phenomenon="MASS" unitSystem="METRIC" definition="[MICRO]*G" displayLabel="µg" />
|
|
147
|
-
<Unit typeName="NG" phenomenon="MASS" unitSystem="METRIC" definition="[NANO]*G" displayLabel="ng" />
|
|
148
|
-
<Unit typeName="MEGAGRAM" phenomenon="MASS" unitSystem="METRIC" definition="[MEGA]*G" displayLabel="Mg" />
|
|
149
|
-
<Unit typeName="TONNE" phenomenon="MASS" unitSystem="METRIC" definition="[KILO]*KG" displayLabel="tonne" description="Also known as a metric ton http://phyMETRICcs.nist.gov/cuu/pdf/sp811.pdf, Appendix B." />
|
|
150
|
-
<Unit typeName="LBM" phenomenon="MASS" unitSystem="USCUSTOM" definition="KG" numerator="0.45359237" displayLabel="lb" description="Is Avoirdupois Pound. Exact, http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B. Footnote 22" />
|
|
151
|
-
<Unit typeName="SLUG" phenomenon="MASS" unitSystem="USCUSTOM" definition="LBF*S(2)*FT(-1)" displayLabel="slug" />
|
|
152
|
-
<Unit typeName="GRM" phenomenon="MASS" unitSystem="USCUSTOM" definition="LBM" denominator="7000.0" displayLabel="gr" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix B. Section 3.2, Page B-10" />
|
|
153
|
-
<Unit typeName="SHORT_TON_MASS" phenomenon="MASS" unitSystem="USCUSTOM" definition="LBM" numerator="2000" displayLabel="tn (short)" description="Exact, http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B." />
|
|
154
|
-
<Unit typeName="LONG_TON_MASS" phenomenon="MASS" unitSystem="USCUSTOM" definition="LBM" numerator="2240" displayLabel="tn (long)" description="Exact, http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B." />
|
|
155
|
-
<Unit typeName="KIPM" phenomenon="MASS" unitSystem="USCUSTOM" definition="[KILO]*LBM" displayLabel="kipm" description="Exact, http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B." />
|
|
156
|
-
<Unit typeName="OZM" phenomenon="MASS" unitSystem="USCUSTOM" definition="LBM" denominator="16.0" displayLabel="oz" description="1/16 Exact, https://en.wikipedia.org/wiki/Ounce" />
|
|
157
|
-
<Unit typeName="MIN" phenomenon="TIME" unitSystem="INTERNATIONAL" definition="S" numerator="60.0" displayLabel="min" />
|
|
158
|
-
<Unit typeName="HR" phenomenon="TIME" unitSystem="INTERNATIONAL" definition="MIN" numerator="60.0" displayLabel="h" />
|
|
159
|
-
<Unit typeName="DAY" phenomenon="TIME" unitSystem="INTERNATIONAL" definition="HR" numerator="24.0" displayLabel="days" />
|
|
160
|
-
<Unit typeName="WEEK" phenomenon="TIME" unitSystem="INTERNATIONAL" definition="DAY" numerator="7.0" displayLabel="week" />
|
|
161
|
-
<Unit typeName="YR" phenomenon="TIME" unitSystem="INTERNATIONAL" definition="DAY" numerator="365" displayLabel="years" 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" />
|
|
162
|
-
<Unit typeName="YEAR_SIDEREAL" phenomenon="TIME" unitSystem="INTERNATIONAL" definition="S" numerator="3.155815e7" displayLabel="Year (Sidereal)" description="http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B." />
|
|
163
|
-
<Unit typeName="YEAR_TROPICAL" phenomenon="TIME" unitSystem="INTERNATIONAL" definition="S" numerator="3.155693e7" displayLabel="Year (Tropical)" description="http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B." />
|
|
164
|
-
<Unit typeName="MS" phenomenon="TIME" unitSystem="INTERNATIONAL" definition="[MILLI]*S" displayLabel="ms" />
|
|
165
|
-
<Unit typeName="MKS" phenomenon="TIME" unitSystem="INTERNATIONAL" definition="[MICRO]*S" displayLabel="µs" />
|
|
166
|
-
<Unit typeName="CELSIUS" phenomenon="TEMPERATURE" unitSystem="METRIC" definition="K" offset="273.15" displayLabel="°C" />
|
|
167
|
-
<Unit typeName="FAHRENHEIT" phenomenon="TEMPERATURE" unitSystem="USCUSTOM" definition="CELSIUS" numerator="5.0" denominator="9.0" offset="-32" displayLabel="°F" description="Factor is 5/9" />
|
|
168
|
-
<Unit typeName="RANKINE" phenomenon="TEMPERATURE" unitSystem="USCUSTOM" definition="K" numerator="5.0" denominator="9.0" displayLabel="°R" description="Factor is 5/9" />
|
|
169
|
-
<Unit typeName="DELTA_CELSIUS" phenomenon="TEMPERATURE_CHANGE" unitSystem="METRIC" definition="DELTA_KELVIN" displayLabel="Δ°C" />
|
|
170
|
-
<Unit typeName="DELTA_FAHRENHEIT" phenomenon="TEMPERATURE_CHANGE" unitSystem="USCUSTOM" definition="DELTA_CELSIUS" numerator="5.0" denominator="9.0" displayLabel="Δ°F" description="Factor is 5/9" />
|
|
171
|
-
<Unit typeName="DELTA_RANKINE" phenomenon="TEMPERATURE_CHANGE" unitSystem="USCUSTOM" definition="DELTA_KELVIN" numerator="5.0" denominator="9.0" displayLabel="Δ°R" description="Factor is 5/9" />
|
|
172
|
-
<Unit typeName="KELVIN_PER_M" phenomenon="TEMPERATURE_GRADIENT" unitSystem="SI" definition="DELTA_KELVIN*M(-1)" displayLabel="ΔK/m" />
|
|
173
|
-
<Unit typeName="STRAIN_PER_KELVIN" phenomenon="LINEAR_COEFFICIENT_OF_THERMAL_EXPANSION" unitSystem="SI" definition="DELTA_KELVIN(-1)" displayLabel="1/ΔK" />
|
|
174
|
-
<Unit typeName="STRAIN_PER_CELSIUS" phenomenon="LINEAR_COEFFICIENT_OF_THERMAL_EXPANSION" unitSystem="METRIC" definition="DELTA_CELSIUS(-1)" displayLabel="1/Δ°C" />
|
|
175
|
-
<Unit typeName="STRAIN_PER_FAHRENHEIT" phenomenon="LINEAR_COEFFICIENT_OF_THERMAL_EXPANSION" unitSystem="USCUSTOM" definition="DELTA_FAHRENHEIT(-1)" displayLabel="1/Δ°F" />
|
|
176
|
-
<Unit typeName="STRAIN_PER_RANKINE" phenomenon="LINEAR_COEFFICIENT_OF_THERMAL_EXPANSION" unitSystem="USCUSTOM" definition="DELTA_RANKINE(-1)" displayLabel="1/Δ°R" />
|
|
177
|
-
<Unit typeName="LUMEN" phenomenon="LUMINOUS_FLUX" unitSystem="SI" definition="CD*STERAD" displayLabel="lm" />
|
|
178
|
-
<Unit typeName="LUX" phenomenon="ILLUMINANCE" unitSystem="SI" definition="LUMEN*M(-2)" displayLabel="lx" />
|
|
179
|
-
<Unit typeName="LUMEN_PER_SQ_FT" phenomenon="ILLUMINANCE" unitSystem="USCUSTOM" definition="LUMEN*FT(-2)" displayLabel="lm/ft²" />
|
|
180
|
-
<Unit typeName="KMOL" phenomenon="MOLE" unitSystem="METRIC" definition="[KILO]*MOL" displayLabel="kmol" />
|
|
181
|
-
<Unit typeName="LB_MOL" phenomenon="MOLE" unitSystem="USCUSTOM" definition="MOL" numerator="453.59237" displayLabel="lb-mol" description="ASTM SI 10 standard SI1-.phhc8328.pdf page 29, 35 and http://en.wikipedia.org/wiki/Mole_%28unit%29" />
|
|
182
|
-
<Unit typeName="HUNDRED_PERSON" phenomenon="CAPITA" unitSystem="STATISTICS" definition="[HECTO]*PERSON" />
|
|
183
|
-
<Unit typeName="THOUSAND_PERSON" phenomenon="CAPITA" unitSystem="STATISTICS" definition="[KILO]*PERSON" />
|
|
184
|
-
<Unit typeName="N_M_PER_RAD" phenomenon="ROTATIONAL_SPRING_CONSTANT" unitSystem="SI" definition="N_M*RAD(-1)" displayLabel="N·m/rad" />
|
|
185
|
-
<Unit typeName="KN_M_PER_RAD" phenomenon="ROTATIONAL_SPRING_CONSTANT" unitSystem="METRIC" definition="KN_M*RAD(-1)" displayLabel="kN·m/rad" />
|
|
186
|
-
<Unit typeName="N_M_PER_DEG" phenomenon="ROTATIONAL_SPRING_CONSTANT" unitSystem="METRIC" definition="N_M*ARC_DEG(-1)" displayLabel="N·m/deg" />
|
|
187
|
-
<Unit typeName="KPF_FT_PER_RAD" phenomenon="ROTATIONAL_SPRING_CONSTANT" unitSystem="USCUSTOM" definition="KPF_FT*RAD(-1)" displayLabel="kpf·ft/rad" />
|
|
188
|
-
<Unit typeName="N_PER_RAD" phenomenon="LINEAR_ROTATIONAL_SPRING_CONSTANT" unitSystem="SI" definition="N*RAD(-1)" displayLabel="N/rad" />
|
|
189
|
-
<Unit typeName="KN_PER_RAD" phenomenon="LINEAR_ROTATIONAL_SPRING_CONSTANT" unitSystem="METRIC" definition="KN*RAD(-1)" displayLabel="kN/rad" />
|
|
190
|
-
<Unit typeName="KPF_PER_RAD" phenomenon="LINEAR_ROTATIONAL_SPRING_CONSTANT" unitSystem="USCUSTOM" definition="KPF*RAD(-1)" displayLabel="kpf/rad" />
|
|
191
|
-
<Unit typeName="SPRING_CONSTANT_N_PER_M" phenomenon="SPRING_CONSTANT" unitSystem="SI" definition="N*M(-1)" displayLabel="N/m" />
|
|
192
|
-
<Unit typeName="SPRING_CONSTANT_KN_PER_M" phenomenon="SPRING_CONSTANT" unitSystem="METRIC" definition="KN*M(-1)" displayLabel="kN/m" />
|
|
193
|
-
<Unit typeName="SPRING_CONSTANT_KPF_PER_FT" phenomenon="SPRING_CONSTANT" unitSystem="USCUSTOM" definition="KPF*FT(-1)" displayLabel="kpf/ft" />
|
|
194
|
-
<Unit typeName="LINEAR_SPRING_CONSTANT_N_PER_SQ_M" phenomenon="LINEAR_SPRING_CONSTANT" unitSystem="SI" definition="SPRING_CONSTANT_N_PER_M*M(-1)" displayLabel="N/m²" />
|
|
195
|
-
<Unit typeName="LINEAR_SPRING_CONSTANT_KN_PER_SQ_M" phenomenon="LINEAR_SPRING_CONSTANT" unitSystem="METRIC" definition="SPRING_CONSTANT_KN_PER_M*M(-1)" displayLabel="kN/m²" />
|
|
196
|
-
<Unit typeName="LINEAR_SPRING_CONSTANT_KPF_PER_SQ_FT" phenomenon="LINEAR_SPRING_CONSTANT" unitSystem="USCUSTOM" definition="SPRING_CONSTANT_KPF_PER_FT*FT(-1)" displayLabel="kpf/ft²" />
|
|
197
|
-
<Unit typeName="AREA_SPRING_CONSTANT_N_PER_CUB_M" phenomenon="AREA_SPRING_CONSTANT" unitSystem="SI" definition="SPRING_CONSTANT_N_PER_M*SQ_M(-1)" displayLabel="N/m³" />
|
|
198
|
-
<Unit typeName="AREA_SPRING_CONSTANT_KN_PER_CUB_M" phenomenon="AREA_SPRING_CONSTANT" unitSystem="METRIC" definition="SPRING_CONSTANT_KN_PER_M*SQ_M(-1)" displayLabel="kN/m³" />
|
|
199
|
-
<Unit typeName="AREA_SPRING_CONSTANT_KPF_PER_CUB_FT" phenomenon="AREA_SPRING_CONSTANT" unitSystem="USCUSTOM" definition="SPRING_CONSTANT_KPF_PER_FT*SQ_FT(-1)" displayLabel="kpf/ft³" />
|
|
200
|
-
<Unit typeName="M_PER_SEC_SQ" phenomenon="ACCELERATION" unitSystem="SI" definition="M*S(-2)" displayLabel="m/sec²" />
|
|
201
|
-
<Unit typeName="CM_PER_SEC_SQ" phenomenon="ACCELERATION" unitSystem="METRIC" definition="CM*S(-2)" displayLabel="cm/sec²" />
|
|
202
|
-
<Unit typeName="FT_PER_SEC_SQ" phenomenon="ACCELERATION" unitSystem="USCUSTOM" definition="FT*S(-2)" displayLabel="ft/sec²" />
|
|
203
|
-
<Unit typeName="ARC_DEG" phenomenon="ANGLE" unitSystem="METRIC" definition="[PI]*RAD" denominator="180.0" displayLabel="°" description="1/180" />
|
|
204
|
-
<Unit typeName="ARC_MINUTE" phenomenon="ANGLE" unitSystem="METRIC" definition="ARC_DEG" denominator="60.0" displayLabel="'" description="1/60" />
|
|
205
|
-
<Unit typeName="ARC_SECOND" phenomenon="ANGLE" unitSystem="METRIC" definition="ARC_DEG" denominator="3600.0" displayLabel="''" description="1/3600" />
|
|
206
|
-
<Unit typeName="ARC_QUADRANT" phenomenon="ANGLE" unitSystem="METRIC" definition="[HALF_PI]*RAD" displayLabel="quadrants" />
|
|
207
|
-
<Unit typeName="GRAD" phenomenon="ANGLE" unitSystem="METRIC" definition="[PI]*RAD" denominator="200.0" displayLabel="grad" description="1/200" />
|
|
208
|
-
<Unit typeName="REVOLUTION" phenomenon="ANGLE" unitSystem="METRIC" definition="[TWO_PI]*RAD" displayLabel="r" />
|
|
209
|
-
<Unit typeName="SQ_M" phenomenon="AREA" unitSystem="SI" definition="M(2)" displayLabel="m²" />
|
|
210
|
-
<Unit typeName="SQ_UM" phenomenon="AREA" unitSystem="METRIC" definition="UM(2)" displayLabel="um²" />
|
|
211
|
-
<Unit typeName="SQ_MM" phenomenon="AREA" unitSystem="METRIC" definition="MM(2)" displayLabel="mm²" />
|
|
212
|
-
<Unit typeName="SQ_CM" phenomenon="AREA" unitSystem="METRIC" definition="CM(2)" displayLabel="cm²" />
|
|
213
|
-
<Unit typeName="SQ_DM" phenomenon="AREA" unitSystem="METRIC" definition="DM(2)" displayLabel="dm²" />
|
|
214
|
-
<Unit typeName="SQ_KM" phenomenon="AREA" unitSystem="METRIC" definition="KM(2)" displayLabel="km²" />
|
|
215
|
-
<Unit typeName="ARE" phenomenon="AREA" unitSystem="METRIC" definition="[HECTO]*M(2)" displayLabel="are" />
|
|
216
|
-
<Unit typeName="HECTARE" phenomenon="AREA" unitSystem="METRIC" definition="[HECTO]*ARE" displayLabel="ha" />
|
|
217
|
-
<Unit typeName="SQ_IN" phenomenon="AREA" unitSystem="USCUSTOM" definition="IN(2)" displayLabel="in²" />
|
|
218
|
-
<Unit typeName="SQ_FT" phenomenon="AREA" unitSystem="USCUSTOM" definition="FT(2)" displayLabel="ft²" />
|
|
219
|
-
<Unit typeName="THOUSAND_SQ_FT" phenomenon="AREA" unitSystem="USCUSTOM" definition="[KILO]*FT(2)" displayLabel="thousand ft²" />
|
|
220
|
-
<Unit typeName="SQ_YRD" phenomenon="AREA" unitSystem="USCUSTOM" definition="YRD(2)" displayLabel="yd²" />
|
|
221
|
-
<Unit typeName="SQ_MILE" phenomenon="AREA" unitSystem="USCUSTOM" definition="MILE(2)" displayLabel="mi²" />
|
|
222
|
-
<Unit typeName="SQ_CHAIN" phenomenon="AREA" unitSystem="USCUSTOM" definition="CHAIN(2)" displayLabel="chain²" />
|
|
223
|
-
<Unit typeName="ACRE" phenomenon="AREA" unitSystem="USCUSTOM" definition="CHAIN(2)" numerator="10.0" displayLabel="acres" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-9" />
|
|
224
|
-
<Unit typeName="SQ_US_SURVEY_IN" phenomenon="AREA" unitSystem="USSURVEY" definition="US_SURVEY_IN(2)" displayLabel="in² (US Survey)" />
|
|
225
|
-
<Unit typeName="SQ_US_SURVEY_FT" phenomenon="AREA" unitSystem="USSURVEY" definition="US_SURVEY_FT(2)" displayLabel="ft² (US Survey)" />
|
|
226
|
-
<Unit typeName="SQ_US_SURVEY_YRD" phenomenon="AREA" unitSystem="USSURVEY" definition="US_SURVEY_YRD(2)" displayLabel="yrd² (US Survey)" />
|
|
227
|
-
<Unit typeName="SQ_US_SURVEY_MILE" phenomenon="AREA" unitSystem="USSURVEY" definition="US_SURVEY_MILE(2)" displayLabel="mile² (US Survey)" />
|
|
228
|
-
<Unit typeName="SQ_US_SURVEY_CHAIN" phenomenon="AREA" unitSystem="USSURVEY" definition="US_SURVEY_CHAIN(2)" displayLabel="chain² (US Survey)" />
|
|
229
|
-
<Unit typeName="US_SURVEY_ACRE" phenomenon="AREA" unitSystem="USSURVEY" definition="US_SURVEY_CHAIN(2)" numerator="10.0" displayLabel="acre (US Survey)" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-9" />
|
|
230
|
-
<Unit typeName="IN_MILE" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="INDUSTRIAL" definition="IN*MILE" displayLabel="in·mi" />
|
|
231
|
-
<Unit typeName="FT_MILE" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="INDUSTRIAL" definition="FT*MILE" displayLabel="ft·mi" />
|
|
232
|
-
<Unit typeName="FT_FT" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="INDUSTRIAL" definition="FT*FT" displayLabel="ft·ft" />
|
|
233
|
-
<Unit typeName="IN_FT" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="INDUSTRIAL" definition="IN*FT" displayLabel="in·ft" />
|
|
234
|
-
<Unit typeName="IN_M" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="INDUSTRIAL" definition="IN*M" displayLabel="in·m" />
|
|
235
|
-
<Unit typeName="MM_KM" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="INDUSTRIAL" definition="MM*KM" displayLabel="mm·km" />
|
|
236
|
-
<Unit typeName="MM_M" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="INDUSTRIAL" definition="MM*M" displayLabel="mm·m" />
|
|
237
|
-
<Unit typeName="MM_MILE" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="INDUSTRIAL" definition="MM*MILE" displayLabel="mm·mi" />
|
|
238
|
-
<Unit typeName="M_KM" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="INDUSTRIAL" definition="M*KM" displayLabel="m·km" />
|
|
239
|
-
<Unit typeName="M_M" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="SI" definition="M*M" displayLabel="m·m" />
|
|
240
|
-
<Unit typeName="KG_PER_CUB_M" phenomenon="DENSITY" unitSystem="SI" definition="KG*M(-3)" displayLabel="kg/m³" />
|
|
241
|
-
<Unit typeName="KG_PER_CUB_CM" phenomenon="DENSITY" unitSystem="METRIC" definition="KG*CM(-3)" displayLabel="kg/cm³" />
|
|
242
|
-
<Unit typeName="KG_PER_LITRE" phenomenon="DENSITY" unitSystem="METRIC" definition="KG*DM(-3)" displayLabel="kg/dm³" />
|
|
243
|
-
<Unit typeName="G_PER_CUB_CM" phenomenon="DENSITY" unitSystem="METRIC" definition="G*CM(-3)" displayLabel="g/cm³" />
|
|
244
|
-
<Unit typeName="MKG_PER_LITRE" phenomenon="DENSITY" unitSystem="METRIC" definition="MKG*DM(-3)" displayLabel="µg/L" />
|
|
245
|
-
<Unit typeName="MG_PER_LITRE" phenomenon="DENSITY" unitSystem="METRIC" definition="MG*DM(-3)" displayLabel="mg/L" />
|
|
246
|
-
<Unit typeName="LBM_PER_CUB_FT" phenomenon="DENSITY" unitSystem="USCUSTOM" definition="LBM*FT(-3)" displayLabel="lb/ft³" />
|
|
247
|
-
<Unit typeName="LBM_PER_GALLON" phenomenon="DENSITY" unitSystem="USCUSTOM" definition="LBM*GALLON(-1)" displayLabel="lb/gal" />
|
|
248
|
-
<Unit typeName="LBM_PER_GALLON_IMPERIAL" phenomenon="DENSITY" unitSystem="IMPERIAL" definition="LBM*GALLON_IMPERIAL(-1)" displayLabel="lb/gal (imp)" />
|
|
249
|
-
<Unit typeName="LBM_PER_CUB_IN" phenomenon="DENSITY" unitSystem="USCUSTOM" definition="LBM*IN(-3)" displayLabel="lb/in³" />
|
|
250
|
-
<Unit typeName="LBM_PER_MILLION_GALLON" phenomenon="DENSITY" unitSystem="USCUSTOM" definition="LBM*[MEGA](-1)*GALLON(-1)" displayLabel="lb/million gal" />
|
|
251
|
-
<Unit typeName="SLUG_PER_CUB_FT" phenomenon="DENSITY" unitSystem="USCUSTOM" definition="SLUG*FT(-3)" displayLabel="slug/ft³" />
|
|
252
|
-
<Unit typeName="KIP_PER_CUB_FT" phenomenon="DENSITY" unitSystem="USCUSTOM" definition="KIPM*FT(-3)" displayLabel="kip/ft³" />
|
|
253
|
-
<Unit typeName="SHORT_TON_PER_CUB_FT" phenomenon="DENSITY" unitSystem="USCUSTOM" definition="SHORT_TON_MASS*FT(-3)" displayLabel="tn (short)/ft³" />
|
|
254
|
-
<Unit typeName="N_PER_CUB_M" phenomenon="FORCE_DENSITY" unitSystem="SI" definition="N*M(-3)" displayLabel="N/m³" />
|
|
255
|
-
<Unit typeName="KN_PER_CUB_M" phenomenon="FORCE_DENSITY" unitSystem="METRIC" definition="[KILO]*N*M(-3)" displayLabel="kN/m³" />
|
|
256
|
-
<Unit typeName="KPF_PER_CUB_FT" phenomenon="FORCE_DENSITY" unitSystem="USCUSTOM" definition="KPF*FT(-3)" displayLabel="kpf/ft³" />
|
|
257
|
-
<Unit typeName="N_PER_CUB_FT" phenomenon="FORCE_DENSITY" unitSystem="USCUSTOM" definition="N*FT(-3)" displayLabel="N/ft³" />
|
|
258
|
-
<Unit typeName="KN_PER_CUB_FT" phenomenon="FORCE_DENSITY" unitSystem="USCUSTOM" definition="[KILO]*N*FT(-3)" displayLabel="kN/ft³" />
|
|
259
|
-
<Unit typeName="PERSON_PER_SQ_M" phenomenon="POPULATION_DENSITY" unitSystem="SI" definition="PERSON*M(-2)" displayLabel="p/m²" />
|
|
260
|
-
<Unit typeName="PERSON_PER_HECTARE" phenomenon="POPULATION_DENSITY" unitSystem="METRIC" definition="PERSON*HECTARE(-1)" displayLabel="p/ha" />
|
|
261
|
-
<Unit typeName="PERSON_PER_SQ_KM" phenomenon="POPULATION_DENSITY" unitSystem="METRIC" definition="PERSON*KM(-2)" displayLabel="p/km²" />
|
|
262
|
-
<Unit typeName="PERSON_PER_ACRE" phenomenon="POPULATION_DENSITY" unitSystem="USCUSTOM" definition="PERSON*ACRE(-1)" displayLabel="p/acre" />
|
|
263
|
-
<Unit typeName="PERSON_PER_SQ_FT" phenomenon="POPULATION_DENSITY" unitSystem="USCUSTOM" definition="PERSON*FT(-2)" displayLabel="p/ft²" />
|
|
264
|
-
<Unit typeName="PERSON_PER_SQ_MILE" phenomenon="POPULATION_DENSITY" unitSystem="USCUSTOM" definition="PERSON*MILE(-2)" displayLabel="p/mi²" />
|
|
265
|
-
<Unit typeName="KILOAMPERE" phenomenon="CURRENT" unitSystem="METRIC" definition="[KILO]*A" displayLabel="KA" />
|
|
266
|
-
<Unit typeName="MILLIAMPERE" phenomenon="CURRENT" unitSystem="METRIC" definition="[MILLI]*A" displayLabel="mA" />
|
|
267
|
-
<Unit typeName="MICROAMPERE" phenomenon="CURRENT" unitSystem="METRIC" definition="[MICRO]*A" displayLabel="µA" />
|
|
268
|
-
<Unit typeName="COULOMB" phenomenon="ELECTRIC_CHARGE" unitSystem="SI" definition="A*S" displayLabel="C" />
|
|
269
|
-
<Unit typeName="VOLT" phenomenon="ELECTRIC_POTENTIAL" unitSystem="SI" definition="N*M*COULOMB(-1)" displayLabel="V" />
|
|
270
|
-
<Unit typeName="KILOVOLT" phenomenon="ELECTRIC_POTENTIAL" unitSystem="METRIC" definition="[KILO]*VOLT" displayLabel="KV" />
|
|
271
|
-
<Unit typeName="MEGAVOLT" phenomenon="ELECTRIC_POTENTIAL" unitSystem="METRIC" definition="[MEGA]*VOLT" displayLabel="MV" />
|
|
272
|
-
<Unit typeName="J" phenomenon="WORK" unitSystem="SI" definition="N*M" />
|
|
273
|
-
<Unit typeName="KJ" phenomenon="WORK" unitSystem="METRIC" definition="[KILO]*J" displayLabel="kJ" />
|
|
274
|
-
<Unit typeName="MEGAJ" phenomenon="WORK" unitSystem="METRIC" definition="[MEGA]*J" displayLabel="MJ" />
|
|
275
|
-
<Unit typeName="GJ" phenomenon="WORK" unitSystem="METRIC" definition="[GIGA]*J" />
|
|
276
|
-
<Unit typeName="FT_PDL" phenomenon="WORK" unitSystem="USCUSTOM" definition="PDL*FT" displayLabel="ft*pdl" />
|
|
277
|
-
<Unit typeName="BTU" phenomenon="WORK" unitSystem="INTERNATIONAL" definition="J" numerator="1.05505585262e3" displayLabel="Btu" description="Is IT BTU. http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B. See foot note #9: " />
|
|
278
|
-
<Unit typeName="KILOBTU" phenomenon="WORK" unitSystem="USCUSTOM" definition="[KILO]*BTU" displayLabel="kBtu" />
|
|
279
|
-
<Unit typeName="WATT_SECOND" phenomenon="WORK" unitSystem="INTERNATIONAL" definition="W*S" displayLabel="Ws" />
|
|
280
|
-
<Unit typeName="KWH" phenomenon="WORK" unitSystem="INTERNATIONAL" definition="KW*HR" displayLabel="kW·h" />
|
|
281
|
-
<Unit typeName="MEGAWH" phenomenon="WORK" unitSystem="INTERNATIONAL" definition="MEGAW*HR" displayLabel="MWh" />
|
|
282
|
-
<Unit typeName="GWH" phenomenon="WORK" unitSystem="INTERNATIONAL" definition="GW*HR" displayLabel="GWh" />
|
|
283
|
-
<Unit typeName="J_PER_CUB_M" phenomenon="ENERGY_DENSITY" unitSystem="SI" definition="J*M(-3)" displayLabel="J/m³" />
|
|
284
|
-
<Unit typeName="KJ_PER_CUB_M" phenomenon="ENERGY_DENSITY" unitSystem="METRIC" definition="KJ*M(-3)" displayLabel="kJ/m³" />
|
|
285
|
-
<Unit typeName="KWH_PER_CUB_M" phenomenon="ENERGY_DENSITY" unitSystem="METRIC" definition="KWH*M(-3)" displayLabel="kW·h/m³" />
|
|
286
|
-
<Unit typeName="KWH_PER_CUB_FT" phenomenon="ENERGY_DENSITY" unitSystem="USCUSTOM" definition="KWH*FT(-3)" displayLabel="kWh/ft³" />
|
|
287
|
-
<Unit typeName="KWH_PER_MILLION_GALLON" phenomenon="ENERGY_DENSITY" unitSystem="USCUSTOM" definition="KWH*[MEGA](-1)*GALLON(-1)" displayLabel="kW·h/million gal" />
|
|
288
|
-
<Unit typeName="J_PER_KG" phenomenon="SPECIFIC_ENERGY" unitSystem="SI" definition="J*KG(-1)" displayLabel="J/kg" />
|
|
289
|
-
<Unit typeName="KJ_PER_KG" phenomenon="SPECIFIC_ENERGY" unitSystem="METRIC" definition="KJ*KG(-1)" displayLabel="kJ/kg" />
|
|
290
|
-
<Unit typeName="MEGAJ_PER_KG" phenomenon="SPECIFIC_ENERGY" unitSystem="METRIC" definition="MEGAJ*KG(-1)" displayLabel="MJ/kg" />
|
|
291
|
-
<Unit typeName="BTU_PER_LBM" phenomenon="SPECIFIC_ENERGY" unitSystem="USCUSTOM" definition="BTU*LBM(-1)" displayLabel="Btu/lb" />
|
|
292
|
-
<Unit typeName="J_PER_KG_K" phenomenon="SPECIFIC_HEAT_CAPACITY" unitSystem="SI" definition="J*KG(-1)*DELTA_KELVIN(-1)" displayLabel="J/(kg·ΔK)" />
|
|
293
|
-
<Unit typeName="BTU_PER_LBM_RANKINE" phenomenon="SPECIFIC_HEAT_CAPACITY" unitSystem="USCUSTOM" definition="BTU*LBM(-1)*DELTA_RANKINE(-1)" displayLabel="Btu/(lbm·Δ°R)" />
|
|
294
|
-
<Unit typeName="J_PER_G_CELSIUS" phenomenon="SPECIFIC_HEAT_CAPACITY" unitSystem="METRIC" definition="J*G(-1)*DELTA_CELSIUS(-1)" displayLabel="J/(g·Δ°C)" />
|
|
295
|
-
<Unit typeName="J_PER_MOL_K" phenomenon="SPECIFIC_HEAT_CAPACITY_MOLAR" unitSystem="SI" definition="J*MOL(-1)*DELTA_KELVIN(-1)" displayLabel="J/(mol*K)" />
|
|
296
|
-
<Unit typeName="J_PER_KMOL_K" phenomenon="SPECIFIC_HEAT_CAPACITY_MOLAR" unitSystem="METRIC" definition="J*KMOL(-1)*DELTA_KELVIN(-1)" displayLabel="J/(kmol·ΔK)" />
|
|
297
|
-
<Unit typeName="KJ_PER_KMOL_K" phenomenon="SPECIFIC_HEAT_CAPACITY_MOLAR" unitSystem="METRIC" definition="KJ*KMOL(-1)*DELTA_KELVIN(-1)" displayLabel="kJ/(kmol·ΔK)" />
|
|
298
|
-
<Unit typeName="BTU_PER_LB_MOL_RANKINE" phenomenon="SPECIFIC_HEAT_CAPACITY_MOLAR" unitSystem="USCUSTOM" definition="BTU*LB_MOL(-1)*DELTA_RANKINE(-1)" displayLabel="Btu/(lb-mol·Δ°R)" />
|
|
299
|
-
<Unit typeName="CUB_M_PER_SEC" phenomenon="VOLUMETRIC_FLOW" unitSystem="SI" definition="M(3)*S(-1)" displayLabel="m³/s" />
|
|
300
|
-
<Unit typeName="CUB_M_PER_MIN" phenomenon="VOLUMETRIC_FLOW" unitSystem="METRIC" definition="M(3)*MIN(-1)" displayLabel="m³/min" />
|
|
301
|
-
<Unit typeName="CUB_M_PER_HR" phenomenon="VOLUMETRIC_FLOW" unitSystem="METRIC" definition="M(3)*HR(-1)" displayLabel="m³/h" />
|
|
302
|
-
<Unit typeName="CUB_M_PER_DAY" phenomenon="VOLUMETRIC_FLOW" unitSystem="METRIC" definition="M(3)*DAY(-1)" displayLabel="m³/day" />
|
|
303
|
-
<Unit typeName="LITRE_PER_SEC" phenomenon="VOLUMETRIC_FLOW" unitSystem="METRIC" definition="LITRE*S(-1)" displayLabel="L/s" />
|
|
304
|
-
<Unit typeName="LITRE_PER_MIN" phenomenon="VOLUMETRIC_FLOW" unitSystem="METRIC" definition="LITRE*MIN(-1)" displayLabel="L/min" />
|
|
305
|
-
<Unit typeName="LITRE_PER_HR" phenomenon="VOLUMETRIC_FLOW" unitSystem="METRIC" definition="LITRE*HR(-1)" displayLabel="L/h" />
|
|
306
|
-
<Unit typeName="LITRE_PER_DAY" phenomenon="VOLUMETRIC_FLOW" unitSystem="METRIC" definition="LITRE*DAY(-1)" displayLabel="L/day" />
|
|
307
|
-
<Unit typeName="CUB_IN_PER_SEC" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="CUB_IN*S(-1)" displayLabel="in³/sec" />
|
|
308
|
-
<Unit typeName="CUB_IN_PER_MIN" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="CUB_IN*MIN(-1)" displayLabel="in³/min" />
|
|
309
|
-
<Unit typeName="CUB_FT_PER_SEC" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="CUB_FT*S(-1)" displayLabel="ft³/s" />
|
|
310
|
-
<Unit typeName="CUB_FT_PER_MIN" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="CUB_FT*MIN(-1)" displayLabel="ft³/min" />
|
|
311
|
-
<Unit typeName="CUB_FT_PER_DAY" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="CUB_FT*DAY(-1)" displayLabel="ft³/day" />
|
|
312
|
-
<Unit typeName="ACRE_FT_PER_DAY" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="ACRE_FT*DAY(-1)" displayLabel="acre·ft/day" />
|
|
313
|
-
<Unit typeName="ACRE_FT_PER_HR" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="ACRE_FT*HR(-1)" displayLabel="acre·ft/h" />
|
|
314
|
-
<Unit typeName="ACRE_FT_PER_MIN" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="ACRE_FT*MIN(-1)" displayLabel="acre·ft/min" />
|
|
315
|
-
<Unit typeName="ACRE_IN_PER_DAY" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="ACRE_IN*DAY(-1)" displayLabel="acre_in/day" />
|
|
316
|
-
<Unit typeName="ACRE_IN_PER_HR" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="ACRE_IN*HR(-1)" displayLabel="acre·in/h" />
|
|
317
|
-
<Unit typeName="ACRE_IN_PER_MIN" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="ACRE_IN*MIN(-1)" displayLabel="acre·in/min" />
|
|
318
|
-
<Unit typeName="GALLON_IMPERIAL_PER_SEC" phenomenon="VOLUMETRIC_FLOW" unitSystem="IMPERIAL" definition="GALLON_IMPERIAL*S(-1)" displayLabel="gal (imp)/s" />
|
|
319
|
-
<Unit typeName="GALLON_IMPERIAL_PER_MIN" phenomenon="VOLUMETRIC_FLOW" unitSystem="IMPERIAL" definition="GALLON_IMPERIAL*MIN(-1)" displayLabel="gal (imp)/min" />
|
|
320
|
-
<Unit typeName="GALLON_IMPERIAL_PER_HR" phenomenon="VOLUMETRIC_FLOW" unitSystem="IMPERIAL" definition="GALLON_IMPERIAL*HR(-1)" displayLabel="gal (imp)/h" />
|
|
321
|
-
<Unit typeName="GALLON_IMPERIAL_PER_DAY" phenomenon="VOLUMETRIC_FLOW" unitSystem="IMPERIAL" definition="GALLON_IMPERIAL*DAY(-1)" displayLabel="gal (imp)/day" />
|
|
322
|
-
<Unit typeName="GALLON_PER_SEC" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="GALLON*S(-1)" displayLabel="gal/s" />
|
|
323
|
-
<Unit typeName="GALLON_PER_MIN" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="GALLON*MIN(-1)" displayLabel="gal/min" />
|
|
324
|
-
<Unit typeName="GALLON_PER_HR" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="GALLON*HR(-1)" displayLabel="gal/h" />
|
|
325
|
-
<Unit typeName="GALLON_PER_DAY" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="GALLON*DAY(-1)" displayLabel="gal/day" />
|
|
326
|
-
<Unit typeName="HZ" phenomenon="FREQUENCY" unitSystem="SI" definition="S(-1)" displayLabel="Hz" />
|
|
327
|
-
<Unit typeName="KHZ" phenomenon="FREQUENCY" unitSystem="METRIC" definition="[KILO]*S(-1)" displayLabel="KHz" />
|
|
328
|
-
<Unit typeName="MHZ" phenomenon="FREQUENCY" unitSystem="METRIC" definition="[MEGA]*S(-1)" displayLabel="MHz" />
|
|
329
|
-
<Unit typeName="CUB_M_PER_SQ_M_SEC" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="SI" definition="M*S(-1)" displayLabel="m³/(m²*sec)" />
|
|
330
|
-
<Unit typeName="CUB_M_PER_SQ_M_DAY" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="METRIC" definition="M*DAY(-1)" displayLabel="m³/(m²·day)" />
|
|
331
|
-
<Unit typeName="CUB_M_PER_HECTARE_DAY" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="METRIC" definition="CUB_M*HECTARE(-1)*DAY(-1)" displayLabel="m³/(ha·day)" />
|
|
332
|
-
<Unit typeName="CUB_M_PER_SQ_KM_DAY" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="METRIC" definition="CUB_M*KM(-2)*DAY(-1)" displayLabel="m³/(km²·day)" />
|
|
333
|
-
<Unit typeName="LITRE_PER_SQ_M_SEC" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="METRIC" definition="LITRE*M(-2)*S(-1)" displayLabel="L/(m²·s)" />
|
|
334
|
-
<Unit typeName="CUB_FT_PER_SQ_FT_MIN" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="FT*MIN(-1)" displayLabel="ft³/(ft²·min)" />
|
|
335
|
-
<Unit typeName="CUB_FT_PER_SQ_FT_SEC" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="FT*S(-1)" displayLabel="ft³/(ft²·s)" />
|
|
336
|
-
<Unit typeName="CUB_FT_PER_SQ_MILE_SEC" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="FT(3)*MILE(-2)*S(-1)" displayLabel="ft³/(mi²·s)" />
|
|
337
|
-
<Unit typeName="CUB_FT_PER_ACRE_SEC" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="FT(3)*ACRE(-1)*S(-1)" displayLabel="ft³/(acres·s)" />
|
|
338
|
-
<Unit typeName="GALLON_PER_ACRE_DAY" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="GALLON*DAY(-1)*ACRE(-1)" displayLabel="gal/(acre·day)" />
|
|
339
|
-
<Unit typeName="GALLON_PER_ACRE_MIN" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="GALLON*MIN(-1)*ACRE(-1)" displayLabel="gal/(acre·min)" />
|
|
340
|
-
<Unit typeName="GALLON_PER_SQ_FT_MIN" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="GALLON*MIN(-1)*FT(-2)" displayLabel="gal/(ft²·min)" />
|
|
341
|
-
<Unit typeName="GALLON_PER_SQ_FT_DAY" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="GALLON*DAY(-1)*FT(-2)" displayLabel="gal/(ft²·day)" />
|
|
342
|
-
<Unit typeName="GALLON_PER_SQ_MILE_MIN" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="GALLON*MIN(-1)*MILE(-2)" displayLabel="gal/(mi²·min)" />
|
|
343
|
-
<Unit typeName="GALLON_PER_SQ_MILE_DAY" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="GALLON*DAY(-1)*MILE(-2)" displayLabel="gal/(mi²·day)" />
|
|
344
|
-
<Unit typeName="KG_PER_KG" phenomenon="MASS_RATIO" unitSystem="SI" definition="KG*KG(-1)" displayLabel="kg/kg" />
|
|
345
|
-
<Unit typeName="GRM_PER_LBM" phenomenon="MASS_RATIO" unitSystem="USCUSTOM" definition="GRM*LBM(-1)" displayLabel="gr/lb" />
|
|
346
|
-
<Unit typeName="KG_PER_SEC" phenomenon="MASS_FLOW" unitSystem="SI" definition="KG*S(-1)" displayLabel="kg/s" />
|
|
347
|
-
<Unit typeName="KG_PER_MIN" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="KG*MIN(-1)" displayLabel="kg/min" />
|
|
348
|
-
<Unit typeName="KG_PER_HR" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="KG*HR(-1)" displayLabel="kg/h" />
|
|
349
|
-
<Unit typeName="KG_PER_DAY" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="KG*DAY(-1)" displayLabel="kg/day" />
|
|
350
|
-
<Unit typeName="G_PER_SEC" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="G*S(-1)" displayLabel="g/s" />
|
|
351
|
-
<Unit typeName="G_PER_MIN" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="G*MIN(-1)" displayLabel="g/min" />
|
|
352
|
-
<Unit typeName="G_PER_HR" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="G*HR(-1)" displayLabel="g/h" />
|
|
353
|
-
<Unit typeName="MG_PER_SEC" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="MG*S(-1)" displayLabel="mg/s" />
|
|
354
|
-
<Unit typeName="MG_PER_MIN" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="MG*MIN(-1)" displayLabel="mg/min" />
|
|
355
|
-
<Unit typeName="MG_PER_HR" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="MG*HR(-1)" displayLabel="mg/h" />
|
|
356
|
-
<Unit typeName="MG_PER_DAY" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="MG*DAY(-1)" displayLabel="mg/day" />
|
|
357
|
-
<Unit typeName="MKG_PER_SEC" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="MKG*S(-1)" displayLabel="µg/s" />
|
|
358
|
-
<Unit typeName="MKG_PER_MIN" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="MKG*MIN(-1)" displayLabel="µg/min" />
|
|
359
|
-
<Unit typeName="MKG_PER_HR" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="MKG*HR(-1)" displayLabel="µg/h" />
|
|
360
|
-
<Unit typeName="MKG_PER_DAY" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="MKG*DAY(-1)" displayLabel="µg/day" />
|
|
361
|
-
<Unit typeName="TONNE_PER_HR" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="TONNE*HR(-1)" displayLabel="tph" />
|
|
362
|
-
<Unit typeName="LBM_PER_SEC" phenomenon="MASS_FLOW" unitSystem="USCUSTOM" definition="LBM*S(-1)" displayLabel="lb/s" />
|
|
363
|
-
<Unit typeName="LBM_PER_MIN" phenomenon="MASS_FLOW" unitSystem="USCUSTOM" definition="LBM*MIN(-1)" displayLabel="lb/min" />
|
|
364
|
-
<Unit typeName="LBM_PER_HR" phenomenon="MASS_FLOW" unitSystem="USCUSTOM" definition="LBM*HR(-1)" displayLabel="lb/h" />
|
|
365
|
-
<Unit typeName="LBM_PER_DAY" phenomenon="MASS_FLOW" unitSystem="USCUSTOM" definition="LBM*DAY(-1)" displayLabel="lb/day" />
|
|
366
|
-
<Unit typeName="SHORT_TON_PER_HR" phenomenon="MASS_FLOW" unitSystem="USCUSTOM" definition="SHORT_TON_MASS*HR(-1)" displayLabel="tph" />
|
|
367
|
-
<Unit typeName="MOL_PER_SEC" phenomenon="MOLAR_FLOW" unitSystem="SI" definition="MOL*S(-1)" displayLabel="mol/s" />
|
|
368
|
-
<Unit typeName="KMOL_PER_SEC" phenomenon="MOLAR_FLOW" unitSystem="METRIC" definition="[KILO]*MOL*S(-1)" displayLabel="kmol/s" />
|
|
369
|
-
<Unit typeName="N" phenomenon="FORCE" unitSystem="SI" definition="KG*M*S(-2)" />
|
|
370
|
-
<Unit typeName="
|
|
371
|
-
<Unit typeName="
|
|
372
|
-
<Unit typeName="
|
|
373
|
-
<Unit typeName="
|
|
374
|
-
<Unit typeName="
|
|
375
|
-
<Unit typeName="
|
|
376
|
-
<Unit typeName="
|
|
377
|
-
<Unit typeName="
|
|
378
|
-
<Unit typeName="
|
|
379
|
-
<Unit typeName="
|
|
380
|
-
<Unit typeName="
|
|
381
|
-
<Unit typeName="
|
|
382
|
-
<Unit typeName="
|
|
383
|
-
<Unit typeName="
|
|
384
|
-
<Unit typeName="
|
|
385
|
-
<Unit typeName="
|
|
386
|
-
<Unit typeName="
|
|
387
|
-
<Unit typeName="
|
|
388
|
-
<Unit typeName="
|
|
389
|
-
<Unit typeName="
|
|
390
|
-
<Unit typeName="
|
|
391
|
-
<Unit typeName="
|
|
392
|
-
<Unit typeName="
|
|
393
|
-
<Unit typeName="
|
|
394
|
-
<Unit typeName="
|
|
395
|
-
<Unit typeName="
|
|
396
|
-
<Unit typeName="
|
|
397
|
-
<Unit typeName="
|
|
398
|
-
<Unit typeName="
|
|
399
|
-
<Unit typeName="
|
|
400
|
-
<Unit typeName="
|
|
401
|
-
<Unit typeName="
|
|
402
|
-
<Unit typeName="
|
|
403
|
-
<Unit typeName="
|
|
404
|
-
<Unit typeName="
|
|
405
|
-
<Unit typeName="
|
|
406
|
-
<Unit typeName="
|
|
407
|
-
<Unit typeName="
|
|
408
|
-
<Unit typeName="
|
|
409
|
-
<Unit typeName="
|
|
410
|
-
<Unit typeName="
|
|
411
|
-
<Unit typeName="
|
|
412
|
-
<Unit typeName="
|
|
413
|
-
<Unit typeName="
|
|
414
|
-
<Unit typeName="
|
|
415
|
-
<Unit typeName="
|
|
416
|
-
<Unit typeName="
|
|
417
|
-
<Unit typeName="
|
|
418
|
-
<Unit typeName="
|
|
419
|
-
<Unit typeName="
|
|
420
|
-
<Unit typeName="
|
|
421
|
-
<Unit typeName="
|
|
422
|
-
<Unit typeName="
|
|
423
|
-
<Unit typeName="
|
|
424
|
-
<Unit typeName="
|
|
425
|
-
<Unit typeName="
|
|
426
|
-
<Unit typeName="
|
|
427
|
-
<Unit typeName="
|
|
428
|
-
<Unit typeName="
|
|
429
|
-
<Unit typeName="
|
|
430
|
-
<Unit typeName="
|
|
431
|
-
<Unit typeName="
|
|
432
|
-
<Unit typeName="
|
|
433
|
-
<Unit typeName="
|
|
434
|
-
<Unit typeName="
|
|
435
|
-
<Unit typeName="
|
|
436
|
-
<Unit typeName="
|
|
437
|
-
<Unit typeName="
|
|
438
|
-
<Unit typeName="
|
|
439
|
-
<Unit typeName="
|
|
440
|
-
<Unit typeName="
|
|
441
|
-
<Unit typeName="
|
|
442
|
-
<Unit typeName="
|
|
443
|
-
<Unit typeName="
|
|
444
|
-
<Unit typeName="
|
|
445
|
-
<Unit typeName="
|
|
446
|
-
<Unit typeName="
|
|
447
|
-
<Unit typeName="
|
|
448
|
-
<Unit typeName="
|
|
449
|
-
<Unit typeName="
|
|
450
|
-
<Unit typeName="
|
|
451
|
-
<Unit typeName="
|
|
452
|
-
<Unit typeName="
|
|
453
|
-
<Unit typeName="
|
|
454
|
-
<Unit typeName="
|
|
455
|
-
<Unit typeName="
|
|
456
|
-
<Unit typeName="
|
|
457
|
-
<Unit typeName="
|
|
458
|
-
<Unit typeName="
|
|
459
|
-
<Unit typeName="
|
|
460
|
-
<Unit typeName="
|
|
461
|
-
<Unit typeName="
|
|
462
|
-
<Unit typeName="
|
|
463
|
-
<Unit typeName="
|
|
464
|
-
<Unit typeName="
|
|
465
|
-
<Unit typeName="
|
|
466
|
-
<Unit typeName="
|
|
467
|
-
<Unit typeName="
|
|
468
|
-
<Unit typeName="
|
|
469
|
-
<Unit typeName="
|
|
470
|
-
<Unit typeName="
|
|
471
|
-
<Unit typeName="
|
|
472
|
-
<Unit typeName="
|
|
473
|
-
<Unit typeName="
|
|
474
|
-
<Unit typeName="
|
|
475
|
-
<Unit typeName="
|
|
476
|
-
<Unit typeName="
|
|
477
|
-
<Unit typeName="
|
|
478
|
-
<Unit typeName="
|
|
479
|
-
<Unit typeName="
|
|
480
|
-
<Unit typeName="
|
|
481
|
-
<Unit typeName="
|
|
482
|
-
<Unit typeName="
|
|
483
|
-
<Unit typeName="
|
|
484
|
-
<Unit typeName="
|
|
485
|
-
<Unit typeName="
|
|
486
|
-
<Unit typeName="
|
|
487
|
-
<Unit typeName="
|
|
488
|
-
<Unit typeName="
|
|
489
|
-
<Unit typeName="
|
|
490
|
-
<Unit typeName="
|
|
491
|
-
<Unit typeName="
|
|
492
|
-
<Unit typeName="
|
|
493
|
-
<Unit typeName="
|
|
494
|
-
<Unit typeName="
|
|
495
|
-
<Unit typeName="
|
|
496
|
-
<
|
|
497
|
-
<InvertedUnit typeName="
|
|
498
|
-
<InvertedUnit typeName="
|
|
499
|
-
<
|
|
500
|
-
<Unit typeName="
|
|
501
|
-
<Unit typeName="
|
|
502
|
-
<Unit typeName="
|
|
503
|
-
<Unit typeName="
|
|
504
|
-
<Unit typeName="
|
|
505
|
-
<Unit typeName="
|
|
506
|
-
<Unit typeName="
|
|
507
|
-
<Unit typeName="
|
|
508
|
-
<Unit typeName="
|
|
509
|
-
<Unit typeName="
|
|
510
|
-
<Unit typeName="
|
|
511
|
-
<Unit typeName="
|
|
512
|
-
<Unit typeName="
|
|
513
|
-
<Unit typeName="
|
|
514
|
-
<Unit typeName="
|
|
515
|
-
<Unit typeName="
|
|
516
|
-
<Unit typeName="
|
|
517
|
-
<Unit typeName="
|
|
518
|
-
<Unit typeName="
|
|
519
|
-
<Unit typeName="
|
|
520
|
-
<Unit typeName="
|
|
521
|
-
<Unit typeName="
|
|
522
|
-
<Unit typeName="
|
|
523
|
-
<Unit typeName="
|
|
524
|
-
<Unit typeName="
|
|
525
|
-
<Unit typeName="
|
|
526
|
-
<Unit typeName="
|
|
527
|
-
<Unit typeName="
|
|
528
|
-
<Unit typeName="
|
|
529
|
-
<Unit typeName="
|
|
530
|
-
<Unit typeName="
|
|
531
|
-
<Unit typeName="
|
|
532
|
-
<Unit typeName="
|
|
533
|
-
<Unit typeName="
|
|
534
|
-
<Unit typeName="
|
|
535
|
-
<Unit typeName="
|
|
536
|
-
<Unit typeName="
|
|
537
|
-
<Unit typeName="
|
|
538
|
-
<Unit typeName="
|
|
539
|
-
<Unit typeName="
|
|
540
|
-
<Unit typeName="
|
|
541
|
-
<Unit typeName="
|
|
542
|
-
<Unit typeName="
|
|
543
|
-
<Unit typeName="
|
|
544
|
-
<Unit typeName="
|
|
545
|
-
<Unit typeName="
|
|
546
|
-
<Unit typeName="
|
|
547
|
-
<Unit typeName="
|
|
548
|
-
<Unit typeName="
|
|
549
|
-
<Unit typeName="
|
|
550
|
-
<Unit typeName="
|
|
551
|
-
<Unit typeName="
|
|
552
|
-
<Unit typeName="
|
|
553
|
-
<Unit typeName="
|
|
554
|
-
<Unit typeName="
|
|
555
|
-
<Unit typeName="
|
|
556
|
-
<Unit typeName="
|
|
557
|
-
<Unit typeName="
|
|
558
|
-
<Unit typeName="
|
|
559
|
-
<Unit typeName="
|
|
560
|
-
<Unit typeName="
|
|
561
|
-
<Unit typeName="
|
|
562
|
-
<Unit typeName="
|
|
563
|
-
<Unit typeName="
|
|
564
|
-
<Unit typeName="
|
|
565
|
-
<Unit typeName="
|
|
566
|
-
<Unit typeName="
|
|
567
|
-
<Unit typeName="
|
|
568
|
-
<Unit typeName="
|
|
569
|
-
<Unit typeName="
|
|
570
|
-
<Unit typeName="
|
|
571
|
-
<Unit typeName="
|
|
572
|
-
<Unit typeName="
|
|
573
|
-
<Unit typeName="
|
|
574
|
-
<Unit typeName="
|
|
575
|
-
<Unit typeName="
|
|
576
|
-
<Unit typeName="
|
|
577
|
-
<Unit typeName="
|
|
578
|
-
<Unit typeName="
|
|
579
|
-
<Unit typeName="
|
|
580
|
-
<Unit typeName="
|
|
581
|
-
<Unit typeName="
|
|
582
|
-
<Unit typeName="
|
|
583
|
-
<Unit typeName="
|
|
584
|
-
<Unit typeName="
|
|
585
|
-
<Unit typeName="
|
|
586
|
-
<Unit typeName="
|
|
587
|
-
<Unit typeName="
|
|
588
|
-
<Unit typeName="
|
|
589
|
-
<Unit typeName="
|
|
590
|
-
<Unit typeName="
|
|
591
|
-
<Unit typeName="
|
|
592
|
-
<Unit typeName="
|
|
593
|
-
<Unit typeName="
|
|
594
|
-
<Unit typeName="
|
|
595
|
-
<Unit typeName="
|
|
596
|
-
<Unit typeName="
|
|
597
|
-
<Unit typeName="
|
|
598
|
-
<Unit typeName="
|
|
599
|
-
<Unit typeName="
|
|
600
|
-
<Unit typeName="
|
|
601
|
-
<Unit typeName="
|
|
602
|
-
<Unit typeName="
|
|
603
|
-
<Unit typeName="
|
|
604
|
-
<Unit typeName="
|
|
605
|
-
<Unit typeName="
|
|
606
|
-
<Unit typeName="
|
|
607
|
-
<Unit typeName="
|
|
608
|
-
<Unit typeName="
|
|
609
|
-
<Unit typeName="
|
|
610
|
-
<Unit typeName="
|
|
611
|
-
<Unit typeName="
|
|
612
|
-
<Unit typeName="
|
|
613
|
-
<Unit typeName="
|
|
614
|
-
<Unit typeName="
|
|
615
|
-
<Unit typeName="
|
|
616
|
-
<Unit typeName="
|
|
617
|
-
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- ==================================================================================
|
|
3
|
+
| * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
+
| * See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
|
+
======================================================================================= -->
|
|
6
|
+
<ECSchema schemaName="Units" alias="u" version="01.00.08" description="Standard Set of Unit definitions for the system" displayLabel="Units"
|
|
7
|
+
xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
|
|
8
|
+
<UnitSystem typeName="SI" />
|
|
9
|
+
<UnitSystem typeName="CGS" />
|
|
10
|
+
<UnitSystem typeName="METRIC" />
|
|
11
|
+
<UnitSystem typeName="IMPERIAL" />
|
|
12
|
+
<UnitSystem typeName="MARITIME" />
|
|
13
|
+
<UnitSystem typeName="USSURVEY" />
|
|
14
|
+
<UnitSystem typeName="INDUSTRIAL" />
|
|
15
|
+
<UnitSystem typeName="INTERNATIONAL" />
|
|
16
|
+
<UnitSystem typeName="USCUSTOM" />
|
|
17
|
+
<UnitSystem typeName="STATISTICS" />
|
|
18
|
+
<UnitSystem typeName="FINANCE" />
|
|
19
|
+
<UnitSystem typeName="CONSTANT" />
|
|
20
|
+
<Phenomenon typeName="APPARENT_POWER" definition="ELECTRIC_POTENTIAL*CURRENT" displayLabel="Apparent Power" />
|
|
21
|
+
<Phenomenon typeName="AREA" definition="LENGTH(2)" displayLabel="Area" />
|
|
22
|
+
<Phenomenon typeName="VOLUME" definition="LENGTH(3)" displayLabel="Volume" />
|
|
23
|
+
<Phenomenon typeName="VELOCITY" definition="LENGTH*TIME(-1)" displayLabel="Velocity" />
|
|
24
|
+
<Phenomenon typeName="ANGULAR_VELOCITY" definition="ANGLE*TIME(-1)" displayLabel="Angular Velocity" />
|
|
25
|
+
<Phenomenon typeName="ACCELERATION" definition="LENGTH*TIME(-2)" displayLabel="Acceleration" />
|
|
26
|
+
<Phenomenon typeName="FORCE" definition="MASS*ACCELERATION" displayLabel="Force" />
|
|
27
|
+
<Phenomenon typeName="PRESSURE" definition="FORCE*AREA(-1)" displayLabel="Pressure" />
|
|
28
|
+
<Phenomenon typeName="FORCE_DENSITY" definition="FORCE*VOLUME(-1)" displayLabel="Force Density" />
|
|
29
|
+
<Phenomenon typeName="PRESSURE_GRADIENT" definition="PRESSURE*LENGTH(-1)" displayLabel="Pressure Gradient" />
|
|
30
|
+
<Phenomenon typeName="TORQUE" definition="FORCE*LENGTH*ANGLE(-1)" displayLabel="Torque" />
|
|
31
|
+
<Phenomenon typeName="LINEAR_TORQUE" definition="TORQUE*LENGTH(-1)" displayLabel="Linear Torque" />
|
|
32
|
+
<Phenomenon typeName="AREA_TORQUE" definition="TORQUE*AREA(-1)" displayLabel="Area Torque" />
|
|
33
|
+
<Phenomenon typeName="AREA_MOMENT_INERTIA" definition="LENGTH(4)" displayLabel="Area Moment Inertia" />
|
|
34
|
+
<Phenomenon typeName="MASS_RATIO" definition="MASS*MASS(-1)" displayLabel="Mass Ratio" />
|
|
35
|
+
<Phenomenon typeName="DENSITY" definition="MASS*VOLUME(-1)" displayLabel="Density" />
|
|
36
|
+
<Phenomenon typeName="SPECIFIC_VOLUME" definition="VOLUME*MASS(-1)" displayLabel="Specific Volume" />
|
|
37
|
+
<Phenomenon typeName="LINEAR_DENSITY" definition="MASS*LENGTH(-1)" displayLabel="Linear Density" />
|
|
38
|
+
<Phenomenon typeName="SURFACE_DENSITY" definition="MASS*AREA(-1)" displayLabel="Surface Density" />
|
|
39
|
+
<Phenomenon typeName="WORK" definition="FORCE*LENGTH" displayLabel="Work" />
|
|
40
|
+
<Phenomenon typeName="POWER" definition="WORK*TIME(-1)" displayLabel="Power" />
|
|
41
|
+
<Phenomenon typeName="VOLUMETRIC_FLOW" definition="VOLUME*TIME(-1)" displayLabel="Volumetric Flow" />
|
|
42
|
+
<Phenomenon typeName="FLOW_DENSITY_PER_AREA" definition="VOLUMETRIC_FLOW*AREA(-1)" displayLabel="Flow Density per Area" description="Flow demanded by or discharged to a Water/Sewer network per area." />
|
|
43
|
+
<Phenomenon typeName="MASS_FLOW" definition="MASS*TIME(-1)" displayLabel="Mass Flow" />
|
|
44
|
+
<Phenomenon typeName="MOLAR_FLOW" definition="MOLE*TIME(-1)" displayLabel="Molar Flow" />
|
|
45
|
+
<Phenomenon typeName="DYNAMIC_VISCOSITY" definition="PRESSURE*TIME" displayLabel="Dynamic Viscosity" />
|
|
46
|
+
<Phenomenon typeName="KINEMATIC_VISCOSITY" definition="DYNAMIC_VISCOSITY*DENSITY(-1)" displayLabel="Kinematic Viscosity" />
|
|
47
|
+
<Phenomenon typeName="ELECTRIC_CHARGE" definition="CURRENT*TIME" displayLabel="Electric Charge" />
|
|
48
|
+
<Phenomenon typeName="ELECTRIC_POTENTIAL" definition="POWER*CURRENT(-1)" displayLabel="Electric Potential" />
|
|
49
|
+
<Phenomenon typeName="LUMINOUS_FLUX" definition="LUMINOSITY*SOLIDANGLE" displayLabel="Luminous Flux" />
|
|
50
|
+
<Phenomenon typeName="ILLUMINANCE" definition="LUMINOUS_FLUX*LENGTH(-2)" displayLabel="Illuminance" />
|
|
51
|
+
<Phenomenon typeName="ROTATIONAL_SPRING_CONSTANT" definition="TORQUE*ANGLE(-1)" displayLabel="Rotational Spring Constant" />
|
|
52
|
+
<Phenomenon typeName="LINEAR_ROTATIONAL_SPRING_CONSTANT" definition="FORCE*ANGLE(-1)" displayLabel="Linear Rotational Spring Constant" />
|
|
53
|
+
<Phenomenon typeName="SPRING_CONSTANT" definition="FORCE*LENGTH(-1)" displayLabel="Spring Constant" />
|
|
54
|
+
<Phenomenon typeName="LINEAR_SPRING_CONSTANT" definition="SPRING_CONSTANT*LENGTH(-1)" displayLabel="Linear Spring Constant" />
|
|
55
|
+
<Phenomenon typeName="AREA_SPRING_CONSTANT" definition="SPRING_CONSTANT*AREA(-1)" displayLabel="Area Spring Constant" />
|
|
56
|
+
<Phenomenon typeName="PIPE_DIAMETER_LENGTH" definition="LENGTH*LENGTH" displayLabel="Pipe Diameter-Length" description="The diameter of a pipe multiplied by its length, used as a coefficient for pipe-infiltration calculations." />
|
|
57
|
+
<Phenomenon typeName="THERMAL_CONDUCTIVITY" definition="POWER*LENGTH(-1)*TEMPERATURE_CHANGE(-1)" displayLabel="Thermal Conductivity" />
|
|
58
|
+
<Phenomenon typeName="THERMAL_INSULANCE" definition="AREA*TEMPERATURE_CHANGE*POWER(-1)" displayLabel="Thermal Resistance" />
|
|
59
|
+
<Phenomenon typeName="TEMPERATURE_GRADIENT" definition="TEMPERATURE_CHANGE*LENGTH(-1)" displayLabel="Temperature Gradient" />
|
|
60
|
+
<Phenomenon typeName="MOLAR_VOLUME" definition="VOLUME*MOLE(-1)" displayLabel="Molar Volume" />
|
|
61
|
+
<Phenomenon typeName="MOLAR_CONCENTRATION" definition="MOLE*VOLUME(-1)" displayLabel="Molar Concentration" />
|
|
62
|
+
<Phenomenon typeName="SLOPE" definition="LENGTH*LENGTH(-1)" displayLabel="Slope" />
|
|
63
|
+
<Phenomenon typeName="HEAT_TRANSFER" definition="POWER*AREA(-1)*TEMPERATURE_CHANGE(-1)" displayLabel="Heat Transfer" description="https://en.wikipedia.org/wiki/Heat_transfer_coefficient" />
|
|
64
|
+
<Phenomenon typeName="HEAT_FLUX_DENSITY" definition="POWER*AREA(-1)" displayLabel="Heat Flux Density" description="https://en.wikipedia.org/wiki/Heat_flux see description of heat flux density" />
|
|
65
|
+
<Phenomenon typeName="TORSIONAL_WARPING_CONSTANT" definition="LENGTH(6)" displayLabel="Torsional Warping Constant" />
|
|
66
|
+
<Phenomenon typeName="POPULATION_DENSITY" definition="CAPITA*AREA(-1)" displayLabel="Population Density" />
|
|
67
|
+
<Phenomenon typeName="FREQUENCY" definition="TIME(-1)" displayLabel="Frequency" />
|
|
68
|
+
<Phenomenon typeName="LINEAR_LOAD" definition="FORCE*LENGTH(-1)" displayLabel="Linear Load" />
|
|
69
|
+
<Phenomenon typeName="ENERGY_DENSITY" definition="WORK*VOLUME(-1)" displayLabel="Energy Density" />
|
|
70
|
+
<Phenomenon typeName="ELECTRICAL_RESISTANCE" definition="ELECTRIC_POTENTIAL*CURRENT(-1)" displayLabel="Electrical Resistance" />
|
|
71
|
+
<Phenomenon typeName="ELECTRICAL_RESISTIVITY" definition="ELECTRICAL_RESISTANCE*LENGTH" displayLabel="Electrical Resistivity" />
|
|
72
|
+
<Phenomenon typeName="SPECIFIC_ENERGY" definition="WORK*MASS(-1)" displayLabel="Specific Energy" />
|
|
73
|
+
<Phenomenon typeName="SPECIFIC_HEAT_CAPACITY" definition="WORK*MASS(-1)*TEMPERATURE_CHANGE(-1)" displayLabel="Specific_heat Capacity" />
|
|
74
|
+
<Phenomenon typeName="SPECIFIC_HEAT_CAPACITY_MOLAR" definition="WORK*MOLE(-1)*TEMPERATURE_CHANGE(-1)" displayLabel="Specific_heat Capacity Molar" />
|
|
75
|
+
<Phenomenon typeName="PERCENTAGE" definition="NUMBER" displayLabel="Percentage" />
|
|
76
|
+
<Phenomenon typeName="PROBABILITY" definition="NUMBER" displayLabel="Probability" />
|
|
77
|
+
<Phenomenon typeName="LINEAR_RATE" definition="NUMBER*LENGTH(-1)" displayLabel="Linear Rate" />
|
|
78
|
+
<Phenomenon typeName="LINEAR_COEFFICIENT_OF_THERMAL_EXPANSION" definition="LENGTH*LENGTH(-1)*TEMPERATURE_CHANGE(-1)" displayLabel="Linear Coefficient Of Thermal Expansion" />
|
|
79
|
+
<Phenomenon typeName="VOLUME_RATIO" definition="VOLUME*VOLUME(-1)" displayLabel="Volume Ratio" />
|
|
80
|
+
<Phenomenon typeName="LENGTH_RATIO" definition="LENGTH*LENGTH(-1)" />
|
|
81
|
+
<Phenomenon typeName="LENGTH" definition="LENGTH" displayLabel="Length" />
|
|
82
|
+
<Phenomenon typeName="MASS" definition="MASS" displayLabel="Mass" />
|
|
83
|
+
<Phenomenon typeName="TIME" definition="TIME" displayLabel="Time" />
|
|
84
|
+
<Phenomenon typeName="TEMPERATURE" definition="TEMPERATURE" displayLabel="Temperature" />
|
|
85
|
+
<Phenomenon typeName="TEMPERATURE_CHANGE" definition="TEMPERATURE_CHANGE" displayLabel="Temperature Change" />
|
|
86
|
+
<Phenomenon typeName="CURRENT" definition="CURRENT" displayLabel="Current" />
|
|
87
|
+
<Phenomenon typeName="MOLE" definition="MOLE" displayLabel="Mole" />
|
|
88
|
+
<Phenomenon typeName="LUMINOSITY" definition="LUMINOSITY" displayLabel="Luminosity" />
|
|
89
|
+
<Phenomenon typeName="ANGLE" definition="ANGLE" displayLabel="Angle" />
|
|
90
|
+
<Phenomenon typeName="SOLIDANGLE" definition="SOLIDANGLE" displayLabel="Solid Angle" />
|
|
91
|
+
<Phenomenon typeName="CURRENCY" definition="CURRENCY" />
|
|
92
|
+
<Phenomenon typeName="CAPITA" definition="CAPITA" displayLabel="Capita" />
|
|
93
|
+
<Phenomenon typeName="NUMBER" definition="NUMBER" displayLabel="Number" />
|
|
94
|
+
<Phenomenon typeName="THREAD_PITCH" definition="LENGTH*ANGLE(-1)" displayLabel="Thread Pitch" />
|
|
95
|
+
<Phenomenon typeName="ENTROPY" definition="WORK*TEMPERATURE_CHANGE(-1)" displayLabel="Entropy" />
|
|
96
|
+
<Phenomenon typeName="LUMINOUS_EFFICACY" definition="LUMINOUS_FLUX*POWER(-1)" displayLabel="Luminous Efficacy" />
|
|
97
|
+
<Phenomenon typeName="MOMENT_DISPLAY_SCALE" definition="FORCE(-1)" displayLabel="Moment Scale" description="Display size of the linear moment" />
|
|
98
|
+
<Phenomenon typeName="FORCE_DISPLAY_SCALE" definition="LINEAR_LOAD(-1)" displayLabel="Force Scale" description="Display size of the force" />
|
|
99
|
+
<Constant typeName="PI" phenomenon="LENGTH_RATIO" definition="ONE" numerator="3.1415926535897932384626433832795" displayLabel="Pi"/>
|
|
100
|
+
<Constant typeName="QUARTER_PI" phenomenon="LENGTH_RATIO" definition="PI" numerator="1.0" denominator="4.0" displayLabel="Pi/4"/>
|
|
101
|
+
<Constant typeName="HALF_PI" phenomenon="LENGTH_RATIO" definition="PI" numerator="1.0" denominator="2.0" displayLabel="Pi/2"/>
|
|
102
|
+
<Constant typeName="TWO_PI" phenomenon="LENGTH_RATIO" definition="PI" numerator="2" displayLabel="2Pi"/>
|
|
103
|
+
<Constant typeName="DEG360" phenomenon="ANGLE" definition="ARC_DEG" numerator="360" displayLabel="360°"/>
|
|
104
|
+
<Constant typeName="STD_G" phenomenon="ACCELERATION" definition="M*S(-2)" numerator="9.80665" displayLabel="ɡ0"/>
|
|
105
|
+
<Constant typeName="DECI" phenomenon="NUMBER" definition="ONE" numerator="1.0e-1" displayLabel="deci"/>
|
|
106
|
+
<Constant typeName="CENTI" phenomenon="NUMBER" definition="ONE" numerator="1.0e-2" displayLabel="centi"/>
|
|
107
|
+
<Constant typeName="MILLI" phenomenon="NUMBER" definition="ONE" numerator="1.0e-3" displayLabel="milli"/>
|
|
108
|
+
<Constant typeName="MICRO" phenomenon="NUMBER" definition="ONE" numerator="1.0e-6" displayLabel="micro"/>
|
|
109
|
+
<Constant typeName="NANO" phenomenon="NUMBER" definition="ONE" numerator="1.0e-9" displayLabel="nano"/>
|
|
110
|
+
<Constant typeName="PICO" phenomenon="NUMBER" definition="ONE" numerator="1.0e-12" displayLabel="pico"/>
|
|
111
|
+
<Constant typeName="FEMTO" phenomenon="NUMBER" definition="ONE" numerator="1.0e-15" displayLabel="femto"/>
|
|
112
|
+
<Constant typeName="ATTO" phenomenon="NUMBER" definition="ONE" numerator="1.0e-18" displayLabel="atto"/>
|
|
113
|
+
<Constant typeName="ZEPTO" phenomenon="NUMBER" definition="ONE" numerator="1.0e-21" displayLabel="zepto"/>
|
|
114
|
+
<Constant typeName="YOCTO" phenomenon="NUMBER" definition="ONE" numerator="1.0e-24" displayLabel="yocto"/>
|
|
115
|
+
<Constant typeName="DECA" phenomenon="NUMBER" definition="ONE" numerator="1.0e1"/>
|
|
116
|
+
<Constant typeName="HECTO" phenomenon="NUMBER" definition="ONE" numerator="1.0e2" displayLabel="hecto"/>
|
|
117
|
+
<Constant typeName="KILO" phenomenon="NUMBER" definition="ONE" numerator="1.0e3" displayLabel="kilo"/>
|
|
118
|
+
<Constant typeName="MEGA" phenomenon="NUMBER" definition="ONE" numerator="1.0e6" displayLabel="mega"/>
|
|
119
|
+
<Constant typeName="GIGA" phenomenon="NUMBER" definition="ONE" numerator="1.0e9" displayLabel="giga"/>
|
|
120
|
+
<Constant typeName="TERA" phenomenon="NUMBER" definition="ONE" numerator="1.0e12" displayLabel="tera"/>
|
|
121
|
+
<Constant typeName="PETA" phenomenon="NUMBER" definition="ONE" numerator="1.0e15" displayLabel="peta"/>
|
|
122
|
+
<Constant typeName="EXA" phenomenon="NUMBER" definition="ONE" numerator="1.0e18" displayLabel="exa"/>
|
|
123
|
+
<Constant typeName="ZETTA" phenomenon="NUMBER" definition="ONE" numerator="1.0e21" displayLabel="zetta"/>
|
|
124
|
+
<Constant typeName="YOTTA" phenomenon="NUMBER" definition="ONE" numerator="1.0e24" displayLabel="yotta"/>
|
|
125
|
+
<Unit typeName="MM" phenomenon="LENGTH" unitSystem="METRIC" definition="[MILLI]*M" displayLabel="mm" />
|
|
126
|
+
<Unit typeName="CM" phenomenon="LENGTH" unitSystem="METRIC" definition="[CENTI]*M" displayLabel="cm" />
|
|
127
|
+
<Unit typeName="DM" phenomenon="LENGTH" unitSystem="METRIC" definition="[DECI]*M" displayLabel="dm" />
|
|
128
|
+
<Unit typeName="KM" phenomenon="LENGTH" unitSystem="METRIC" definition="[KILO]*M" displayLabel="km" />
|
|
129
|
+
<Unit typeName="UM" phenomenon="LENGTH" unitSystem="METRIC" definition="[MICRO]*M" displayLabel="µm" />
|
|
130
|
+
<Unit typeName="MILLIINCH" phenomenon="LENGTH" unitSystem="USCUSTOM" definition="[MILLI]*IN" displayLabel="mil" />
|
|
131
|
+
<Unit typeName="MICROINCH" phenomenon="LENGTH" unitSystem="USCUSTOM" definition="[MICRO]*IN" displayLabel="µin" />
|
|
132
|
+
<Unit typeName="MILLIFOOT" phenomenon="LENGTH" unitSystem="USCUSTOM" definition="[MILLI]*FT" displayLabel="mft" />
|
|
133
|
+
<Unit typeName="IN" phenomenon="LENGTH" unitSystem="USCUSTOM" definition="MM" numerator="25.4" displayLabel="in" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix B. Section 3.1, Page B-10" />
|
|
134
|
+
<Unit typeName="FT" phenomenon="LENGTH" unitSystem="USCUSTOM" definition="IN" numerator="12.0" displayLabel="ft" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 2, Page C-4" />
|
|
135
|
+
<Unit typeName="YRD" phenomenon="LENGTH" unitSystem="USCUSTOM" definition="FT" numerator="3.0" displayLabel="yd" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 2, Page C-4" />
|
|
136
|
+
<Unit typeName="CHAIN" phenomenon="LENGTH" unitSystem="USCUSTOM" definition="FT" numerator="66.0" displayLabel="chain" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-8" />
|
|
137
|
+
<Unit typeName="MILE" phenomenon="LENGTH" unitSystem="USCUSTOM" definition="YRD" numerator="1760.0" displayLabel="mi" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-8" />
|
|
138
|
+
<Unit typeName="US_SURVEY_IN" phenomenon="LENGTH" unitSystem="USSURVEY" definition="M" numerator="100.0" denominator="3937.0" displayLabel="in (US Survey)" 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" />
|
|
139
|
+
<Unit typeName="US_SURVEY_FT" phenomenon="LENGTH" unitSystem="USSURVEY" definition="US_SURVEY_IN" numerator="12.0" displayLabel="ft (US Survey)" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 2, Page C-4" />
|
|
140
|
+
<Unit typeName="US_SURVEY_YRD" phenomenon="LENGTH" unitSystem="USSURVEY" definition="US_SURVEY_FT" numerator="3.0" displayLabel="yrd (US Survey)" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 2, Page C-4" />
|
|
141
|
+
<Unit typeName="US_SURVEY_CHAIN" phenomenon="LENGTH" unitSystem="USSURVEY" definition="US_SURVEY_FT" numerator="66.0" displayLabel="chain (US Survey)" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-8" />
|
|
142
|
+
<Unit typeName="US_SURVEY_MILE" phenomenon="LENGTH" unitSystem="USSURVEY" definition="US_SURVEY_YRD" numerator="1760.0" displayLabel="mi (US Survey)" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-8" />
|
|
143
|
+
<Unit typeName="NAUT_MILE" phenomenon="LENGTH" unitSystem="MARITIME" definition="M" numerator="1852.0" displayLabel="nmi" 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" />
|
|
144
|
+
<Unit typeName="G" phenomenon="MASS" unitSystem="METRIC" definition="[MILLI]*KG" displayLabel="g" />
|
|
145
|
+
<Unit typeName="MG" phenomenon="MASS" unitSystem="METRIC" definition="[MILLI]*G" displayLabel="mg" />
|
|
146
|
+
<Unit typeName="MKG" phenomenon="MASS" unitSystem="METRIC" definition="[MICRO]*G" displayLabel="µg" />
|
|
147
|
+
<Unit typeName="NG" phenomenon="MASS" unitSystem="METRIC" definition="[NANO]*G" displayLabel="ng" />
|
|
148
|
+
<Unit typeName="MEGAGRAM" phenomenon="MASS" unitSystem="METRIC" definition="[MEGA]*G" displayLabel="Mg" />
|
|
149
|
+
<Unit typeName="TONNE" phenomenon="MASS" unitSystem="METRIC" definition="[KILO]*KG" displayLabel="tonne" description="Also known as a metric ton http://phyMETRICcs.nist.gov/cuu/pdf/sp811.pdf, Appendix B." />
|
|
150
|
+
<Unit typeName="LBM" phenomenon="MASS" unitSystem="USCUSTOM" definition="KG" numerator="0.45359237" displayLabel="lb" description="Is Avoirdupois Pound. Exact, http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B. Footnote 22" />
|
|
151
|
+
<Unit typeName="SLUG" phenomenon="MASS" unitSystem="USCUSTOM" definition="LBF*S(2)*FT(-1)" displayLabel="slug" />
|
|
152
|
+
<Unit typeName="GRM" phenomenon="MASS" unitSystem="USCUSTOM" definition="LBM" denominator="7000.0" displayLabel="gr" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix B. Section 3.2, Page B-10" />
|
|
153
|
+
<Unit typeName="SHORT_TON_MASS" phenomenon="MASS" unitSystem="USCUSTOM" definition="LBM" numerator="2000" displayLabel="tn (short)" description="Exact, http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B." />
|
|
154
|
+
<Unit typeName="LONG_TON_MASS" phenomenon="MASS" unitSystem="USCUSTOM" definition="LBM" numerator="2240" displayLabel="tn (long)" description="Exact, http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B." />
|
|
155
|
+
<Unit typeName="KIPM" phenomenon="MASS" unitSystem="USCUSTOM" definition="[KILO]*LBM" displayLabel="kipm" description="Exact, http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B." />
|
|
156
|
+
<Unit typeName="OZM" phenomenon="MASS" unitSystem="USCUSTOM" definition="LBM" denominator="16.0" displayLabel="oz" description="1/16 Exact, https://en.wikipedia.org/wiki/Ounce" />
|
|
157
|
+
<Unit typeName="MIN" phenomenon="TIME" unitSystem="INTERNATIONAL" definition="S" numerator="60.0" displayLabel="min" />
|
|
158
|
+
<Unit typeName="HR" phenomenon="TIME" unitSystem="INTERNATIONAL" definition="MIN" numerator="60.0" displayLabel="h" />
|
|
159
|
+
<Unit typeName="DAY" phenomenon="TIME" unitSystem="INTERNATIONAL" definition="HR" numerator="24.0" displayLabel="days" />
|
|
160
|
+
<Unit typeName="WEEK" phenomenon="TIME" unitSystem="INTERNATIONAL" definition="DAY" numerator="7.0" displayLabel="week" />
|
|
161
|
+
<Unit typeName="YR" phenomenon="TIME" unitSystem="INTERNATIONAL" definition="DAY" numerator="365" displayLabel="years" 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" />
|
|
162
|
+
<Unit typeName="YEAR_SIDEREAL" phenomenon="TIME" unitSystem="INTERNATIONAL" definition="S" numerator="3.155815e7" displayLabel="Year (Sidereal)" description="http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B." />
|
|
163
|
+
<Unit typeName="YEAR_TROPICAL" phenomenon="TIME" unitSystem="INTERNATIONAL" definition="S" numerator="3.155693e7" displayLabel="Year (Tropical)" description="http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B." />
|
|
164
|
+
<Unit typeName="MS" phenomenon="TIME" unitSystem="INTERNATIONAL" definition="[MILLI]*S" displayLabel="ms" />
|
|
165
|
+
<Unit typeName="MKS" phenomenon="TIME" unitSystem="INTERNATIONAL" definition="[MICRO]*S" displayLabel="µs" />
|
|
166
|
+
<Unit typeName="CELSIUS" phenomenon="TEMPERATURE" unitSystem="METRIC" definition="K" offset="273.15" displayLabel="°C" />
|
|
167
|
+
<Unit typeName="FAHRENHEIT" phenomenon="TEMPERATURE" unitSystem="USCUSTOM" definition="CELSIUS" numerator="5.0" denominator="9.0" offset="-32" displayLabel="°F" description="Factor is 5/9" />
|
|
168
|
+
<Unit typeName="RANKINE" phenomenon="TEMPERATURE" unitSystem="USCUSTOM" definition="K" numerator="5.0" denominator="9.0" displayLabel="°R" description="Factor is 5/9" />
|
|
169
|
+
<Unit typeName="DELTA_CELSIUS" phenomenon="TEMPERATURE_CHANGE" unitSystem="METRIC" definition="DELTA_KELVIN" displayLabel="Δ°C" />
|
|
170
|
+
<Unit typeName="DELTA_FAHRENHEIT" phenomenon="TEMPERATURE_CHANGE" unitSystem="USCUSTOM" definition="DELTA_CELSIUS" numerator="5.0" denominator="9.0" displayLabel="Δ°F" description="Factor is 5/9" />
|
|
171
|
+
<Unit typeName="DELTA_RANKINE" phenomenon="TEMPERATURE_CHANGE" unitSystem="USCUSTOM" definition="DELTA_KELVIN" numerator="5.0" denominator="9.0" displayLabel="Δ°R" description="Factor is 5/9" />
|
|
172
|
+
<Unit typeName="KELVIN_PER_M" phenomenon="TEMPERATURE_GRADIENT" unitSystem="SI" definition="DELTA_KELVIN*M(-1)" displayLabel="ΔK/m" />
|
|
173
|
+
<Unit typeName="STRAIN_PER_KELVIN" phenomenon="LINEAR_COEFFICIENT_OF_THERMAL_EXPANSION" unitSystem="SI" definition="DELTA_KELVIN(-1)" displayLabel="1/ΔK" />
|
|
174
|
+
<Unit typeName="STRAIN_PER_CELSIUS" phenomenon="LINEAR_COEFFICIENT_OF_THERMAL_EXPANSION" unitSystem="METRIC" definition="DELTA_CELSIUS(-1)" displayLabel="1/Δ°C" />
|
|
175
|
+
<Unit typeName="STRAIN_PER_FAHRENHEIT" phenomenon="LINEAR_COEFFICIENT_OF_THERMAL_EXPANSION" unitSystem="USCUSTOM" definition="DELTA_FAHRENHEIT(-1)" displayLabel="1/Δ°F" />
|
|
176
|
+
<Unit typeName="STRAIN_PER_RANKINE" phenomenon="LINEAR_COEFFICIENT_OF_THERMAL_EXPANSION" unitSystem="USCUSTOM" definition="DELTA_RANKINE(-1)" displayLabel="1/Δ°R" />
|
|
177
|
+
<Unit typeName="LUMEN" phenomenon="LUMINOUS_FLUX" unitSystem="SI" definition="CD*STERAD" displayLabel="lm" />
|
|
178
|
+
<Unit typeName="LUX" phenomenon="ILLUMINANCE" unitSystem="SI" definition="LUMEN*M(-2)" displayLabel="lx" />
|
|
179
|
+
<Unit typeName="LUMEN_PER_SQ_FT" phenomenon="ILLUMINANCE" unitSystem="USCUSTOM" definition="LUMEN*FT(-2)" displayLabel="lm/ft²" />
|
|
180
|
+
<Unit typeName="KMOL" phenomenon="MOLE" unitSystem="METRIC" definition="[KILO]*MOL" displayLabel="kmol" />
|
|
181
|
+
<Unit typeName="LB_MOL" phenomenon="MOLE" unitSystem="USCUSTOM" definition="MOL" numerator="453.59237" displayLabel="lb-mol" description="ASTM SI 10 standard SI1-.phhc8328.pdf page 29, 35 and http://en.wikipedia.org/wiki/Mole_%28unit%29" />
|
|
182
|
+
<Unit typeName="HUNDRED_PERSON" phenomenon="CAPITA" unitSystem="STATISTICS" definition="[HECTO]*PERSON" />
|
|
183
|
+
<Unit typeName="THOUSAND_PERSON" phenomenon="CAPITA" unitSystem="STATISTICS" definition="[KILO]*PERSON" />
|
|
184
|
+
<Unit typeName="N_M_PER_RAD" phenomenon="ROTATIONAL_SPRING_CONSTANT" unitSystem="SI" definition="N_M*RAD(-1)" displayLabel="N·m/rad" />
|
|
185
|
+
<Unit typeName="KN_M_PER_RAD" phenomenon="ROTATIONAL_SPRING_CONSTANT" unitSystem="METRIC" definition="KN_M*RAD(-1)" displayLabel="kN·m/rad" />
|
|
186
|
+
<Unit typeName="N_M_PER_DEG" phenomenon="ROTATIONAL_SPRING_CONSTANT" unitSystem="METRIC" definition="N_M*ARC_DEG(-1)" displayLabel="N·m/deg" />
|
|
187
|
+
<Unit typeName="KPF_FT_PER_RAD" phenomenon="ROTATIONAL_SPRING_CONSTANT" unitSystem="USCUSTOM" definition="KPF_FT*RAD(-1)" displayLabel="kpf·ft/rad" />
|
|
188
|
+
<Unit typeName="N_PER_RAD" phenomenon="LINEAR_ROTATIONAL_SPRING_CONSTANT" unitSystem="SI" definition="N*RAD(-1)" displayLabel="N/rad" />
|
|
189
|
+
<Unit typeName="KN_PER_RAD" phenomenon="LINEAR_ROTATIONAL_SPRING_CONSTANT" unitSystem="METRIC" definition="KN*RAD(-1)" displayLabel="kN/rad" />
|
|
190
|
+
<Unit typeName="KPF_PER_RAD" phenomenon="LINEAR_ROTATIONAL_SPRING_CONSTANT" unitSystem="USCUSTOM" definition="KPF*RAD(-1)" displayLabel="kpf/rad" />
|
|
191
|
+
<Unit typeName="SPRING_CONSTANT_N_PER_M" phenomenon="SPRING_CONSTANT" unitSystem="SI" definition="N*M(-1)" displayLabel="N/m" />
|
|
192
|
+
<Unit typeName="SPRING_CONSTANT_KN_PER_M" phenomenon="SPRING_CONSTANT" unitSystem="METRIC" definition="KN*M(-1)" displayLabel="kN/m" />
|
|
193
|
+
<Unit typeName="SPRING_CONSTANT_KPF_PER_FT" phenomenon="SPRING_CONSTANT" unitSystem="USCUSTOM" definition="KPF*FT(-1)" displayLabel="kpf/ft" />
|
|
194
|
+
<Unit typeName="LINEAR_SPRING_CONSTANT_N_PER_SQ_M" phenomenon="LINEAR_SPRING_CONSTANT" unitSystem="SI" definition="SPRING_CONSTANT_N_PER_M*M(-1)" displayLabel="N/m²" />
|
|
195
|
+
<Unit typeName="LINEAR_SPRING_CONSTANT_KN_PER_SQ_M" phenomenon="LINEAR_SPRING_CONSTANT" unitSystem="METRIC" definition="SPRING_CONSTANT_KN_PER_M*M(-1)" displayLabel="kN/m²" />
|
|
196
|
+
<Unit typeName="LINEAR_SPRING_CONSTANT_KPF_PER_SQ_FT" phenomenon="LINEAR_SPRING_CONSTANT" unitSystem="USCUSTOM" definition="SPRING_CONSTANT_KPF_PER_FT*FT(-1)" displayLabel="kpf/ft²" />
|
|
197
|
+
<Unit typeName="AREA_SPRING_CONSTANT_N_PER_CUB_M" phenomenon="AREA_SPRING_CONSTANT" unitSystem="SI" definition="SPRING_CONSTANT_N_PER_M*SQ_M(-1)" displayLabel="N/m³" />
|
|
198
|
+
<Unit typeName="AREA_SPRING_CONSTANT_KN_PER_CUB_M" phenomenon="AREA_SPRING_CONSTANT" unitSystem="METRIC" definition="SPRING_CONSTANT_KN_PER_M*SQ_M(-1)" displayLabel="kN/m³" />
|
|
199
|
+
<Unit typeName="AREA_SPRING_CONSTANT_KPF_PER_CUB_FT" phenomenon="AREA_SPRING_CONSTANT" unitSystem="USCUSTOM" definition="SPRING_CONSTANT_KPF_PER_FT*SQ_FT(-1)" displayLabel="kpf/ft³" />
|
|
200
|
+
<Unit typeName="M_PER_SEC_SQ" phenomenon="ACCELERATION" unitSystem="SI" definition="M*S(-2)" displayLabel="m/sec²" />
|
|
201
|
+
<Unit typeName="CM_PER_SEC_SQ" phenomenon="ACCELERATION" unitSystem="METRIC" definition="CM*S(-2)" displayLabel="cm/sec²" />
|
|
202
|
+
<Unit typeName="FT_PER_SEC_SQ" phenomenon="ACCELERATION" unitSystem="USCUSTOM" definition="FT*S(-2)" displayLabel="ft/sec²" />
|
|
203
|
+
<Unit typeName="ARC_DEG" phenomenon="ANGLE" unitSystem="METRIC" definition="[PI]*RAD" denominator="180.0" displayLabel="°" description="1/180" />
|
|
204
|
+
<Unit typeName="ARC_MINUTE" phenomenon="ANGLE" unitSystem="METRIC" definition="ARC_DEG" denominator="60.0" displayLabel="'" description="1/60" />
|
|
205
|
+
<Unit typeName="ARC_SECOND" phenomenon="ANGLE" unitSystem="METRIC" definition="ARC_DEG" denominator="3600.0" displayLabel="''" description="1/3600" />
|
|
206
|
+
<Unit typeName="ARC_QUADRANT" phenomenon="ANGLE" unitSystem="METRIC" definition="[HALF_PI]*RAD" displayLabel="quadrants" />
|
|
207
|
+
<Unit typeName="GRAD" phenomenon="ANGLE" unitSystem="METRIC" definition="[PI]*RAD" denominator="200.0" displayLabel="grad" description="1/200" />
|
|
208
|
+
<Unit typeName="REVOLUTION" phenomenon="ANGLE" unitSystem="METRIC" definition="[TWO_PI]*RAD" displayLabel="r" />
|
|
209
|
+
<Unit typeName="SQ_M" phenomenon="AREA" unitSystem="SI" definition="M(2)" displayLabel="m²" />
|
|
210
|
+
<Unit typeName="SQ_UM" phenomenon="AREA" unitSystem="METRIC" definition="UM(2)" displayLabel="um²" />
|
|
211
|
+
<Unit typeName="SQ_MM" phenomenon="AREA" unitSystem="METRIC" definition="MM(2)" displayLabel="mm²" />
|
|
212
|
+
<Unit typeName="SQ_CM" phenomenon="AREA" unitSystem="METRIC" definition="CM(2)" displayLabel="cm²" />
|
|
213
|
+
<Unit typeName="SQ_DM" phenomenon="AREA" unitSystem="METRIC" definition="DM(2)" displayLabel="dm²" />
|
|
214
|
+
<Unit typeName="SQ_KM" phenomenon="AREA" unitSystem="METRIC" definition="KM(2)" displayLabel="km²" />
|
|
215
|
+
<Unit typeName="ARE" phenomenon="AREA" unitSystem="METRIC" definition="[HECTO]*M(2)" displayLabel="are" />
|
|
216
|
+
<Unit typeName="HECTARE" phenomenon="AREA" unitSystem="METRIC" definition="[HECTO]*ARE" displayLabel="ha" />
|
|
217
|
+
<Unit typeName="SQ_IN" phenomenon="AREA" unitSystem="USCUSTOM" definition="IN(2)" displayLabel="in²" />
|
|
218
|
+
<Unit typeName="SQ_FT" phenomenon="AREA" unitSystem="USCUSTOM" definition="FT(2)" displayLabel="ft²" />
|
|
219
|
+
<Unit typeName="THOUSAND_SQ_FT" phenomenon="AREA" unitSystem="USCUSTOM" definition="[KILO]*FT(2)" displayLabel="thousand ft²" />
|
|
220
|
+
<Unit typeName="SQ_YRD" phenomenon="AREA" unitSystem="USCUSTOM" definition="YRD(2)" displayLabel="yd²" />
|
|
221
|
+
<Unit typeName="SQ_MILE" phenomenon="AREA" unitSystem="USCUSTOM" definition="MILE(2)" displayLabel="mi²" />
|
|
222
|
+
<Unit typeName="SQ_CHAIN" phenomenon="AREA" unitSystem="USCUSTOM" definition="CHAIN(2)" displayLabel="chain²" />
|
|
223
|
+
<Unit typeName="ACRE" phenomenon="AREA" unitSystem="USCUSTOM" definition="CHAIN(2)" numerator="10.0" displayLabel="acres" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-9" />
|
|
224
|
+
<Unit typeName="SQ_US_SURVEY_IN" phenomenon="AREA" unitSystem="USSURVEY" definition="US_SURVEY_IN(2)" displayLabel="in² (US Survey)" />
|
|
225
|
+
<Unit typeName="SQ_US_SURVEY_FT" phenomenon="AREA" unitSystem="USSURVEY" definition="US_SURVEY_FT(2)" displayLabel="ft² (US Survey)" />
|
|
226
|
+
<Unit typeName="SQ_US_SURVEY_YRD" phenomenon="AREA" unitSystem="USSURVEY" definition="US_SURVEY_YRD(2)" displayLabel="yrd² (US Survey)" />
|
|
227
|
+
<Unit typeName="SQ_US_SURVEY_MILE" phenomenon="AREA" unitSystem="USSURVEY" definition="US_SURVEY_MILE(2)" displayLabel="mile² (US Survey)" />
|
|
228
|
+
<Unit typeName="SQ_US_SURVEY_CHAIN" phenomenon="AREA" unitSystem="USSURVEY" definition="US_SURVEY_CHAIN(2)" displayLabel="chain² (US Survey)" />
|
|
229
|
+
<Unit typeName="US_SURVEY_ACRE" phenomenon="AREA" unitSystem="USSURVEY" definition="US_SURVEY_CHAIN(2)" numerator="10.0" displayLabel="acre (US Survey)" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-9" />
|
|
230
|
+
<Unit typeName="IN_MILE" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="INDUSTRIAL" definition="IN*MILE" displayLabel="in·mi" />
|
|
231
|
+
<Unit typeName="FT_MILE" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="INDUSTRIAL" definition="FT*MILE" displayLabel="ft·mi" />
|
|
232
|
+
<Unit typeName="FT_FT" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="INDUSTRIAL" definition="FT*FT" displayLabel="ft·ft" />
|
|
233
|
+
<Unit typeName="IN_FT" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="INDUSTRIAL" definition="IN*FT" displayLabel="in·ft" />
|
|
234
|
+
<Unit typeName="IN_M" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="INDUSTRIAL" definition="IN*M" displayLabel="in·m" />
|
|
235
|
+
<Unit typeName="MM_KM" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="INDUSTRIAL" definition="MM*KM" displayLabel="mm·km" />
|
|
236
|
+
<Unit typeName="MM_M" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="INDUSTRIAL" definition="MM*M" displayLabel="mm·m" />
|
|
237
|
+
<Unit typeName="MM_MILE" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="INDUSTRIAL" definition="MM*MILE" displayLabel="mm·mi" />
|
|
238
|
+
<Unit typeName="M_KM" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="INDUSTRIAL" definition="M*KM" displayLabel="m·km" />
|
|
239
|
+
<Unit typeName="M_M" phenomenon="PIPE_DIAMETER_LENGTH" unitSystem="SI" definition="M*M" displayLabel="m·m" />
|
|
240
|
+
<Unit typeName="KG_PER_CUB_M" phenomenon="DENSITY" unitSystem="SI" definition="KG*M(-3)" displayLabel="kg/m³" />
|
|
241
|
+
<Unit typeName="KG_PER_CUB_CM" phenomenon="DENSITY" unitSystem="METRIC" definition="KG*CM(-3)" displayLabel="kg/cm³" />
|
|
242
|
+
<Unit typeName="KG_PER_LITRE" phenomenon="DENSITY" unitSystem="METRIC" definition="KG*DM(-3)" displayLabel="kg/dm³" />
|
|
243
|
+
<Unit typeName="G_PER_CUB_CM" phenomenon="DENSITY" unitSystem="METRIC" definition="G*CM(-3)" displayLabel="g/cm³" />
|
|
244
|
+
<Unit typeName="MKG_PER_LITRE" phenomenon="DENSITY" unitSystem="METRIC" definition="MKG*DM(-3)" displayLabel="µg/L" />
|
|
245
|
+
<Unit typeName="MG_PER_LITRE" phenomenon="DENSITY" unitSystem="METRIC" definition="MG*DM(-3)" displayLabel="mg/L" />
|
|
246
|
+
<Unit typeName="LBM_PER_CUB_FT" phenomenon="DENSITY" unitSystem="USCUSTOM" definition="LBM*FT(-3)" displayLabel="lb/ft³" />
|
|
247
|
+
<Unit typeName="LBM_PER_GALLON" phenomenon="DENSITY" unitSystem="USCUSTOM" definition="LBM*GALLON(-1)" displayLabel="lb/gal" />
|
|
248
|
+
<Unit typeName="LBM_PER_GALLON_IMPERIAL" phenomenon="DENSITY" unitSystem="IMPERIAL" definition="LBM*GALLON_IMPERIAL(-1)" displayLabel="lb/gal (imp)" />
|
|
249
|
+
<Unit typeName="LBM_PER_CUB_IN" phenomenon="DENSITY" unitSystem="USCUSTOM" definition="LBM*IN(-3)" displayLabel="lb/in³" />
|
|
250
|
+
<Unit typeName="LBM_PER_MILLION_GALLON" phenomenon="DENSITY" unitSystem="USCUSTOM" definition="LBM*[MEGA](-1)*GALLON(-1)" displayLabel="lb/million gal" />
|
|
251
|
+
<Unit typeName="SLUG_PER_CUB_FT" phenomenon="DENSITY" unitSystem="USCUSTOM" definition="SLUG*FT(-3)" displayLabel="slug/ft³" />
|
|
252
|
+
<Unit typeName="KIP_PER_CUB_FT" phenomenon="DENSITY" unitSystem="USCUSTOM" definition="KIPM*FT(-3)" displayLabel="kip/ft³" />
|
|
253
|
+
<Unit typeName="SHORT_TON_PER_CUB_FT" phenomenon="DENSITY" unitSystem="USCUSTOM" definition="SHORT_TON_MASS*FT(-3)" displayLabel="tn (short)/ft³" />
|
|
254
|
+
<Unit typeName="N_PER_CUB_M" phenomenon="FORCE_DENSITY" unitSystem="SI" definition="N*M(-3)" displayLabel="N/m³" />
|
|
255
|
+
<Unit typeName="KN_PER_CUB_M" phenomenon="FORCE_DENSITY" unitSystem="METRIC" definition="[KILO]*N*M(-3)" displayLabel="kN/m³" />
|
|
256
|
+
<Unit typeName="KPF_PER_CUB_FT" phenomenon="FORCE_DENSITY" unitSystem="USCUSTOM" definition="KPF*FT(-3)" displayLabel="kpf/ft³" />
|
|
257
|
+
<Unit typeName="N_PER_CUB_FT" phenomenon="FORCE_DENSITY" unitSystem="USCUSTOM" definition="N*FT(-3)" displayLabel="N/ft³" />
|
|
258
|
+
<Unit typeName="KN_PER_CUB_FT" phenomenon="FORCE_DENSITY" unitSystem="USCUSTOM" definition="[KILO]*N*FT(-3)" displayLabel="kN/ft³" />
|
|
259
|
+
<Unit typeName="PERSON_PER_SQ_M" phenomenon="POPULATION_DENSITY" unitSystem="SI" definition="PERSON*M(-2)" displayLabel="p/m²" />
|
|
260
|
+
<Unit typeName="PERSON_PER_HECTARE" phenomenon="POPULATION_DENSITY" unitSystem="METRIC" definition="PERSON*HECTARE(-1)" displayLabel="p/ha" />
|
|
261
|
+
<Unit typeName="PERSON_PER_SQ_KM" phenomenon="POPULATION_DENSITY" unitSystem="METRIC" definition="PERSON*KM(-2)" displayLabel="p/km²" />
|
|
262
|
+
<Unit typeName="PERSON_PER_ACRE" phenomenon="POPULATION_DENSITY" unitSystem="USCUSTOM" definition="PERSON*ACRE(-1)" displayLabel="p/acre" />
|
|
263
|
+
<Unit typeName="PERSON_PER_SQ_FT" phenomenon="POPULATION_DENSITY" unitSystem="USCUSTOM" definition="PERSON*FT(-2)" displayLabel="p/ft²" />
|
|
264
|
+
<Unit typeName="PERSON_PER_SQ_MILE" phenomenon="POPULATION_DENSITY" unitSystem="USCUSTOM" definition="PERSON*MILE(-2)" displayLabel="p/mi²" />
|
|
265
|
+
<Unit typeName="KILOAMPERE" phenomenon="CURRENT" unitSystem="METRIC" definition="[KILO]*A" displayLabel="KA" />
|
|
266
|
+
<Unit typeName="MILLIAMPERE" phenomenon="CURRENT" unitSystem="METRIC" definition="[MILLI]*A" displayLabel="mA" />
|
|
267
|
+
<Unit typeName="MICROAMPERE" phenomenon="CURRENT" unitSystem="METRIC" definition="[MICRO]*A" displayLabel="µA" />
|
|
268
|
+
<Unit typeName="COULOMB" phenomenon="ELECTRIC_CHARGE" unitSystem="SI" definition="A*S" displayLabel="C" />
|
|
269
|
+
<Unit typeName="VOLT" phenomenon="ELECTRIC_POTENTIAL" unitSystem="SI" definition="N*M*COULOMB(-1)" displayLabel="V" />
|
|
270
|
+
<Unit typeName="KILOVOLT" phenomenon="ELECTRIC_POTENTIAL" unitSystem="METRIC" definition="[KILO]*VOLT" displayLabel="KV" />
|
|
271
|
+
<Unit typeName="MEGAVOLT" phenomenon="ELECTRIC_POTENTIAL" unitSystem="METRIC" definition="[MEGA]*VOLT" displayLabel="MV" />
|
|
272
|
+
<Unit typeName="J" phenomenon="WORK" unitSystem="SI" definition="N*M" />
|
|
273
|
+
<Unit typeName="KJ" phenomenon="WORK" unitSystem="METRIC" definition="[KILO]*J" displayLabel="kJ" />
|
|
274
|
+
<Unit typeName="MEGAJ" phenomenon="WORK" unitSystem="METRIC" definition="[MEGA]*J" displayLabel="MJ" />
|
|
275
|
+
<Unit typeName="GJ" phenomenon="WORK" unitSystem="METRIC" definition="[GIGA]*J" />
|
|
276
|
+
<Unit typeName="FT_PDL" phenomenon="WORK" unitSystem="USCUSTOM" definition="PDL*FT" displayLabel="ft*pdl" />
|
|
277
|
+
<Unit typeName="BTU" phenomenon="WORK" unitSystem="INTERNATIONAL" definition="J" numerator="1.05505585262e3" displayLabel="Btu" description="Is IT BTU. http://physics.nist.gov/cuu/pdf/sp811.pdf, Appendix B. See foot note #9: " />
|
|
278
|
+
<Unit typeName="KILOBTU" phenomenon="WORK" unitSystem="USCUSTOM" definition="[KILO]*BTU" displayLabel="kBtu" />
|
|
279
|
+
<Unit typeName="WATT_SECOND" phenomenon="WORK" unitSystem="INTERNATIONAL" definition="W*S" displayLabel="Ws" />
|
|
280
|
+
<Unit typeName="KWH" phenomenon="WORK" unitSystem="INTERNATIONAL" definition="KW*HR" displayLabel="kW·h" />
|
|
281
|
+
<Unit typeName="MEGAWH" phenomenon="WORK" unitSystem="INTERNATIONAL" definition="MEGAW*HR" displayLabel="MWh" />
|
|
282
|
+
<Unit typeName="GWH" phenomenon="WORK" unitSystem="INTERNATIONAL" definition="GW*HR" displayLabel="GWh" />
|
|
283
|
+
<Unit typeName="J_PER_CUB_M" phenomenon="ENERGY_DENSITY" unitSystem="SI" definition="J*M(-3)" displayLabel="J/m³" />
|
|
284
|
+
<Unit typeName="KJ_PER_CUB_M" phenomenon="ENERGY_DENSITY" unitSystem="METRIC" definition="KJ*M(-3)" displayLabel="kJ/m³" />
|
|
285
|
+
<Unit typeName="KWH_PER_CUB_M" phenomenon="ENERGY_DENSITY" unitSystem="METRIC" definition="KWH*M(-3)" displayLabel="kW·h/m³" />
|
|
286
|
+
<Unit typeName="KWH_PER_CUB_FT" phenomenon="ENERGY_DENSITY" unitSystem="USCUSTOM" definition="KWH*FT(-3)" displayLabel="kWh/ft³" />
|
|
287
|
+
<Unit typeName="KWH_PER_MILLION_GALLON" phenomenon="ENERGY_DENSITY" unitSystem="USCUSTOM" definition="KWH*[MEGA](-1)*GALLON(-1)" displayLabel="kW·h/million gal" />
|
|
288
|
+
<Unit typeName="J_PER_KG" phenomenon="SPECIFIC_ENERGY" unitSystem="SI" definition="J*KG(-1)" displayLabel="J/kg" />
|
|
289
|
+
<Unit typeName="KJ_PER_KG" phenomenon="SPECIFIC_ENERGY" unitSystem="METRIC" definition="KJ*KG(-1)" displayLabel="kJ/kg" />
|
|
290
|
+
<Unit typeName="MEGAJ_PER_KG" phenomenon="SPECIFIC_ENERGY" unitSystem="METRIC" definition="MEGAJ*KG(-1)" displayLabel="MJ/kg" />
|
|
291
|
+
<Unit typeName="BTU_PER_LBM" phenomenon="SPECIFIC_ENERGY" unitSystem="USCUSTOM" definition="BTU*LBM(-1)" displayLabel="Btu/lb" />
|
|
292
|
+
<Unit typeName="J_PER_KG_K" phenomenon="SPECIFIC_HEAT_CAPACITY" unitSystem="SI" definition="J*KG(-1)*DELTA_KELVIN(-1)" displayLabel="J/(kg·ΔK)" />
|
|
293
|
+
<Unit typeName="BTU_PER_LBM_RANKINE" phenomenon="SPECIFIC_HEAT_CAPACITY" unitSystem="USCUSTOM" definition="BTU*LBM(-1)*DELTA_RANKINE(-1)" displayLabel="Btu/(lbm·Δ°R)" />
|
|
294
|
+
<Unit typeName="J_PER_G_CELSIUS" phenomenon="SPECIFIC_HEAT_CAPACITY" unitSystem="METRIC" definition="J*G(-1)*DELTA_CELSIUS(-1)" displayLabel="J/(g·Δ°C)" />
|
|
295
|
+
<Unit typeName="J_PER_MOL_K" phenomenon="SPECIFIC_HEAT_CAPACITY_MOLAR" unitSystem="SI" definition="J*MOL(-1)*DELTA_KELVIN(-1)" displayLabel="J/(mol*K)" />
|
|
296
|
+
<Unit typeName="J_PER_KMOL_K" phenomenon="SPECIFIC_HEAT_CAPACITY_MOLAR" unitSystem="METRIC" definition="J*KMOL(-1)*DELTA_KELVIN(-1)" displayLabel="J/(kmol·ΔK)" />
|
|
297
|
+
<Unit typeName="KJ_PER_KMOL_K" phenomenon="SPECIFIC_HEAT_CAPACITY_MOLAR" unitSystem="METRIC" definition="KJ*KMOL(-1)*DELTA_KELVIN(-1)" displayLabel="kJ/(kmol·ΔK)" />
|
|
298
|
+
<Unit typeName="BTU_PER_LB_MOL_RANKINE" phenomenon="SPECIFIC_HEAT_CAPACITY_MOLAR" unitSystem="USCUSTOM" definition="BTU*LB_MOL(-1)*DELTA_RANKINE(-1)" displayLabel="Btu/(lb-mol·Δ°R)" />
|
|
299
|
+
<Unit typeName="CUB_M_PER_SEC" phenomenon="VOLUMETRIC_FLOW" unitSystem="SI" definition="M(3)*S(-1)" displayLabel="m³/s" />
|
|
300
|
+
<Unit typeName="CUB_M_PER_MIN" phenomenon="VOLUMETRIC_FLOW" unitSystem="METRIC" definition="M(3)*MIN(-1)" displayLabel="m³/min" />
|
|
301
|
+
<Unit typeName="CUB_M_PER_HR" phenomenon="VOLUMETRIC_FLOW" unitSystem="METRIC" definition="M(3)*HR(-1)" displayLabel="m³/h" />
|
|
302
|
+
<Unit typeName="CUB_M_PER_DAY" phenomenon="VOLUMETRIC_FLOW" unitSystem="METRIC" definition="M(3)*DAY(-1)" displayLabel="m³/day" />
|
|
303
|
+
<Unit typeName="LITRE_PER_SEC" phenomenon="VOLUMETRIC_FLOW" unitSystem="METRIC" definition="LITRE*S(-1)" displayLabel="L/s" />
|
|
304
|
+
<Unit typeName="LITRE_PER_MIN" phenomenon="VOLUMETRIC_FLOW" unitSystem="METRIC" definition="LITRE*MIN(-1)" displayLabel="L/min" />
|
|
305
|
+
<Unit typeName="LITRE_PER_HR" phenomenon="VOLUMETRIC_FLOW" unitSystem="METRIC" definition="LITRE*HR(-1)" displayLabel="L/h" />
|
|
306
|
+
<Unit typeName="LITRE_PER_DAY" phenomenon="VOLUMETRIC_FLOW" unitSystem="METRIC" definition="LITRE*DAY(-1)" displayLabel="L/day" />
|
|
307
|
+
<Unit typeName="CUB_IN_PER_SEC" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="CUB_IN*S(-1)" displayLabel="in³/sec" />
|
|
308
|
+
<Unit typeName="CUB_IN_PER_MIN" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="CUB_IN*MIN(-1)" displayLabel="in³/min" />
|
|
309
|
+
<Unit typeName="CUB_FT_PER_SEC" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="CUB_FT*S(-1)" displayLabel="ft³/s" />
|
|
310
|
+
<Unit typeName="CUB_FT_PER_MIN" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="CUB_FT*MIN(-1)" displayLabel="ft³/min" />
|
|
311
|
+
<Unit typeName="CUB_FT_PER_DAY" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="CUB_FT*DAY(-1)" displayLabel="ft³/day" />
|
|
312
|
+
<Unit typeName="ACRE_FT_PER_DAY" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="ACRE_FT*DAY(-1)" displayLabel="acre·ft/day" />
|
|
313
|
+
<Unit typeName="ACRE_FT_PER_HR" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="ACRE_FT*HR(-1)" displayLabel="acre·ft/h" />
|
|
314
|
+
<Unit typeName="ACRE_FT_PER_MIN" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="ACRE_FT*MIN(-1)" displayLabel="acre·ft/min" />
|
|
315
|
+
<Unit typeName="ACRE_IN_PER_DAY" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="ACRE_IN*DAY(-1)" displayLabel="acre_in/day" />
|
|
316
|
+
<Unit typeName="ACRE_IN_PER_HR" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="ACRE_IN*HR(-1)" displayLabel="acre·in/h" />
|
|
317
|
+
<Unit typeName="ACRE_IN_PER_MIN" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="ACRE_IN*MIN(-1)" displayLabel="acre·in/min" />
|
|
318
|
+
<Unit typeName="GALLON_IMPERIAL_PER_SEC" phenomenon="VOLUMETRIC_FLOW" unitSystem="IMPERIAL" definition="GALLON_IMPERIAL*S(-1)" displayLabel="gal (imp)/s" />
|
|
319
|
+
<Unit typeName="GALLON_IMPERIAL_PER_MIN" phenomenon="VOLUMETRIC_FLOW" unitSystem="IMPERIAL" definition="GALLON_IMPERIAL*MIN(-1)" displayLabel="gal (imp)/min" />
|
|
320
|
+
<Unit typeName="GALLON_IMPERIAL_PER_HR" phenomenon="VOLUMETRIC_FLOW" unitSystem="IMPERIAL" definition="GALLON_IMPERIAL*HR(-1)" displayLabel="gal (imp)/h" />
|
|
321
|
+
<Unit typeName="GALLON_IMPERIAL_PER_DAY" phenomenon="VOLUMETRIC_FLOW" unitSystem="IMPERIAL" definition="GALLON_IMPERIAL*DAY(-1)" displayLabel="gal (imp)/day" />
|
|
322
|
+
<Unit typeName="GALLON_PER_SEC" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="GALLON*S(-1)" displayLabel="gal/s" />
|
|
323
|
+
<Unit typeName="GALLON_PER_MIN" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="GALLON*MIN(-1)" displayLabel="gal/min" />
|
|
324
|
+
<Unit typeName="GALLON_PER_HR" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="GALLON*HR(-1)" displayLabel="gal/h" />
|
|
325
|
+
<Unit typeName="GALLON_PER_DAY" phenomenon="VOLUMETRIC_FLOW" unitSystem="USCUSTOM" definition="GALLON*DAY(-1)" displayLabel="gal/day" />
|
|
326
|
+
<Unit typeName="HZ" phenomenon="FREQUENCY" unitSystem="SI" definition="S(-1)" displayLabel="Hz" />
|
|
327
|
+
<Unit typeName="KHZ" phenomenon="FREQUENCY" unitSystem="METRIC" definition="[KILO]*S(-1)" displayLabel="KHz" />
|
|
328
|
+
<Unit typeName="MHZ" phenomenon="FREQUENCY" unitSystem="METRIC" definition="[MEGA]*S(-1)" displayLabel="MHz" />
|
|
329
|
+
<Unit typeName="CUB_M_PER_SQ_M_SEC" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="SI" definition="M*S(-1)" displayLabel="m³/(m²*sec)" />
|
|
330
|
+
<Unit typeName="CUB_M_PER_SQ_M_DAY" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="METRIC" definition="M*DAY(-1)" displayLabel="m³/(m²·day)" />
|
|
331
|
+
<Unit typeName="CUB_M_PER_HECTARE_DAY" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="METRIC" definition="CUB_M*HECTARE(-1)*DAY(-1)" displayLabel="m³/(ha·day)" />
|
|
332
|
+
<Unit typeName="CUB_M_PER_SQ_KM_DAY" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="METRIC" definition="CUB_M*KM(-2)*DAY(-1)" displayLabel="m³/(km²·day)" />
|
|
333
|
+
<Unit typeName="LITRE_PER_SQ_M_SEC" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="METRIC" definition="LITRE*M(-2)*S(-1)" displayLabel="L/(m²·s)" />
|
|
334
|
+
<Unit typeName="CUB_FT_PER_SQ_FT_MIN" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="FT*MIN(-1)" displayLabel="ft³/(ft²·min)" />
|
|
335
|
+
<Unit typeName="CUB_FT_PER_SQ_FT_SEC" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="FT*S(-1)" displayLabel="ft³/(ft²·s)" />
|
|
336
|
+
<Unit typeName="CUB_FT_PER_SQ_MILE_SEC" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="FT(3)*MILE(-2)*S(-1)" displayLabel="ft³/(mi²·s)" />
|
|
337
|
+
<Unit typeName="CUB_FT_PER_ACRE_SEC" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="FT(3)*ACRE(-1)*S(-1)" displayLabel="ft³/(acres·s)" />
|
|
338
|
+
<Unit typeName="GALLON_PER_ACRE_DAY" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="GALLON*DAY(-1)*ACRE(-1)" displayLabel="gal/(acre·day)" />
|
|
339
|
+
<Unit typeName="GALLON_PER_ACRE_MIN" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="GALLON*MIN(-1)*ACRE(-1)" displayLabel="gal/(acre·min)" />
|
|
340
|
+
<Unit typeName="GALLON_PER_SQ_FT_MIN" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="GALLON*MIN(-1)*FT(-2)" displayLabel="gal/(ft²·min)" />
|
|
341
|
+
<Unit typeName="GALLON_PER_SQ_FT_DAY" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="GALLON*DAY(-1)*FT(-2)" displayLabel="gal/(ft²·day)" />
|
|
342
|
+
<Unit typeName="GALLON_PER_SQ_MILE_MIN" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="GALLON*MIN(-1)*MILE(-2)" displayLabel="gal/(mi²·min)" />
|
|
343
|
+
<Unit typeName="GALLON_PER_SQ_MILE_DAY" phenomenon="FLOW_DENSITY_PER_AREA" unitSystem="USCUSTOM" definition="GALLON*DAY(-1)*MILE(-2)" displayLabel="gal/(mi²·day)" />
|
|
344
|
+
<Unit typeName="KG_PER_KG" phenomenon="MASS_RATIO" unitSystem="SI" definition="KG*KG(-1)" displayLabel="kg/kg" />
|
|
345
|
+
<Unit typeName="GRM_PER_LBM" phenomenon="MASS_RATIO" unitSystem="USCUSTOM" definition="GRM*LBM(-1)" displayLabel="gr/lb" />
|
|
346
|
+
<Unit typeName="KG_PER_SEC" phenomenon="MASS_FLOW" unitSystem="SI" definition="KG*S(-1)" displayLabel="kg/s" />
|
|
347
|
+
<Unit typeName="KG_PER_MIN" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="KG*MIN(-1)" displayLabel="kg/min" />
|
|
348
|
+
<Unit typeName="KG_PER_HR" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="KG*HR(-1)" displayLabel="kg/h" />
|
|
349
|
+
<Unit typeName="KG_PER_DAY" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="KG*DAY(-1)" displayLabel="kg/day" />
|
|
350
|
+
<Unit typeName="G_PER_SEC" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="G*S(-1)" displayLabel="g/s" />
|
|
351
|
+
<Unit typeName="G_PER_MIN" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="G*MIN(-1)" displayLabel="g/min" />
|
|
352
|
+
<Unit typeName="G_PER_HR" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="G*HR(-1)" displayLabel="g/h" />
|
|
353
|
+
<Unit typeName="MG_PER_SEC" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="MG*S(-1)" displayLabel="mg/s" />
|
|
354
|
+
<Unit typeName="MG_PER_MIN" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="MG*MIN(-1)" displayLabel="mg/min" />
|
|
355
|
+
<Unit typeName="MG_PER_HR" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="MG*HR(-1)" displayLabel="mg/h" />
|
|
356
|
+
<Unit typeName="MG_PER_DAY" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="MG*DAY(-1)" displayLabel="mg/day" />
|
|
357
|
+
<Unit typeName="MKG_PER_SEC" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="MKG*S(-1)" displayLabel="µg/s" />
|
|
358
|
+
<Unit typeName="MKG_PER_MIN" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="MKG*MIN(-1)" displayLabel="µg/min" />
|
|
359
|
+
<Unit typeName="MKG_PER_HR" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="MKG*HR(-1)" displayLabel="µg/h" />
|
|
360
|
+
<Unit typeName="MKG_PER_DAY" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="MKG*DAY(-1)" displayLabel="µg/day" />
|
|
361
|
+
<Unit typeName="TONNE_PER_HR" phenomenon="MASS_FLOW" unitSystem="METRIC" definition="TONNE*HR(-1)" displayLabel="tph" />
|
|
362
|
+
<Unit typeName="LBM_PER_SEC" phenomenon="MASS_FLOW" unitSystem="USCUSTOM" definition="LBM*S(-1)" displayLabel="lb/s" />
|
|
363
|
+
<Unit typeName="LBM_PER_MIN" phenomenon="MASS_FLOW" unitSystem="USCUSTOM" definition="LBM*MIN(-1)" displayLabel="lb/min" />
|
|
364
|
+
<Unit typeName="LBM_PER_HR" phenomenon="MASS_FLOW" unitSystem="USCUSTOM" definition="LBM*HR(-1)" displayLabel="lb/h" />
|
|
365
|
+
<Unit typeName="LBM_PER_DAY" phenomenon="MASS_FLOW" unitSystem="USCUSTOM" definition="LBM*DAY(-1)" displayLabel="lb/day" />
|
|
366
|
+
<Unit typeName="SHORT_TON_PER_HR" phenomenon="MASS_FLOW" unitSystem="USCUSTOM" definition="SHORT_TON_MASS*HR(-1)" displayLabel="tph" />
|
|
367
|
+
<Unit typeName="MOL_PER_SEC" phenomenon="MOLAR_FLOW" unitSystem="SI" definition="MOL*S(-1)" displayLabel="mol/s" />
|
|
368
|
+
<Unit typeName="KMOL_PER_SEC" phenomenon="MOLAR_FLOW" unitSystem="METRIC" definition="[KILO]*MOL*S(-1)" displayLabel="kmol/s" />
|
|
369
|
+
<Unit typeName="N" phenomenon="FORCE" unitSystem="SI" definition="KG*M*S(-2)" />
|
|
370
|
+
<Unit typeName="DECAN" phenomenon="FORCE" unitSystem="SI" definition="[DECA]*N" displayLabel="daN" />
|
|
371
|
+
<Unit typeName="KN" phenomenon="FORCE" unitSystem="METRIC" definition="[KILO]*N" displayLabel="kN" />
|
|
372
|
+
<Unit typeName="MN" phenomenon="FORCE" unitSystem="METRIC" definition="[MILLI]*N" displayLabel="mN" />
|
|
373
|
+
<Unit typeName="MEGAN" phenomenon="FORCE" unitSystem="METRIC" definition="[MEGA]*N" displayLabel="MN" />
|
|
374
|
+
<Unit typeName="KGF" phenomenon="FORCE" unitSystem="METRIC" definition="[STD_G]*KG" displayLabel="kgf" />
|
|
375
|
+
<Unit typeName="DYNE" phenomenon="FORCE" unitSystem="METRIC" definition="G*CM*S(-2)" displayLabel="dyn" />
|
|
376
|
+
<Unit typeName="PDL" phenomenon="FORCE" unitSystem="USCUSTOM" definition="LBM*FT*S(-2)" displayLabel="pdl" />
|
|
377
|
+
<Unit typeName="SHORT_TON_FORCE" phenomenon="FORCE" unitSystem="USCUSTOM" definition="[STD_G]*SHORT_TON_MASS" displayLabel="tnf (short)" />
|
|
378
|
+
<Unit typeName="LONG_TON_FORCE" phenomenon="FORCE" unitSystem="USCUSTOM" definition="[STD_G]*LONG_TON_MASS" displayLabel="tnf (long)" />
|
|
379
|
+
<Unit typeName="LBF" phenomenon="FORCE" unitSystem="USCUSTOM" definition="[STD_G]*LBM" displayLabel="lbf" />
|
|
380
|
+
<Unit typeName="OZF" phenomenon="FORCE" unitSystem="USCUSTOM" definition="[STD_G]*OZM" displayLabel="ozf" />
|
|
381
|
+
<Unit typeName="KPF" phenomenon="FORCE" unitSystem="USCUSTOM" definition="[KILO]*LBF" displayLabel="kpf" />
|
|
382
|
+
<Unit typeName="W_PER_SQ_M" phenomenon="HEAT_FLUX_DENSITY" unitSystem="SI" definition="W*M(-2)" displayLabel="W/m²" />
|
|
383
|
+
<Unit typeName="W_PER_SQ_M_K" phenomenon="HEAT_TRANSFER" unitSystem="SI" definition="W*M(-2)*DELTA_KELVIN(-1)" displayLabel="W/(m²·ΔK)" />
|
|
384
|
+
<Unit typeName="W_PER_SQ_M_CELSIUS" phenomenon="HEAT_TRANSFER" unitSystem="METRIC" definition="W*M(-2)*DELTA_CELSIUS(-1)" displayLabel="W/(m²·Δ°C)" />
|
|
385
|
+
<Unit typeName="BTU_PER_SQ_FT_HR_FAHRENHEIT" phenomenon="HEAT_TRANSFER" unitSystem="USCUSTOM" definition="BTU*FT(-2)*HR(-1)*DELTA_FAHRENHEIT(-1)" displayLabel="Btu/(ft²·h·Δ°F)" />
|
|
386
|
+
<Unit typeName="KG_PER_M" phenomenon="LINEAR_DENSITY" unitSystem="SI" definition="KG*M(-1)" displayLabel="kg/m" />
|
|
387
|
+
<Unit typeName="KG_PER_MM" phenomenon="LINEAR_DENSITY" unitSystem="METRIC" definition="KG*MM(-1)" displayLabel="kg/mm" />
|
|
388
|
+
<Unit typeName="LBM_PER_FT" phenomenon="LINEAR_DENSITY" unitSystem="USCUSTOM" definition="LBM*FT(-1)" displayLabel="lb/ft" />
|
|
389
|
+
<Unit typeName="N_PER_M" phenomenon="LINEAR_LOAD" unitSystem="SI" definition="N*M(-1)" displayLabel="N/m" />
|
|
390
|
+
<Unit typeName="KN_PER_M" phenomenon="LINEAR_LOAD" unitSystem="METRIC" definition="KN*M(-1)" displayLabel="kN/m" />
|
|
391
|
+
<Unit typeName="MEGAN_PER_M" phenomenon="LINEAR_LOAD" unitSystem="METRIC" definition="MEGAN*M(-1)" displayLabel="MN/m" />
|
|
392
|
+
<Unit typeName="N_PER_MM" phenomenon="LINEAR_LOAD" unitSystem="METRIC" definition="N*MM(-1)" displayLabel="N/mm" />
|
|
393
|
+
<Unit typeName="LBF_PER_IN" phenomenon="LINEAR_LOAD" unitSystem="USCUSTOM" definition="LBF*IN(-1)" displayLabel="lbf/in" />
|
|
394
|
+
<Unit typeName="LBF_PER_FT" phenomenon="LINEAR_LOAD" unitSystem="USCUSTOM" definition="LBF*FT(-1)" displayLabel="lbf/ft" />
|
|
395
|
+
<Unit typeName="KGF_PER_M" phenomenon="LINEAR_LOAD" unitSystem="METRIC" definition="KGF*M(-1)" displayLabel="kgf/m" />
|
|
396
|
+
<Unit typeName="KPF_PER_FT" phenomenon="LINEAR_LOAD" unitSystem="USCUSTOM" definition="KPF*FT(-1)" displayLabel="kpf/ft" />
|
|
397
|
+
<Unit typeName="PER_M" phenomenon="LINEAR_RATE" unitSystem="SI" definition="M(-1)" displayLabel="1/m" />
|
|
398
|
+
<Unit typeName="PER_MM" phenomenon="LINEAR_RATE" unitSystem="METRIC" definition="MM(-1)" displayLabel="1/mm" />
|
|
399
|
+
<Unit typeName="PER_KM" phenomenon="LINEAR_RATE" unitSystem="METRIC" definition="KM(-1)" displayLabel="1/km" />
|
|
400
|
+
<Unit typeName="PER_FT" phenomenon="LINEAR_RATE" unitSystem="USCUSTOM" definition="FT(-1)" displayLabel="1/ft" />
|
|
401
|
+
<Unit typeName="PER_MILE" phenomenon="LINEAR_RATE" unitSystem="USCUSTOM" definition="MILE(-1)" displayLabel="1/mile" />
|
|
402
|
+
<Unit typeName="PER_THOUSAND_FT" phenomenon="LINEAR_RATE" unitSystem="USCUSTOM" definition="FT(-1)" numerator="1.0e-3" displayLabel="1/1000 ft" />
|
|
403
|
+
<Unit typeName="N_M" phenomenon="TORQUE" unitSystem="SI" definition="N*M*RAD(-1)" displayLabel="N·m" />
|
|
404
|
+
<Unit typeName="KN_M" phenomenon="TORQUE" unitSystem="METRIC" definition="KN*M*RAD(-1)" displayLabel="kN·m" />
|
|
405
|
+
<Unit typeName="MEGAN_M" phenomenon="TORQUE" unitSystem="METRIC" definition="MEGAN*M*RAD(-1)" displayLabel="MN·m" />
|
|
406
|
+
<Unit typeName="N_CM" phenomenon="TORQUE" unitSystem="METRIC" definition="N*CM*RAD(-1)" displayLabel="N·cm" />
|
|
407
|
+
<Unit typeName="LBF_FT" phenomenon="TORQUE" unitSystem="USCUSTOM" definition="LBF*FT*RAD(-1)" displayLabel="lbf·ft" />
|
|
408
|
+
<Unit typeName="LBF_IN" phenomenon="TORQUE" unitSystem="USCUSTOM" definition="LBF*IN*RAD(-1)" displayLabel="lbf·in" />
|
|
409
|
+
<Unit typeName="KGF_M" phenomenon="TORQUE" unitSystem="METRIC" definition="KGF*M*RAD(-1)" displayLabel="kgf·m" />
|
|
410
|
+
<Unit typeName="KPF_FT" phenomenon="TORQUE" unitSystem="USCUSTOM" definition="KPF*FT*RAD(-1)" displayLabel="kpf·ft" />
|
|
411
|
+
<Unit typeName="N_M_PER_M" phenomenon="LINEAR_TORQUE" unitSystem="SI" definition="N_M*M(-1)" displayLabel="N·m/m" />
|
|
412
|
+
<Unit typeName="KN_M_PER_M" phenomenon="LINEAR_TORQUE" unitSystem="METRIC" definition="KN_M*M(-1)" displayLabel="kN·m/m" />
|
|
413
|
+
<Unit typeName="MEGAN_M_PER_M" phenomenon="LINEAR_TORQUE" unitSystem="METRIC" definition="MEGAN_M*M(-1)" displayLabel="MN·m/m" />
|
|
414
|
+
<Unit typeName="N_CM_PER_CM" phenomenon="LINEAR_TORQUE" unitSystem="METRIC" definition="N_CM*CM(-1)" displayLabel="N·cm/cm" />
|
|
415
|
+
<Unit typeName="LBF_IN_PER_IN" phenomenon="LINEAR_TORQUE" unitSystem="USCUSTOM" definition="LBF_IN*IN(-1)" displayLabel="lbf·in/in" />
|
|
416
|
+
<Unit typeName="LBF_FT_PER_FT" phenomenon="LINEAR_TORQUE" unitSystem="USCUSTOM" definition="LBF_FT*FT(-1)" displayLabel="lbf·ft/ft" />
|
|
417
|
+
<Unit typeName="KPF_FT_PER_FT" phenomenon="LINEAR_TORQUE" unitSystem="USCUSTOM" definition="KPF_FT*FT(-1)" displayLabel="kpf·ft/ft" />
|
|
418
|
+
<Unit typeName="N_M_PER_SQ_M" phenomenon="AREA_TORQUE" unitSystem="SI" definition="N_M*M(-2)" displayLabel="N·m/m²" />
|
|
419
|
+
<Unit typeName="KN_M_PER_SQ_M" phenomenon="AREA_TORQUE" unitSystem="METRIC" definition="KN_M*M(-2)" displayLabel="kN·m/m²" />
|
|
420
|
+
<Unit typeName="MEGAN_M_PER_SQ_M" phenomenon="AREA_TORQUE" unitSystem="METRIC" definition="MEGAN_M*M(-2)" displayLabel="MN·m/m²" />
|
|
421
|
+
<Unit typeName="N_CM_PER_SQ_CM" phenomenon="AREA_TORQUE" unitSystem="METRIC" definition="N_CM*CM(-2)" displayLabel="N·cm/cm²" />
|
|
422
|
+
<Unit typeName="LBF_IN_PER_SQ_IN" phenomenon="AREA_TORQUE" unitSystem="USCUSTOM" definition="LBF_IN*IN(-2)" displayLabel="lbf·in/in²" />
|
|
423
|
+
<Unit typeName="LBF_FT_PER_SQ_FT" phenomenon="AREA_TORQUE" unitSystem="USCUSTOM" definition="LBF_FT*FT(-2)" displayLabel="lbf·ft/ft²" />
|
|
424
|
+
<Unit typeName="KPF_FT_PER_SQ_FT" phenomenon="AREA_TORQUE" unitSystem="USCUSTOM" definition="KPF_FT*FT(-2)" displayLabel="kpf·ft/ft²" />
|
|
425
|
+
<Unit typeName="CUB_M_PER_MOL" phenomenon="MOLAR_VOLUME" unitSystem="SI" definition="CUB_M*MOL(-1)" displayLabel="m³/mol" />
|
|
426
|
+
<Unit typeName="CUB_M_PER_KMOL" phenomenon="MOLAR_VOLUME" unitSystem="METRIC" definition="CUB_M*[KILO](-1)*MOL(-1)" displayLabel="m³/kmol" />
|
|
427
|
+
<Unit typeName="CUB_FT_PER_LB_MOL" phenomenon="MOLAR_VOLUME" unitSystem="USCUSTOM" definition="CUB_FT*LB_MOL(-1)" displayLabel="ft³/lb-mol" />
|
|
428
|
+
<Unit typeName="MOL_PER_CUB_M" phenomenon="MOLAR_CONCENTRATION" unitSystem="SI" definition="MOL*CUB_M(-1)" displayLabel="mol/m³" />
|
|
429
|
+
<Unit typeName="KMOL_PER_CUB_M" phenomenon="MOLAR_CONCENTRATION" unitSystem="METRIC" definition="[KILO]*MOL*CUB_M(-1)" displayLabel="kmol/m³" />
|
|
430
|
+
<Unit typeName="MOL_PER_CUB_DM" phenomenon="MOLAR_CONCENTRATION" unitSystem="METRIC" definition="MOL*CUB_DM(-1)" displayLabel="mol/dm³" />
|
|
431
|
+
<Unit typeName="MICROMOL_PER_CUB_DM" phenomenon="MOLAR_CONCENTRATION" unitSystem="METRIC" definition="[MICRO]*MOL*CUB_DM(-1)" displayLabel="µmol/dm³" />
|
|
432
|
+
<Unit typeName="NMOL_PER_CUB_DM" phenomenon="MOLAR_CONCENTRATION" unitSystem="METRIC" definition="[NANO]*MOL*CUB_DM(-1)" displayLabel="nmol/dm³" />
|
|
433
|
+
<Unit typeName="PICOMOL_PER_CUB_DM" phenomenon="MOLAR_CONCENTRATION" unitSystem="METRIC" definition="[PICO]*MOL*CUB_DM(-1)" displayLabel="picomol/dm³" />
|
|
434
|
+
<Unit typeName="MOL_PER_CUB_FT" phenomenon="MOLAR_CONCENTRATION" unitSystem="USCUSTOM" definition="MOL*CUB_FT(-1)" displayLabel="mol/ft³" />
|
|
435
|
+
<Unit typeName="MM_TO_THE_FOURTH" phenomenon="AREA_MOMENT_INERTIA" unitSystem="METRIC" definition="MM(4)" displayLabel="mm⁴" />
|
|
436
|
+
<Unit typeName="M_TO_THE_FOURTH" phenomenon="AREA_MOMENT_INERTIA" unitSystem="SI" definition="M(4)" displayLabel="m⁴" />
|
|
437
|
+
<Unit typeName="CM_TO_THE_FOURTH" phenomenon="AREA_MOMENT_INERTIA" unitSystem="METRIC" definition="CM(4)" displayLabel="cm⁴" />
|
|
438
|
+
<Unit typeName="IN_TO_THE_FOURTH" phenomenon="AREA_MOMENT_INERTIA" unitSystem="USCUSTOM" definition="IN(4)" displayLabel="in⁴" />
|
|
439
|
+
<Unit typeName="FT_TO_THE_FOURTH" phenomenon="AREA_MOMENT_INERTIA" unitSystem="USCUSTOM" definition="FT(4)" displayLabel="ft⁴" />
|
|
440
|
+
<Unit typeName="W" phenomenon="POWER" unitSystem="SI" definition="N*M*S(-1)" />
|
|
441
|
+
<Unit typeName="KW" phenomenon="POWER" unitSystem="METRIC" definition="[KILO]*W" displayLabel="kW" />
|
|
442
|
+
<Unit typeName="MEGAW" phenomenon="POWER" unitSystem="METRIC" definition="[MEGA]*W" displayLabel="MW" />
|
|
443
|
+
<Unit typeName="GW" phenomenon="POWER" unitSystem="METRIC" definition="[GIGA]*W" />
|
|
444
|
+
<Unit typeName="BTU_PER_HR" phenomenon="POWER" unitSystem="USCUSTOM" definition="BTU*HR(-1)" displayLabel="Btu/h" />
|
|
445
|
+
<Unit typeName="KILOBTU_PER_HR" phenomenon="POWER" unitSystem="USCUSTOM" definition="[KILO]*BTU*HR(-1)" displayLabel="kBtu/h" />
|
|
446
|
+
<Unit typeName="HP" phenomenon="POWER" unitSystem="USCUSTOM" definition="LBF*FT*S(-1)" numerator="550.0" displayLabel="hp" description="Exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B." />
|
|
447
|
+
<Unit typeName="PA" phenomenon="PRESSURE" unitSystem="SI" definition="N*M(-2)" displayLabel="N/m²" />
|
|
448
|
+
<Unit typeName="PA_GAUGE" phenomenon="PRESSURE" unitSystem="INDUSTRIAL" definition="PA" numerator="1" offset="101325" displayLabel="Pa (gauge)" description="Offset is one standard atmosphere in PA. Offset is exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B. " />
|
|
449
|
+
<Unit typeName="HECTOPASCAL" phenomenon="PRESSURE" unitSystem="METRIC" definition="[HECTO]*PA" displayLabel="hPa" />
|
|
450
|
+
<Unit typeName="KILOPASCAL" phenomenon="PRESSURE" unitSystem="METRIC" definition="[KILO]*PA" displayLabel="kPa" />
|
|
451
|
+
<Unit typeName="MICROPASCAL" phenomenon="PRESSURE" unitSystem="METRIC" definition="[MICRO]*PA" displayLabel="µPa" />
|
|
452
|
+
<Unit typeName="KILOPASCAL_GAUGE" phenomenon="PRESSURE" unitSystem="INDUSTRIAL" definition="[KILO]*PA" numerator="1" offset="101325e-3" displayLabel="kPa (Gauge)" 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. " />
|
|
453
|
+
<Unit typeName="MEGAPASCAL" phenomenon="PRESSURE" unitSystem="METRIC" definition="[MEGA]*PA" displayLabel="MPa" />
|
|
454
|
+
<Unit typeName="MEGAPASCAL_GAUGE" phenomenon="PRESSURE" unitSystem="INDUSTRIAL" definition="[MEGA]*PA" numerator="1" offset="101325e-6" displayLabel="MPa (Gauge)" 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. " />
|
|
455
|
+
<Unit typeName="AT" phenomenon="PRESSURE" unitSystem="INTERNATIONAL" definition="KGF*CM(-2)" displayLabel="kgf/cm²" description="Exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B." />
|
|
456
|
+
<Unit typeName="AT_GAUGE" phenomenon="PRESSURE" unitSystem="INDUSTRIAL" definition="AT" offset="1.0332274527998859" displayLabel="kgf/cm² (Gauge)" 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. " />
|
|
457
|
+
<Unit typeName="KGF_PER_SQ_M" phenomenon="PRESSURE" unitSystem="INTERNATIONAL" definition="KGF*M(-2)" displayLabel="kgf/m²" />
|
|
458
|
+
<Unit typeName="ATM" phenomenon="PRESSURE" unitSystem="METRIC" definition="PA" numerator="101325" displayLabel="atm" description="Standard atmosphere, see AT for atmosphere-technical. Exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B. " />
|
|
459
|
+
<Unit typeName="BAR" phenomenon="PRESSURE" unitSystem="METRIC" definition="PA" numerator="1.0e5" displayLabel="bar" description="Exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B. " />
|
|
460
|
+
<Unit typeName="BAR_GAUGE" phenomenon="PRESSURE" unitSystem="INDUSTRIAL" definition="PA" numerator="1.0e5" offset="1.01325" displayLabel="bar (Gauge)" description="Offset is one standard atmosphere converted to BAR. Offset is exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B. " />
|
|
461
|
+
<Unit typeName="MBAR" phenomenon="PRESSURE" unitSystem="METRIC" definition="[MILLI]*BAR" displayLabel="mBar" />
|
|
462
|
+
<Unit typeName="BARYE" phenomenon="PRESSURE" unitSystem="METRIC" definition="DYNE*CM(-2)" displayLabel="ba" />
|
|
463
|
+
<Unit typeName="PSI" phenomenon="PRESSURE" unitSystem="USCUSTOM" definition="LBF*IN(-2)" displayLabel="lbf/in²" />
|
|
464
|
+
<Unit typeName="PSF" phenomenon="PRESSURE" unitSystem="USCUSTOM" definition="LBF*FT(-2)" displayLabel="lbf/ft²" />
|
|
465
|
+
<Unit typeName="PSIG" phenomenon="PRESSURE" unitSystem="USCUSTOM" definition="LBF*IN(-2)" numerator="1" offset="14.695948775513449" displayLabel="lbf/in² (Gauge)" description="Offset is one standard atmosphere (101325 PA) converted to PSI" />
|
|
466
|
+
<Unit typeName="KSI" phenomenon="PRESSURE" unitSystem="USCUSTOM" definition="KPF*IN(-2)" displayLabel="ksi" />
|
|
467
|
+
<Unit typeName="KSF" phenomenon="PRESSURE" unitSystem="USCUSTOM" definition="KPF*FT(-2)" displayLabel="ksf" />
|
|
468
|
+
<Unit typeName="LBF_PER_SQ_FT" phenomenon="PRESSURE" unitSystem="USCUSTOM" definition="LBF*FT(-2)" displayLabel="lbf/ft²" />
|
|
469
|
+
<Unit typeName="TORR" phenomenon="PRESSURE" unitSystem="USCUSTOM" definition="PA" numerator="101325.0" denominator="760.0" displayLabel="torr" 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" />
|
|
470
|
+
<Unit typeName="M_H2O" phenomenon="PRESSURE" unitSystem="METRIC" definition="[KILO]*MM_H2O" displayLabel="mH2O (Conv)" description="Meter of H2O Conventional" />
|
|
471
|
+
<Unit typeName="MM_H2O" phenomenon="PRESSURE" unitSystem="METRIC" definition="PA" numerator="9.80665" displayLabel="mmH2O (Conv)" description="Millimeter of H2O Conventional, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B." />
|
|
472
|
+
<Unit typeName="MM_HG_AT_32F" phenomenon="PRESSURE" unitSystem="METRIC" definition="PA" numerator="1.33322e2" displayLabel="mmHg@32°F" description="See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B. Used centimeter of mercury (0 C) to pascal" />
|
|
473
|
+
<Unit typeName="FT_H2O" phenomenon="PRESSURE" unitSystem="USCUSTOM" definition="PA" numerator="2.989067e3" displayLabel="ft H2O (Conv)" description="foot of H2O Conventional, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B." />
|
|
474
|
+
<Unit typeName="IN_H2O_AT_32F" phenomenon="PRESSURE" unitSystem="USCUSTOM" definition="PA" numerator="249.1083" displayLabel="inH2O@32°F" description="Inch of H2O at 32 Fahrenheit, Water is assumed to be in a liquid state. Equal to water at 0C. No verified source" />
|
|
475
|
+
<Unit typeName="IN_H2O_AT_39_2F" phenomenon="PRESSURE" unitSystem="USCUSTOM" definition="PA" numerator="2.49082e2" displayLabel="inH2O@39.2°F" description="See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B." />
|
|
476
|
+
<Unit typeName="IN_H2O_AT_60F" phenomenon="PRESSURE" unitSystem="USCUSTOM" definition="PA" numerator="2.4884e2" displayLabel="inH2O@60°F" description="See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B." />
|
|
477
|
+
<Unit typeName="IN_HG" phenomenon="PRESSURE" unitSystem="USCUSTOM" definition="PA" numerator="3.386389e3" displayLabel="inHg (Conv)" description="Inch of HG conventional, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B." />
|
|
478
|
+
<Unit typeName="IN_HG_AT_32F" phenomenon="PRESSURE" unitSystem="USCUSTOM" definition="PA" numerator="3.38638e3" displayLabel="inHg@32°F" description="See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B." />
|
|
479
|
+
<Unit typeName="IN_HG_AT_60F" phenomenon="PRESSURE" unitSystem="USCUSTOM" definition="PA" numerator="3.37685e3" displayLabel="inHg@60°F" description="See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B." />
|
|
480
|
+
<Unit typeName="PA_PER_M" phenomenon="PRESSURE_GRADIENT" unitSystem="SI" definition="PA*M(-1)" displayLabel="Pa/m" />
|
|
481
|
+
<Unit typeName="BAR_PER_KM" phenomenon="PRESSURE_GRADIENT" unitSystem="METRIC" definition="BAR*KM(-1)" displayLabel="bar/km" />
|
|
482
|
+
<Unit typeName="PERCENT" phenomenon="PERCENTAGE" unitSystem="INTERNATIONAL" definition="ONE" displayLabel="%" description="Unit used to show a ratio as a percentage in the UI."/>
|
|
483
|
+
<Unit typeName="DECIMAL_PERCENT" phenomenon="PERCENTAGE" unitSystem="INTERNATIONAL" definition="PERCENT" numerator="100" displayLabel="decimal percent" description="Unit suitable for storing a decimal number that represents an unspecified ratio." />
|
|
484
|
+
<Unit typeName="PROBABILITY_FRACTION" phenomenon="PROBABILITY" unitSystem="SI" definition="ONE" displayLabel="" />
|
|
485
|
+
<Unit typeName="PROBABILITY_PERCENT" phenomenon="PROBABILITY" unitSystem="INTERNATIONAL" definition="PROBABILITY_FRACTION" denominator="100" displayLabel="%" />
|
|
486
|
+
<Unit typeName="M_PER_M" phenomenon="SLOPE" unitSystem="SI" definition="M*M(-1)" displayLabel="m/m" />
|
|
487
|
+
<Unit typeName="CM_PER_M" phenomenon="SLOPE" unitSystem="METRIC" definition="CM*M(-1)" displayLabel="cm/m" />
|
|
488
|
+
<Unit typeName="MM_PER_M" phenomenon="SLOPE" unitSystem="METRIC" definition="MM*M(-1)" displayLabel="mm/m" />
|
|
489
|
+
<Unit typeName="M_PER_KM" phenomenon="SLOPE" unitSystem="METRIC" definition="M*KM(-1)" displayLabel="m/km" />
|
|
490
|
+
<Unit typeName="FT_PER_THOUSAND_FOOT" phenomenon="SLOPE" unitSystem="USCUSTOM" definition="FT*[KILO](-1)*FT(-1)" displayLabel="ft/1000ft" />
|
|
491
|
+
<Unit typeName="FT_PER_FT" phenomenon="SLOPE" unitSystem="USCUSTOM" definition="FT*FT(-1)" displayLabel="ft/ft" />
|
|
492
|
+
<Unit typeName="IN_PER_FT" phenomenon="SLOPE" unitSystem="USCUSTOM" definition="IN*FT(-1)" displayLabel="in/ft" />
|
|
493
|
+
<Unit typeName="FT_PER_IN" phenomenon="SLOPE" unitSystem="USCUSTOM" definition="FT*IN(-1)" displayLabel="ft/in" />
|
|
494
|
+
<Unit typeName="FT_PER_MILE" phenomenon="SLOPE" unitSystem="USCUSTOM" definition="FT*MILE(-1)" displayLabel="ft/mi" />
|
|
495
|
+
<Unit typeName="VERTICAL_PER_HORIZONTAL" phenomenon="SLOPE" unitSystem="INTERNATIONAL" definition="M_PER_M" displayLabel="slope" />
|
|
496
|
+
<Unit typeName="PERCENT_SLOPE" phenomenon="SLOPE" unitSystem="INTERNATIONAL" definition="DECIMAL_PERCENT(-1)*M_PER_M" displayLabel="%" />
|
|
497
|
+
<InvertedUnit typeName="HORIZONTAL_PER_VERTICAL" invertsUnit="VERTICAL_PER_HORIZONTAL" unitSystem="INTERNATIONAL" />
|
|
498
|
+
<InvertedUnit typeName="FT_HORIZONTAL_PER_FT_VERTICAL" invertsUnit="FT_PER_FT" unitSystem="USCUSTOM" />
|
|
499
|
+
<InvertedUnit typeName="M_HORIZONTAL_PER_M_VERTICAL" invertsUnit="M_PER_M" unitSystem="SI" />
|
|
500
|
+
<Unit typeName="KG_PER_SQ_M" phenomenon="SURFACE_DENSITY" unitSystem="SI" definition="KG*M(-2)" displayLabel="kg/m²" />
|
|
501
|
+
<Unit typeName="G_PER_SQ_M" phenomenon="SURFACE_DENSITY" unitSystem="METRIC" definition="G*M(-2)" displayLabel="g/m²" />
|
|
502
|
+
<Unit typeName="KG_PER_HECTARE" phenomenon="SURFACE_DENSITY" unitSystem="METRIC" definition="KG*HECTARE(-1)" displayLabel="kg/ha" />
|
|
503
|
+
<Unit typeName="LBM_PER_ACRE" phenomenon="SURFACE_DENSITY" unitSystem="USCUSTOM" definition="LBM*ACRE(-1)" displayLabel="lb/acre" />
|
|
504
|
+
<Unit typeName="W_PER_M_K" phenomenon="THERMAL_CONDUCTIVITY" unitSystem="SI" definition="W*M(-1)*DELTA_KELVIN(-1)" displayLabel="W/(m·K)" />
|
|
505
|
+
<Unit typeName="W_PER_M_C" phenomenon="THERMAL_CONDUCTIVITY" unitSystem="METRIC" definition="W*M(-1)*DELTA_CELSIUS(-1)" displayLabel="W/(m·Δ°C)" />
|
|
506
|
+
<Unit typeName="BTU_IN_PER_SQ_FT_HR_FAHRENHEIT" phenomenon="THERMAL_CONDUCTIVITY" unitSystem="USCUSTOM" definition="BTU*IN*FT(-2)*HR(-1)*DELTA_FAHRENHEIT(-1)" displayLabel="Btu·in/(ft²·h·Δ°F)" />
|
|
507
|
+
<Unit typeName="SQ_M_KELVIN_PER_WATT" phenomenon="THERMAL_INSULANCE" unitSystem="SI" definition="M(2)*DELTA_KELVIN*W(-1)" displayLabel="m²·ΔK/W" />
|
|
508
|
+
<Unit typeName="SQ_M_CELSIUS_PER_WATT" phenomenon="THERMAL_INSULANCE" unitSystem="METRIC" definition="M(2)*DELTA_CELSIUS*W(-1)" displayLabel="m²·Δ°C/W" />
|
|
509
|
+
<Unit typeName="SQ_FT_HR_FAHRENHEIT_PER_BTU" phenomenon="THERMAL_INSULANCE" unitSystem="USCUSTOM" definition="FT(2)*HR*DELTA_FAHRENHEIT*BTU(-1)" displayLabel="ft²·h·Δ°F/Btu" />
|
|
510
|
+
<Unit typeName="M_PER_SEC" phenomenon="VELOCITY" unitSystem="SI" definition="M*S(-1)" displayLabel="m/s" />
|
|
511
|
+
<Unit typeName="M_PER_MIN" phenomenon="VELOCITY" unitSystem="METRIC" definition="M*MIN(-1)" displayLabel="m/min" />
|
|
512
|
+
<Unit typeName="M_PER_HR" phenomenon="VELOCITY" unitSystem="METRIC" definition="M*HR(-1)" displayLabel="m/h" />
|
|
513
|
+
<Unit typeName="M_PER_DAy" phenomenon="VELOCITY" unitSystem="METRIC" definition="M*DAY(-1)" displayLabel="m/day" />
|
|
514
|
+
<Unit typeName="MM_PER_SEC" phenomenon="VELOCITY" unitSystem="METRIC" definition="MM*S(-1)" displayLabel="mm/sec" />
|
|
515
|
+
<Unit typeName="MM_PER_MIN" phenomenon="VELOCITY" unitSystem="METRIC" definition="MM*MIN(-1)" displayLabel="mm/min" />
|
|
516
|
+
<Unit typeName="MM_PER_HR" phenomenon="VELOCITY" unitSystem="METRIC" definition="MM*HR(-1)" displayLabel="mm/h" />
|
|
517
|
+
<Unit typeName="MM_PER_DAY" phenomenon="VELOCITY" unitSystem="METRIC" definition="MM*DAY(-1)" displayLabel="mm/day" />
|
|
518
|
+
<Unit typeName="CM_PER_SEC" phenomenon="VELOCITY" unitSystem="METRIC" definition="CM*S(-1)" displayLabel="cm/s" />
|
|
519
|
+
<Unit typeName="CM_PER_MIN" phenomenon="VELOCITY" unitSystem="METRIC" definition="CM*MIN(-1)" displayLabel="cm/min" />
|
|
520
|
+
<Unit typeName="CM_PER_HR" phenomenon="VELOCITY" unitSystem="METRIC" definition="CM*HR(-1)" displayLabel="cm/h" />
|
|
521
|
+
<Unit typeName="CM_PER_DAY" phenomenon="VELOCITY" unitSystem="METRIC" definition="CM*DAY(-1)" displayLabel="cm/day" />
|
|
522
|
+
<Unit typeName="KM_PER_SEC" phenomenon="VELOCITY" unitSystem="METRIC" definition="KM*S(-1)" displayLabel="km/sec" />
|
|
523
|
+
<Unit typeName="KM_PER_HR" phenomenon="VELOCITY" unitSystem="METRIC" definition="KM*HR(-1)" displayLabel="km/h" />
|
|
524
|
+
<Unit typeName="IN_PER_SEC" phenomenon="VELOCITY" unitSystem="USCUSTOM" definition="IN*S(-1)" displayLabel="in/s" />
|
|
525
|
+
<Unit typeName="IN_PER_MIN" phenomenon="VELOCITY" unitSystem="USCUSTOM" definition="IN*MIN(-1)" displayLabel="in/min" />
|
|
526
|
+
<Unit typeName="IN_PER_HR" phenomenon="VELOCITY" unitSystem="USCUSTOM" definition="IN*HR(-1)" displayLabel="in/h" />
|
|
527
|
+
<Unit typeName="IN_PER_DAY" phenomenon="VELOCITY" unitSystem="USCUSTOM" definition="IN*DAY(-1)" displayLabel="in/day" />
|
|
528
|
+
<Unit typeName="FT_PER_SEC" phenomenon="VELOCITY" unitSystem="USCUSTOM" definition="FT*S(-1)" displayLabel="ft/s" />
|
|
529
|
+
<Unit typeName="FT_PER_MIN" phenomenon="VELOCITY" unitSystem="USCUSTOM" definition="FT*MIN(-1)" displayLabel="ft/min" />
|
|
530
|
+
<Unit typeName="FT_PER_HR" phenomenon="VELOCITY" unitSystem="USCUSTOM" definition="FT*HR(-1)" displayLabel="ft/h" />
|
|
531
|
+
<Unit typeName="FT_PER_DAY" phenomenon="VELOCITY" unitSystem="USCUSTOM" definition="FT*DAY(-1)" displayLabel="ft/day" />
|
|
532
|
+
<Unit typeName="YRD_PER_SEC" phenomenon="VELOCITY" unitSystem="USCUSTOM" definition="YRD*S(-1)" displayLabel="yrd/sec" />
|
|
533
|
+
<Unit typeName="MPH" phenomenon="VELOCITY" unitSystem="USCUSTOM" definition="MILE*HR(-1)" displayLabel="mi/h" />
|
|
534
|
+
<Unit typeName="KNOT_INTERNATIONAL" phenomenon="VELOCITY" unitSystem="MARITIME" definition="NAUT_MILE*HR(-1)" displayLabel="knot (Int.)" />
|
|
535
|
+
<Unit typeName="RAD_PER_SEC" phenomenon="ANGULAR_VELOCITY" unitSystem="SI" definition="RAD*S(-1)" displayLabel="rad/sec" />
|
|
536
|
+
<Unit typeName="RAD_PER_MIN" phenomenon="ANGULAR_VELOCITY" unitSystem="METRIC" definition="RAD*MIN(-1)" displayLabel="rad/min" />
|
|
537
|
+
<Unit typeName="RAD_PER_HR" phenomenon="ANGULAR_VELOCITY" unitSystem="METRIC" definition="RAD*HR(-1)" displayLabel="rad/hr" />
|
|
538
|
+
<Unit typeName="RPS" phenomenon="ANGULAR_VELOCITY" unitSystem="METRIC" definition="[TWO_PI]*RAD*S(-1)" displayLabel="cycle/sec" />
|
|
539
|
+
<Unit typeName="RPM" phenomenon="ANGULAR_VELOCITY" unitSystem="METRIC" definition="[TWO_PI]*RAD*MIN(-1)" displayLabel="cycle/min" />
|
|
540
|
+
<Unit typeName="RPH" phenomenon="ANGULAR_VELOCITY" unitSystem="METRIC" definition="[TWO_PI]*RAD*HR(-1)" displayLabel="cycle/hr" />
|
|
541
|
+
<Unit typeName="DEG_PER_SEC" phenomenon="ANGULAR_VELOCITY" unitSystem="METRIC" definition="ARC_DEG*S(-1)" displayLabel="deg/sec" />
|
|
542
|
+
<Unit typeName="DEG_PER_MIN" phenomenon="ANGULAR_VELOCITY" unitSystem="METRIC" definition="ARC_DEG*MIN(-1)" displayLabel="deg/min" />
|
|
543
|
+
<Unit typeName="DEG_PER_HR" phenomenon="ANGULAR_VELOCITY" unitSystem="METRIC" definition="ARC_DEG*HR(-1)" displayLabel="deg/hr" />
|
|
544
|
+
<Unit typeName="PA_S" phenomenon="DYNAMIC_VISCOSITY" unitSystem="SI" definition="PA*S" displayLabel="Pa·s" />
|
|
545
|
+
<Unit typeName="POISE" phenomenon="DYNAMIC_VISCOSITY" unitSystem="METRIC" definition="[DECI]*PA_S" displayLabel="poise" description="Exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B." />
|
|
546
|
+
<Unit typeName="CENTIPOISE" phenomenon="DYNAMIC_VISCOSITY" unitSystem="METRIC" definition="[CENTI]*POISE" displayLabel="cP" />
|
|
547
|
+
<Unit typeName="LBM_PER_FT_S" phenomenon="DYNAMIC_VISCOSITY" unitSystem="USCUSTOM" definition="LBM*FT(-1)*S(-1)" displayLabel="lbm/(ft*s)" />
|
|
548
|
+
<Unit typeName="SQ_M_PER_SEC" phenomenon="KINEMATIC_VISCOSITY" unitSystem="SI" definition="M(2)*S(-1)" displayLabel="m²/s" />
|
|
549
|
+
<Unit typeName="SQ_FT_PER_SEC" phenomenon="KINEMATIC_VISCOSITY" unitSystem="USCUSTOM" definition="FT(2)*S(-1)" displayLabel="ft²/s" />
|
|
550
|
+
<Unit typeName="STOKE" phenomenon="KINEMATIC_VISCOSITY" unitSystem="METRIC" definition="CM(2)*S(-1)" displayLabel="St" />
|
|
551
|
+
<Unit typeName="CENTISTOKE" phenomenon="KINEMATIC_VISCOSITY" unitSystem="METRIC" definition="MM(2)*S(-1)" displayLabel="cSt" />
|
|
552
|
+
<Unit typeName="CUB_M" phenomenon="VOLUME" unitSystem="SI" definition="M(3)" displayLabel="m³" />
|
|
553
|
+
<Unit typeName="CUB_UM" phenomenon="VOLUME" unitSystem="METRIC" definition="UM(3)" displayLabel="um³" />
|
|
554
|
+
<Unit typeName="CUB_MM" phenomenon="VOLUME" unitSystem="METRIC" definition="MM(3)" displayLabel="mm³" />
|
|
555
|
+
<Unit typeName="CUB_CM" phenomenon="VOLUME" unitSystem="METRIC" definition="CM(3)" displayLabel="cm³" />
|
|
556
|
+
<Unit typeName="CUB_DM" phenomenon="VOLUME" unitSystem="METRIC" definition="DM(3)" displayLabel="dm³" />
|
|
557
|
+
<Unit typeName="CUB_KM" phenomenon="VOLUME" unitSystem="METRIC" definition="KM(3)" displayLabel="km³" />
|
|
558
|
+
<Unit typeName="LITRE" phenomenon="VOLUME" unitSystem="METRIC" definition="CUB_DM" displayLabel="L" />
|
|
559
|
+
<Unit typeName="THOUSAND_LITRE" phenomenon="VOLUME" unitSystem="METRIC" definition="[KILO]*LITRE" displayLabel="thousand L" />
|
|
560
|
+
<Unit typeName="MILLION_LITRE" phenomenon="VOLUME" unitSystem="METRIC" definition="[MEGA]*LITRE" displayLabel="million L" />
|
|
561
|
+
<Unit typeName="MICROLITRE" phenomenon="VOLUME" unitSystem="METRIC" definition="[MICRO]*LITRE" displayLabel="µliter" />
|
|
562
|
+
<Unit typeName="CUB_IN" phenomenon="VOLUME" unitSystem="USCUSTOM" definition="IN(3)" displayLabel="in³" />
|
|
563
|
+
<Unit typeName="CUB_FT" phenomenon="VOLUME" unitSystem="USCUSTOM" definition="FT(3)" displayLabel="ft³" />
|
|
564
|
+
<Unit typeName="CUB_YRD" phenomenon="VOLUME" unitSystem="USCUSTOM" definition="YRD(3)" displayLabel="yd³" />
|
|
565
|
+
<Unit typeName="CUB_MILE" phenomenon="VOLUME" unitSystem="USCUSTOM" definition="MILE(3)" displayLabel="mile³" />
|
|
566
|
+
<Unit typeName="ACRE_IN" phenomenon="VOLUME" unitSystem="USCUSTOM" definition="ACRE*IN" displayLabel="acre·in" />
|
|
567
|
+
<Unit typeName="ACRE_FT" phenomenon="VOLUME" unitSystem="USCUSTOM" definition="ACRE*FT" displayLabel="acre·ft" />
|
|
568
|
+
<Unit typeName="GALLON" phenomenon="VOLUME" unitSystem="USCUSTOM" definition="IN(3)" numerator="231.0" displayLabel="gal" description="Exact, http://www.nist.gov/pml/wmd/pubs/upload/hb44-15-web-final.pdf, Appendix C. Section 4, Page C-11" />
|
|
569
|
+
<Unit typeName="THOUSAND_GALLON" phenomenon="VOLUME" unitSystem="USCUSTOM" definition="[KILO]*GALLON" displayLabel="thousand gal" />
|
|
570
|
+
<Unit typeName="MILLION_GALLON" phenomenon="VOLUME" unitSystem="USCUSTOM" definition="[MEGA]*GALLON" displayLabel="million gal" />
|
|
571
|
+
<Unit typeName="CUB_US_SURVEY_IN" phenomenon="VOLUME" unitSystem="USSURVEY" definition="US_SURVEY_IN(3)" displayLabel="in³ (US Survey)" />
|
|
572
|
+
<Unit typeName="CUB_US_SURVEY_FT" phenomenon="VOLUME" unitSystem="USSURVEY" definition="US_SURVEY_FT(3)" displayLabel="ft³ (US Survey)" />
|
|
573
|
+
<Unit typeName="CUB_US_SURVEY_YRD" phenomenon="VOLUME" unitSystem="USSURVEY" definition="US_SURVEY_YRD(3)" displayLabel="yrd³ (US Survey)" />
|
|
574
|
+
<Unit typeName="CUB_US_SURVEY_MILE" phenomenon="VOLUME" unitSystem="USSURVEY" definition="US_SURVEY_MILE(3)" displayLabel="mile³ (US Survey)" />
|
|
575
|
+
<Unit typeName="GALLON_IMPERIAL" phenomenon="VOLUME" unitSystem="IMPERIAL" definition="LITRE" numerator="4.54609" displayLabel="gal (imp)" description="Exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B." />
|
|
576
|
+
<Unit typeName="CUB_M_PER_CUB_M" phenomenon="VOLUME_RATIO" unitSystem="SI" definition="M(3)*M(-3)" displayLabel="m³/m³" />
|
|
577
|
+
<Unit typeName="LITRE_PER_LITRE" phenomenon="VOLUME_RATIO" unitSystem="METRIC" definition="LITRE*LITRE(-1)" displayLabel="liter/liter" />
|
|
578
|
+
<Unit typeName="CUB_M_PER_KG" phenomenon="SPECIFIC_VOLUME" unitSystem="SI" definition="M(3)*KG(-1)" displayLabel="m³/kg" />
|
|
579
|
+
<Unit typeName="CUB_FT_PER_LBM" phenomenon="SPECIFIC_VOLUME" unitSystem="USCUSTOM" definition="FT(3)*LBM(-1)" displayLabel="ft³/lm" />
|
|
580
|
+
<Unit typeName="M_TO_THE_SIXTH" phenomenon="TORSIONAL_WARPING_CONSTANT" unitSystem="SI" definition="M(6)" displayLabel="m⁶" />
|
|
581
|
+
<Unit typeName="MM_TO_THE_SIXTH" phenomenon="TORSIONAL_WARPING_CONSTANT" unitSystem="METRIC" definition="MM(6)" displayLabel="mm⁶" />
|
|
582
|
+
<Unit typeName="CM_TO_THE_SIXTH" phenomenon="TORSIONAL_WARPING_CONSTANT" unitSystem="METRIC" definition="CM(6)" displayLabel="cm⁶" />
|
|
583
|
+
<Unit typeName="IN_TO_THE_SIXTH" phenomenon="TORSIONAL_WARPING_CONSTANT" unitSystem="USCUSTOM" definition="IN(6)" displayLabel="in⁶" />
|
|
584
|
+
<Unit typeName="FT_TO_THE_SIXTH" phenomenon="TORSIONAL_WARPING_CONSTANT" unitSystem="USCUSTOM" definition="FT(6)" displayLabel="ft⁶" />
|
|
585
|
+
<Unit typeName="VA" phenomenon="APPARENT_POWER" unitSystem="SI" definition="VOLT*A" />
|
|
586
|
+
<Unit typeName="KVA" phenomenon="APPARENT_POWER" unitSystem="METRIC" definition="[KILO]*VA" />
|
|
587
|
+
<Unit typeName="MVA" phenomenon="APPARENT_POWER" unitSystem="METRIC" definition="[MEGA]*VA" />
|
|
588
|
+
<Unit typeName="M" phenomenon="LENGTH" unitSystem="SI" definition="M" displayLabel="m" />
|
|
589
|
+
<Unit typeName="KG" phenomenon="MASS" unitSystem="SI" definition="KG" displayLabel="kg" />
|
|
590
|
+
<Unit typeName="S" phenomenon="TIME" unitSystem="SI" definition="S" displayLabel="s" />
|
|
591
|
+
<Unit typeName="K" phenomenon="TEMPERATURE" unitSystem="SI" definition="K" />
|
|
592
|
+
<Unit typeName="DELTA_KELVIN" phenomenon="TEMPERATURE_CHANGE" unitSystem="SI" definition="DELTA_KELVIN" displayLabel="ΔK" />
|
|
593
|
+
<Unit typeName="A" phenomenon="CURRENT" unitSystem="SI" definition="A" />
|
|
594
|
+
<Unit typeName="MOL" phenomenon="MOLE" unitSystem="SI" definition="MOL" displayLabel="mol" description="Where mol is the SI gram mol or gmol." />
|
|
595
|
+
<Unit typeName="CD" phenomenon="LUMINOSITY" unitSystem="SI" definition="CD" displayLabel="cd" />
|
|
596
|
+
<Unit typeName="RAD" phenomenon="ANGLE" unitSystem="SI" definition="RAD" displayLabel="rad" />
|
|
597
|
+
<Unit typeName="STERAD" phenomenon="SOLIDANGLE" unitSystem="SI" definition="STERAD" displayLabel="sterad" />
|
|
598
|
+
<Unit typeName="US_DOLLAR" phenomenon="CURRENCY" unitSystem="FINANCE" definition="US_DOLLAR" displayLabel="$" />
|
|
599
|
+
<Unit typeName="MONETARY_UNIT" phenomenon="CURRENCY" unitSystem="FINANCE" definition="MONETARY_UNIT" displayLabel="¤" description="For money of an unspecified denomination"/>
|
|
600
|
+
<Unit typeName="PERSON" phenomenon="CAPITA" unitSystem="SI" definition="PERSON" displayLabel="person" />
|
|
601
|
+
<Unit typeName="ONE" phenomenon="NUMBER" unitSystem="INTERNATIONAL" definition="ONE" displayLabel="one" />
|
|
602
|
+
<Unit typeName="COEFFICIENT" phenomenon="NUMBER" unitSystem="INTERNATIONAL" definition="ONE" displayLabel="coefficient" description="For unitless coefficients" />
|
|
603
|
+
<Unit typeName="OHM" phenomenon="ELECTRICAL_RESISTANCE" unitSystem="SI" definition="VOLT*A(-1)" displayLabel="Ω" />
|
|
604
|
+
<Unit typeName="KOHM" phenomenon="ELECTRICAL_RESISTANCE" unitSystem="METRIC" definition="[KILO]*OHM" displayLabel="kΩ" />
|
|
605
|
+
<Unit typeName="OHM_M" phenomenon="ELECTRICAL_RESISTIVITY" unitSystem="SI" definition="OHM*M" displayLabel="Ω·m" />
|
|
606
|
+
<Unit typeName="M_PER_REVOLUTION" phenomenon="THREAD_PITCH" unitSystem="INTERNATIONAL" definition="M*REVOLUTION(-1)" displayLabel="m/r" />
|
|
607
|
+
<Unit typeName="M_PER_RAD" phenomenon="THREAD_PITCH" unitSystem="SI" definition="M*RAD(-1)" displayLabel="m/rad" />
|
|
608
|
+
<Unit typeName="IN_PER_DEGREE" phenomenon="THREAD_PITCH" unitSystem="USCUSTOM" definition="IN*ARC_DEG(-1)" displayLabel="in/degree" />
|
|
609
|
+
<Unit typeName="J_PER_K" phenomenon="ENTROPY" unitSystem="SI" definition="J*DELTA_KELVIN(-1)" displayLabel="J/K" />
|
|
610
|
+
<Unit typeName="KJ_PER_K" phenomenon="ENTROPY" unitSystem="METRIC" definition="[KILO]*J*DELTA_KELVIN(-1)" displayLabel="KJ/K" />
|
|
611
|
+
<Unit typeName="BTU_PER_FAHRENHEIT" phenomenon="ENTROPY" unitSystem="USCUSTOM" definition="BTU*DELTA_FAHRENHEIT(-1)" displayLabel="Btu/°F" description="Exact, See http://physics.nist.gov/cuu/pdf/sp811.pdf Appendix B.8, page 46."/>
|
|
612
|
+
<Unit typeName="LUMEN_PER_W" phenomenon="LUMINOUS_EFFICACY" unitSystem="SI" definition="LUMEN*W(-1)" displayLabel="lm/W" />
|
|
613
|
+
<Unit typeName="INVERSE_N" phenomenon="MOMENT_DISPLAY_SCALE" unitSystem="SI" definition="N(-1)" displayLabel="1/N" />
|
|
614
|
+
<Unit typeName="INVERSE_KN" phenomenon="MOMENT_DISPLAY_SCALE" unitSystem="METRIC" definition="KN(-1)" displayLabel="1/kN" />
|
|
615
|
+
<Unit typeName="INVERSE_KPF" phenomenon="MOMENT_DISPLAY_SCALE" unitSystem="USCUSTOM" definition="KPF(-1)" displayLabel="1/kpf" />
|
|
616
|
+
<Unit typeName="M_PER_N" phenomenon="FORCE_DISPLAY_SCALE" unitSystem="SI" definition="N_PER_M(-1)" displayLabel="m/N" />
|
|
617
|
+
<Unit typeName="M_PER_KN" phenomenon="FORCE_DISPLAY_SCALE" unitSystem="METRIC" definition="KN_PER_M(-1)" displayLabel="m/kN" />
|
|
618
|
+
</ECSchema>
|