forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Energy.json
205 lines (205 loc) · 5.75 KB
/
Energy.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
{
"Name": "Energy",
"BaseUnit": "Joule",
"XmlDoc": "The joule, symbol J, is a derived unit of energy, work, or amount of heat in the International System of Units. It is equal to the energy transferred (or work done) when applying a force of one newton through a distance of one metre (1 newton metre or N·m), or in passing an electric current of one ampere through a resistance of one ohm for one second. Many other units of energy are included. Please do not confuse this definition of the calorie with the one colloquially used by the food industry, the large calorie, which is equivalent to 1 kcal. Thermochemical definition of the calorie is used. For BTU, the IT definition is used.",
"BaseDimensions": {
"L": 2,
"M": 1,
"T": -2
},
"Units": [
{
"SingularName": "Joule",
"PluralName": "Joules",
"BaseUnits": {
"L": "Meter",
"M": "Kilogram",
"T": "Second"
},
"FromUnitToBaseFunc": "x",
"FromBaseToUnitFunc": "x",
"Prefixes": [ "Milli", "Kilo", "Mega", "Giga" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "J" ]
}
]
},
{
"SingularName": "Calorie",
"PluralName": "Calories",
"FromUnitToBaseFunc": "x*4.184",
"FromBaseToUnitFunc": "x/4.184",
"Prefixes": [ "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "cal" ]
}
]
},
{
"SingularName": "BritishThermalUnit",
"PluralName": "BritishThermalUnits",
"FromUnitToBaseFunc": "x*1055.05585262",
"FromBaseToUnitFunc": "x/1055.05585262",
"Prefixes": [ "Kilo", "Mega", "Giga" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "BTU" ]
}
]
},
{
"SingularName": "ElectronVolt",
"PluralName": "ElectronVolts",
"FromUnitToBaseFunc": "x*1.602176565e-19",
"FromBaseToUnitFunc": "x/1.602176565e-19",
"Prefixes": [
"Kilo",
"Mega",
"Giga",
"Tera"
],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "eV" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "эВ" ]
}
]
},
{
"SingularName": "FootPound",
"PluralName": "FootPounds",
"FromUnitToBaseFunc": "x*1.355817948",
"FromBaseToUnitFunc": "x/1.355817948",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "ft·lb" ]
}
]
},
{
"SingularName": "Erg",
"PluralName": "Ergs",
"FromUnitToBaseFunc": "x*1e-7",
"FromBaseToUnitFunc": "x/1e-7",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "erg" ]
}
]
},
{
"SingularName": "WattHour",
"PluralName": "WattHours",
"FromUnitToBaseFunc": "x*3600d",
"FromBaseToUnitFunc": "x/3600d",
"Prefixes": [ "Kilo", "Mega", "Giga", "Tera" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "Wh" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "Вт/ч" ]
}
]
},
{
"SingularName": "WattDay",
"PluralName": "WattDays",
"FromUnitToBaseFunc": "x*24*3600d",
"FromBaseToUnitFunc": "x/(24*3600d)",
"Prefixes": [ "Kilo", "Mega", "Giga", "Tera" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "Wd" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "Вт/д" ]
}
]
},
{
"SingularName": "ThermEc",
"PluralName": "ThermsEc",
"FromUnitToBaseFunc": "x*1.05505585262e8",
"FromBaseToUnitFunc": "x/1.05505585262e8",
"Prefixes": [ "Deca" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "th (E.C.)" ],
"AbbreviationsForPrefixes": { "Deca": "Dth (E.C.)" }
},
{
"Culture": "ru-RU",
"Abbreviations": [ "Европейский терм" ],
"AbbreviationsForPrefixes": { "Deca": "Европейский декатерм" }
}
]
},
{
"SingularName": "ThermUs",
"PluralName": "ThermsUs",
"FromUnitToBaseFunc": "x*1.054804e8",
"FromBaseToUnitFunc": "x/1.054804e8",
"Prefixes": [ "Deca" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "th (U.S.)" ],
"AbbreviationsForPrefixes": { "Deca": "Dth (U.S.)" }
},
{
"Culture": "ru-RU",
"Abbreviations": [ "Американский терм" ],
"AbbreviationsForPrefixes": { "Deca": "Американский декатерм" }
}
]
},
{
"SingularName": "ThermImperial",
"PluralName": "ThermsImperial",
"FromUnitToBaseFunc": "x*1.05505585257348e8",
"FromBaseToUnitFunc": "x/1.05505585257348e8",
"Prefixes": [ "Deca" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "th (imp.)" ],
"AbbreviationsForPrefixes": { "Deca": "Dth (imp.)" }
},
{
"Culture": "ru-RU",
"Abbreviations": [ "Английский терм" ],
"AbbreviationsForPrefixes": { "Deca": "Английский декатерм" }
}
]
},
{
"SingularName": "HorsepowerHour",
"PluralName": "HorsepowerHours",
"FromUnitToBaseFunc": "x*2.6845195377e6",
"FromBaseToUnitFunc": "x/2.6845195377e6",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "hp·h" ]
}
]
}
]
}