-
Notifications
You must be signed in to change notification settings - Fork 383
/
Entropy.json
52 lines (52 loc) · 1.57 KB
/
Entropy.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
{
"Name": "Entropy",
"BaseUnit": "JoulePerKelvin",
"XmlDocSummary": "Entropy is an important concept in the branch of science known as thermodynamics. The idea of \"irreversibility\" is central to the understanding of entropy. It is often said that entropy is an expression of the disorder, or randomness of a system, or of our lack of information about it. Entropy is an extensive property. It has the dimension of energy divided by temperature, which has a unit of joules per kelvin (J/K) in the International System of Units",
"BaseDimensions": {
"L": 2,
"M": 1,
"T": -2,
"Θ": -1
},
"Units": [
{
"SingularName": "JoulePerKelvin",
"PluralName": "JoulesPerKelvin",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "J/K" ]
}
]
},
{
"SingularName": "CaloriePerKelvin",
"PluralName": "CaloriesPerKelvin",
"FromUnitToBaseFunc": "{x} * 4.184",
"FromBaseToUnitFunc": "{x} / 4.184",
"Prefixes": [ "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "cal/K" ]
}
]
},
{
"SingularName": "JoulePerDegreeCelsius",
"PluralName": "JoulesPerDegreeCelsius",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "J/C" ]
}
]
}
]
}