forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MolarMass.json
57 lines (57 loc) · 1.51 KB
/
MolarMass.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
{
"Name": "MolarMass",
"BaseUnit": "KilogramPerMole",
"XmlDocSummary": "In chemistry, the molar mass M is a physical property defined as the mass of a given substance (chemical element or chemical compound) divided by the amount of substance.",
"BaseDimensions": {
"M": 1,
"N": -1
},
"Units": [
{
"SingularName": "GramPerMole",
"PluralName": "GramsPerMole",
"FromUnitToBaseFunc": "{x} / 1e3",
"FromBaseToUnitFunc": "{x} * 1e3",
"Prefixes": [ "Nano", "Micro", "Milli", "Centi", "Deci", "Deca", "Hecto", "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "g/mol" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "г/моль" ]
}
]
},
{
"SingularName": "KilogramPerKilomole",
"PluralName": "KilogramsPerKilomole",
"FromUnitToBaseFunc": "{x} / 1e3",
"FromBaseToUnitFunc": "{x} * 1e3",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "kg/kmol" ]
}
]
},
{
"SingularName": "PoundPerMole",
"PluralName": "PoundsPerMole",
"FromUnitToBaseFunc": "{x} * 0.45359237",
"FromBaseToUnitFunc": "{x} / 0.45359237",
"Prefixes": [ "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lb/mol" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "фунт/моль" ]
}
]
}
]
}