forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMolarity.json
38 lines (38 loc) · 1.09 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
{
"Name": "Molarity",
"BaseUnit": "MolesPerCubicMeter",
"XmlDoc": "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": "MolesPerCubicMeter",
"PluralName": "MolesPerCubicMeter",
"FromUnitToBaseFunc": "x",
"FromBaseToUnitFunc": "x",
"Prefixes": [],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "mol/m³" ]
}
]
},
{
"SingularName": "MolesPerLiter",
"PluralName": "MolesPerLiter",
"FromUnitToBaseFunc": "x/1e-3",
"FromBaseToUnitFunc": "x*1e-3",
"Prefixes": [ "Pico", "Nano", "Micro", "Milli", "Centi", "Deci" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "mol/L" ]
}
]
}
]
}