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

consider alternate ABV calculation method #48

Closed
knifewine opened this issue Jun 7, 2015 · 2 comments
Closed

consider alternate ABV calculation method #48

knifewine opened this issue Jun 7, 2015 · 2 comments
Assignees

Comments

@knifewine
Copy link

I could be misinformed, but it seems the ABV calculation method used in brewtarget is less accurate for higher gravity beers. For a large barleywine this accounts for 1%+ discrepancy in calculated ABV.

Using the standard method my OG/FG of 1.098 works out to about 9.9%
If I calculate using the "alternate" method which is reputed to have better accuracy on higher gravity beers I arrive at 11%.

My source on this information is http://www.brewersfriend.com/2011/06/16/alcohol-by-volume-calculator-updated/

btw, thanks for great software, and Cheers!

@rocketman768
Copy link
Member

We should do this. New equation in-line for ease of reference:

ABV =(76.08 * (og-fg) / (1.775-og)) * (fg / 0.794)

@theophae
Copy link
Contributor

If this formula is better, I can't see any reason not to implement it. It is really painless to do it.
You can assign it to me if you want.

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

No branches or pull requests

3 participants