1
0
Fork 0
hp42s-rpn/brewery
J. Elfring 09f357375d Cleanup and update README
removing line-numbers and fixing a link
2024-03-19 20:46:59 +01:00
..
gfwtr.raw Add some printing with NSTK features 2021-04-03 14:58:00 +02:00
gfwtr.txt Cleanup and update README 2024-03-19 20:46:59 +01:00
README.md Add Grainfather water calculator 2019-11-04 23:23:05 +01:00
spund.raw first commit 2019-02-05 20:33:55 +01:00
spund.txt Remove Line-Nr und Header 2019-11-20 19:14:34 +01:00

Brewery calculations

SPND - Spundungsdruck

This is a solver-program to calculate the carbonization pressure according to this formula:

                                          2617.25
                          (- 10.73797) + ----------
                                         t + 273.15
 c(p, t) := (p + 1.013) %e                          10

c: CO₂ concentration in g/l
p: Carbonization gauge pressure in bar
ϑ: Temperature in °C

https://elfring.ms/blog/rpn-karbonisierungsrechner

GFWtr - Grainfather Water Calculator

Asks for the batchvolume in l (Aussschlahmenge / Asslg) and grainbill in kg (Malz) and calculates the amount of mash- and sparge-water for grain bills > 4,5 kg according to this formula from the Grainfather manual:

MashWater = GB * 2.7 + 3.5
SpargeWater = (BV + WL) - MashWater + (GB * 0.8)

GB: Grainbill in kg
BV: Batchvolume in l
WL: Waterloss in boil & trub in l (defaults to 5)
Adjust waterloss in line 10