forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SpecificEntropy.json
63 lines (63 loc) · 1.6 KB
/
SpecificEntropy.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
{
"Name": "SpecificEntropy",
"BaseUnit": "JoulePerKilogramKelvin",
"XmlDoc": "Specific entropy is an amount of energy required to raise temperature of a substance by 1 Kelvin per unit mass.",
"BaseDimensions": {
"L": 2,
"T": -2,
"Θ": -1
},
"Units": [
{
"SingularName": "JoulePerKilogramKelvin",
"PluralName": "JoulesPerKilogramKelvin",
"FromUnitToBaseFunc": "x",
"FromBaseToUnitFunc": "x",
"Prefixes": [ "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "J/kg.K" ]
}
]
},
{
"SingularName": "JoulePerKilogramDegreeCelsius",
"PluralName": "JoulesPerKilogramDegreeCelsius",
"FromUnitToBaseFunc": "x",
"FromBaseToUnitFunc": "x",
"Prefixes": [ "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "J/kg.C" ]
}
]
},
{
"SingularName": "CaloriePerGramKelvin",
"PluralName": "CaloriesPerGramKelvin",
"FromUnitToBaseFunc": "x*4.184e3",
"FromBaseToUnitFunc": "x/4.184e3",
"Prefixes": [ "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "cal/g.K" ]
}
]
},
{
"SingularName": "BtuPerPoundFahrenheit",
"PluralName": "BtusPerPoundFahrenheit",
"FromUnitToBaseFunc": "x * 4.1868e3",
"FromBaseToUnitFunc": "x / 4.1868e3",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "BTU/lb·°F", "BTU/lbm·°F" ]
}
]
}
]
}