-
Notifications
You must be signed in to change notification settings - Fork 407
Expand file tree
/
Copy pathEnergy.json
More file actions
219 lines (219 loc) · 9.41 KB
/
Energy.json
File metadata and controls
219 lines (219 loc) · 9.41 KB
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
{
"Name": "Energy",
"BaseUnit": "Joule",
"XmlDocSummary": "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": [ "Nano", "Micro", "Milli", "Kilo", "Mega", "Giga", "Tera", "Peta" ],
"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",
"XmlDocSummary": "In physics, an electronvolt (symbol eV, also written electron-volt and electron volt) is the measure of an amount of kinetic energy gained by a single electron accelerating from rest through an electric potential difference of one volt in vacuum. When used as a unit of energy, the numerical value of 1 eV in joules (symbol J) is equivalent to the numerical value of the charge of an electron in coulombs (symbol C). Under the 2019 redefinition of the SI base units, this sets 1 eV equal to the exact value 1.602176634×10−19 J.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Electronvolt",
"FromUnitToBaseFunc": "{x} * 1.602176634e-19",
"FromBaseToUnitFunc": "{x} / 1.602176634e-19",
"Prefixes": [
"Kilo",
"Mega",
"Giga",
"Tera"
],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "eV" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "эВ" ]
}
]
},
{
"SingularName": "FootPound",
"PluralName": "FootPounds",
"XmlDocSummary": "A pound-foot (lb⋅ft), abbreviated from pound-force foot (lbf · ft), is a unit of torque representing one pound of force acting at a perpendicular distance of one foot from a pivot point. Conversely one foot pound-force (ft · lbf) is the moment about an axis that applies one pound-force at a radius of one foot.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Pound-foot_(torque)",
"FromUnitToBaseFunc": "{x} * 1.3558179483314004",
"FromBaseToUnitFunc": "{x} / 1.3558179483314004",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "ft·lb" ]
}
]
},
{
"SingularName": "Erg",
"PluralName": "Ergs",
"XmlDocSummary": "The erg is a unit of energy equal to 10−7 joules (100 nJ). It originated in the Centimetre–gram–second system of units (CGS). It has the symbol erg. The erg is not an SI unit. Its name is derived from ergon (ἔργον), a Greek word meaning 'work' or 'task'.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Erg",
"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",
"XmlDocSummary": "The therm (symbol, thm) is a non-SI unit of heat energy equal to 100,000 British thermal units (BTU), and approximately 105 megajoules, 29.3 kilowatt-hours, 25,200 kilocalories and 25.2 thermies. One therm is the energy content of approximately 100 cubic feet (2.83 cubic metres) of natural gas at standard temperature and pressure. However, the BTU is not standardised worldwide, with slightly different values in the EU, UK, and United States, meaning that the energy content of the therm also varies by territory.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Therm",
"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",
"XmlDocSummary": "The therm (symbol, thm) is a non-SI unit of heat energy equal to 100,000 British thermal units (BTU), and approximately 105 megajoules, 29.3 kilowatt-hours, 25,200 kilocalories and 25.2 thermies. One therm is the energy content of approximately 100 cubic feet (2.83 cubic metres) of natural gas at standard temperature and pressure. However, the BTU is not standardised worldwide, with slightly different values in the EU, UK, and United States, meaning that the energy content of the therm also varies by territory.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Therm",
"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",
"XmlDocSummary": "The therm (symbol, thm) is a non-SI unit of heat energy equal to 100,000 British thermal units (BTU), and approximately 105 megajoules, 29.3 kilowatt-hours, 25,200 kilocalories and 25.2 thermies. One therm is the energy content of approximately 100 cubic feet (2.83 cubic metres) of natural gas at standard temperature and pressure. However, the BTU is not standardised worldwide, with slightly different values in the EU, UK, and United States, meaning that the energy content of the therm also varies by territory.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Therm",
"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",
"XmlDocSummary": "A horsepower-hour (symbol: hp⋅h) is an outdated unit of energy, not used in the International System of Units. The unit represents an amount of work a horse is supposed capable of delivering during an hour (1 horsepower integrated over a time interval of an hour).",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Horsepower-hour",
"FromUnitToBaseFunc": "{x} * 76.0402249 * 9.80665 * 3600",
"FromBaseToUnitFunc": "{x} / (76.0402249 * 9.80665 * 3600)",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "hp·h" ]
}
]
}
]
}