-
Notifications
You must be signed in to change notification settings - Fork 391
/
Copy pathMolarMass.json
69 lines (69 loc) · 1.73 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
58
59
60
61
62
63
64
65
66
67
68
69
{
"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",
"BaseUnits": {
"M": "Gram",
"N": "Mole"
},
"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",
"BaseUnits": {
"M": "Kilogram",
"N": "Kilomole"
},
"FromUnitToBaseFunc": "{x} / 1e3",
"FromBaseToUnitFunc": "{x} * 1e3",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "kg/kmol" ]
}
]
},
{
"SingularName": "PoundPerMole",
"PluralName": "PoundsPerMole",
"BaseUnits": {
"M": "Pound",
"N": "Mole"
},
"FromUnitToBaseFunc": "{x} * 0.45359237",
"FromBaseToUnitFunc": "{x} / 0.45359237",
"Prefixes": [ "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lb/mol" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "фунт/моль" ]
}
]
}
]
}