forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Molarity.json
62 lines (62 loc) · 1.72 KB
/
Molarity.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
{
"Name": "Molarity",
"BaseUnit": "MolePerCubicMeter",
"XmlDocSummary": "Molar concentration, also called molarity, amount concentration or substance concentration, is a measure of the concentration of a solute in a solution, or of any chemical species, in terms of amount of substance in a given volume.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Molar_concentration",
"BaseDimensions": {
"L": -3,
"N": 1
},
"Units": [
{
"SingularName": "MolePerCubicMeter",
"PluralName": "MolesPerCubicMeter",
"BaseUnits": {
"L": "Meter",
"N": "Mole"
},
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "mol/m³" ]
}
]
},
{
"SingularName": "MolePerLiter",
"PluralName": "MolesPerLiter",
"BaseUnits": {
"L": "Decimeter",
"N": "Mole"
},
"FromUnitToBaseFunc": "{x} / 1e-3",
"FromBaseToUnitFunc": "{x} * 1e-3",
"Prefixes": [ "Femto", "Pico", "Nano", "Micro", "Milli", "Centi", "Deci" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "mol/L", "M" ]
}
]
},
{
"SingularName": "PoundMolePerCubicFoot",
"PluralName": "PoundMolesPerCubicFoot",
"BaseUnits": {
"L": "Foot",
"N": "PoundMole"
},
"FromUnitToBaseFunc": "{x} / 6.2427960576144611956325455827221e-5",
"FromBaseToUnitFunc": "{x} * 6.2427960576144611956325455827221e-5",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lbmol/ft³" ]
}
]
}
]
}