This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
This is a program that automatically determines appropriate mineral additions for brewing water. | |
I was playing with Bru'n Water, trying to determine how to adjust my water (Boston MWRA), and | |
was frustrated with the somewhat manual trial-and-error process. With this program I type in my | |
current and desired water profiles, and it automatically determines a suggested list of | |
salt and acidadditions. It solves the problem of salt additions, but it is not a replacement | |
for tools like Bru'n Water: it does not verify the water report, and currently will only suggest | |
mash adjustments, and ignores sparge water completely. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
This is a program that automatically determines appropriate mineral additions for brewing water. | |
I was playing with Bru'n Water, trying to determine how to adjust my water (Boston MWRA), and | |
was frustrated with the somewhat manual trial-and-error process. With this program I type in my | |
current and desired water profiles, and it automatically determines a suggested list of | |
salt and acidadditions. It solves the problem of salt additions, but it is not a replacement | |
for tools like Bru'n Water: it does not verify the water report, and currently will only suggest | |
mash adjustments, and ignores sparge water completely. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
This is a program that automatically determines appropriate mineral additions for brewing water. | |
I was playing with Bru'n Water, trying to determine how to adjust my water (Boston MWRA), and | |
was frustrated with the somewhat manual trial-and-error process. With this program I type in my | |
current and desired water profiles, and it automatically determines a suggested list of | |
salt additions. It solves the problem of salt additions, but it is not a replacement for tools | |
like Bru'n Water: it does not verify the water report, and everything regarding pH is completely | |
out-of-scope. |