-
Notifications
You must be signed in to change notification settings - Fork 383
/
EnergyDensity.json
44 lines (43 loc) · 1.16 KB
/
EnergyDensity.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
{
"Name": "EnergyDensity",
"BaseUnit": "JoulePerCubicMeter",
"XmlDoc": "Energy density is the amount of energy stored in a substance per unit volume and is measured in J/m³. It is sometimes confused with energy per unit mass which is properly called specific energy.",
"BaseDimensions": {
"M": 1,
"L": -1,
"T": -2
},
"Units": [
{
"SingularName": "JoulePerCubicMeter",
"PluralName": "JoulesPerCubicMeter",
"BaseUnits": {
"M": "Kilogram",
"L": "Meter",
"T": "Second"
},
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Kilo", "Mega", "Giga", "Tera", "Peta" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "J/m³" ]
}
]
},
{
"SingularName": "WattHourPerCubicMeter",
"PluralName": "WattHoursPerCubicMeter",
"FromUnitToBaseFunc": "{x} * 3.6e+3",
"FromBaseToUnitFunc": "{x} / 3.6e+3",
"Prefixes": [ "Kilo", "Mega", "Giga", "Tera", "Peta" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "Wh/m³" ]
}
]
}
]
}