forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEnergy.json
161 lines (161 loc) · 4.68 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
{
"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",
"FromUnitToBaseFunc": "x",
"FromBaseToUnitFunc": "x",
"Prefixes": [ "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "J" ]
}
]
},
{
"SingularName": "Calorie",
"PluralName": "Calories",
"FromUnitToBaseFunc": "x*4.184",
"FromBaseToUnitFunc": "x/4.184",
"Prefixes": [ "Kilo" ],
"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",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "eV" ]
}
]
},
{
"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" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "Wh" ]
},
{
"Culture": "en-US",
"Abbreviations": [ "Вт/ч" ]
}
]
},
{
"SingularName": "ThermEc",
"PluralName": "ThermsEc",
"FromUnitToBaseFunc": "x*1.05505585262e8",
"FromBaseToUnitFunc": "x/1.05505585262e8",
"Prefixes": [ "Deca" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "th (E.C.)" ],
"AbbreviationsWithPrefixes": [ "Dth (E.C.)" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "Европейский терм" ],
"AbbreviationsWithPrefixes": [ "Европейский декатерм" ]
}
]
},
{
"SingularName": "ThermUs",
"PluralName": "ThermsUs",
"FromUnitToBaseFunc": "x*1.054804e8",
"FromBaseToUnitFunc": "x/1.054804e8",
"Prefixes": [ "Deca" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "th (U.S.)" ],
"AbbreviationsWithPrefixes": [ "Dth (U.S.)" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "Американский терм" ],
"AbbreviationsWithPrefixes": [ "Американский декатерм" ]
}
]
},
{
"SingularName": "ThermImperial",
"PluralName": "ThermsImperial",
"FromUnitToBaseFunc": "x*1.05505585257348e8",
"FromBaseToUnitFunc": "x/1.05505585257348e8",
"Prefixes": [ "Deca" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "th (imp.)" ],
"AbbreviationsWithPrefixes": [ "Dth (imp.)" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "Английский терм" ],
"AbbreviationsWithPrefixes": [ "Английский декатерм" ]
}
]
}
]
}