Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need CLI for calculating extract needed to hit target gravity #12

Open
chrisgilmerproj opened this issue Apr 23, 2017 · 1 comment
Open
Assignees

Comments

@chrisgilmerproj
Copy link
Owner

Hitting target gravity is important to getting a good beer. The equation is pretty simple:

( OG volume * OG units - current volume * current GU ) / Extract potential

If I have a beer that should enter the fermenter at 5.0 Gallons and 70 GU (1.070) and I'm currently boiling 4.0 Gallons with a 16 GU (1.016) then I'm looking at a difference of 286 GU. If I'm using Liquid extract I divide that by 38 GU/lb (or with DME it would be 45 GU/lb):

286 GU / 38 GU/lb = 7.53 lbs of liquid extract needed

It would be handy if this was either a CLI or utility to use against a pre-built recipe.

@chrisgilmerproj chrisgilmerproj self-assigned this Apr 23, 2017
@chrisgilmerproj
Copy link
Owner Author

There is an additional equation that has you adjust volume instead of extract:

OG volume = ( current volume * current GU ) / OG units

An example would be if you have a lot of wort and you decide to boil it down until you get 70 GU (1.070). So you take the total gravity of the mash and divide it by that:

( 6.0 Gal * 65 GU ) / 70 GU = 5.57 Gal

This is useful if you're approaching the end of the boil and haven't hit target gravity. If you're willing to have a smaller batch of beer you can just boil it down to the volume given by this equation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant