src/global.h

changeset 355
f3318d9d6668
parent 350
37b3c690b02c
child 365
4bc746c65650
--- a/src/global.h	Sat Jul 16 16:40:07 2022 +0200
+++ b/src/global.h	Sun Jul 17 22:11:30 2022 +0200
@@ -11,12 +11,13 @@
 #define Ka1		0.0000004445
 #define Ka2		0.0000000000468
 
-#define MMCa		40.048
+#define MMCa		40.078
 #define MMMg		24.305
 #define MMNa		22.98976928
-#define MMCl		35.453
+#define MMCl		35.4535
 #define MMSO4		96.0626
-#define MMCO3		60.01684
+#define MMCO3		60.0089
+#define MMNO3		62.0049
 #define MMHCO3		61.01684
 #define MMCaSO4		172.171
 #define MMCaCl2		147.015
@@ -792,7 +793,8 @@
 	MISC_USES_BOIL,
 	MISC_USES_PRIMARY,
 	MISC_USES_SECONDARY,
-	MISC_USES_BOTTLING
+	MISC_USES_BOTTLING,
+	MISC_USES_SPARGE
 };
 
 extern const char * const g_misc_uses[];

mercurial