Liking cljdoc? Tell your friends :D

brew-bot.calculators

Common calculations performed across brew-bot

Common calculations performed across brew-bot
raw docstring

calculate-estimated-abvclj/s

(calculate-estimated-abv original-gravity)

A rough estimate of ABV from OG as delineated here: https://homebrew.stackexchange.com/questions/12569/calculating-potential-abv

A rough estimate of ABV from OG as delineated here: https://homebrew.stackexchange.com/questions/12569/calculating-potential-abv
sourceraw docstring

calculate-gravityclj/s

(calculate-gravity gallons grains extracts)
(calculate-gravity gallons grains extracts efficiency)

Calculate the OG by calculating the combined gravity points of each ingredient, and converting that to a normalized gravity: e.g. 1.040

Calculate the OG by calculating the combined gravity points of each ingredient, and converting that to a normalized gravity: e.g. 1.040
sourceraw docstring

calculate-hop-bittering-unitsclj/s

(calculate-hop-bittering-units gallons gravity hop)

Calculate the number of IBUs a particular hop contributes to a beer based on: https://www.realbeer.com/hops/bcalc_js.html

Calculate the number of IBUs a particular hop contributes to a beer based on: https://www.realbeer.com/hops/bcalc_js.html
sourceraw docstring

calculate-malt-color-unitsclj/s

(calculate-malt-color-units gallons grains extracts)

Calculate the MCU color units of all fermentables: https://www.homebrewing.org/SRM-Beer-Color-Scale_ep_81-1.html

Calculate the MCU color units of all fermentables: https://www.homebrewing.org/SRM-Beer-Color-Scale_ep_81-1.html
sourceraw docstring

calculate-recipe-bittering-unitsclj/s

(calculate-recipe-bittering-units gallons gravity hops)
source

calculate-standard-reference-method-color-unitsclj/s

(calculate-standard-reference-method-color-units gallons grains extracts)

Calculate the SRM color units of all fermentables: https://www.brewersfriend.com/srm-calculator/

Calculate the SRM color units of all fermentables: https://www.brewersfriend.com/srm-calculator/
sourceraw docstring

gravity-points-to-potential-gravityclj/s

(gravity-points-to-potential-gravity og-points gallons)
source

potential-gravity-to-gravity-pointsclj/s

(potential-gravity-to-gravity-points potential-og weight)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close