forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMolarEntropy.json
More file actions
34 lines (34 loc) · 772 Bytes
/
MolarEntropy.json
File metadata and controls
34 lines (34 loc) · 772 Bytes
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
{
"Name": "MolarEntropy",
"BaseUnit": "JoulePerMoleKelvin",
"XmlDocSummary": "Molar entropy is amount of energy required to increase temperature of 1 mole substance by 1 Kelvin.",
"BaseDimensions": {
"L": 2,
"M": 1,
"T": -2,
"Θ": -1,
"N": -1
},
"Units": [
{
"SingularName": "JoulePerMoleKelvin",
"PluralName": "JoulesPerMoleKelvin",
"BaseUnits": {
"L": "Meter",
"M": "Kilogram",
"T": "Second",
"Θ": "Kelvin",
"N": "Mole"
},
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "J/(mol·K)" ]
}
]
}
]
}