Chris Gilmer

Results 6 issues of Chris Gilmer

Currently there's no way to manage adjuncts. Add a class named `Adjuncts` that is just a name, description, and a weight. It should not affect the `Recipe` in any way.

This will require some updates to tests mostly. Also, verify against this resource: https://www.brewersfriend.com/2010/06/12/water-volume-management-in-all-grain-brewing/

The docs should have a section on calculating brew house yield. See #14

Hitting target gravity is important to getting a good beer. The equation is pretty simple: ``` ( OG volume * OG units - current volume * current GU ) /...

Using the original Balling formula for A%w - update the A%v equation.

The Math in Zymergy article lists equations from the DeClerck book on how many calories to expect from beer. This should be an easy feature to add to the library.