caseydavenport / biermacht

Homebrewer's Companion for Android
Apache License 2.0
23 stars 10 forks source link

Handling unfermentables; adding cara-pils and lactose. #65

Closed sharathcshekhar closed 7 years ago

sharathcshekhar commented 7 years ago

Fix for issue #64 I have added 2 constants - UNFERMENTABLE_FERMENTABLE_PPG defined as 5 and UNFERMENTABLE_UNFERMENTABLE_PPG defined as 25. Essentially this means that for an unfermentables like Lactose, Dextrin malt, Mato-Dextrin, and Cara-pils, it would add (5 + 25) ppg in to the OG and leaves 25 ppg in the FG while the 5 ppg ferments. These are just estimates, I am not sure what the correct numbers would be.

caseydavenport commented 7 years ago

This looks pretty sensible to me. Thanks a lot!

I'll get this out in a release sometime this week.