|
@@ -40,11 +40,14 @@ unit psi: Pressure = 6.894757 kPa
|
|
|
@aliases(atmospheres, atm: short)
|
|
|
unit atmosphere: Pressure = 101_325 pascal
|
|
|
|
|
|
+dimension Molarity = AmountOfSubstance / Volume
|
|
|
+dimension Molality = AmountOfSubstance / Mass
|
|
|
+
|
|
|
@metric_prefixes
|
|
|
-unit molar: AmountOfSubstance / Volume = 1 mol / litre
|
|
|
+unit molar: Molarity = 1 mol / litre
|
|
|
|
|
|
@metric_prefixes
|
|
|
-unit molal: AmountOfSubstance / Mass = 1 mole / kilogram
|
|
|
+unit molal: Molality = 1 mole / kilogram
|
|
|
|
|
|
### Abbreviations
|
|
|
|