An ::equipment-wrapper
record set.
Record Set
A vector of valid ::equipment-wrapper
records.
An ::equipment
record wrapped in an :equipment
map.
Record
A record representing the brewing equipment used in brewing.
A non-negative IEEE-754 floating point number representing the target volume of the batch at the start of fermentation.
Floating Point
:batch-size
5.8
A non-negative IEEE-754 floating point number representing the pre-boil volume for the equipment setup.
Floating Point
:boil-size
10.8
A non-negative IEEE-754 floating point number representing the normal amount of time one boils for this equipment setup. This can be used with the evaporation rate to calculate the evaporation loss.
Floating Point
:boil-time
15.0
A boolean denoting whether or not programs reading this equipment record should calculate the boil size.
When absent, assume false.
When true, then boil-size = (batch-size - top-up-water - trub-chiller-loss) * (1 + boil-time * evap-rate)
Boolean
:calc-boil-volume
true
A non-empty string denoting a display value for the pre-fermentation volume formatted for display in arbitrary units.
Text
:display-batch-size
"4.5 gallons"
A non-empty string denoting a display value for the pre-boil volume formatted for display in arbitrary units.
Text
:display-boil-size
"5.0 gallons"
A non-empty string denoting a display value for the volume of wort lost in the lauter vessel formatted for display in arbitrary units.
Text
:display-lauter-deadspace
"2.2 liters"
A non-empty string denoting a display value for the top-up water added to the pre-boil stage of the kettle formatted for display in arbitrary units.
Text
:display-top-up-kettle
"2.2 liters"
A non-empty string denoting a display value for the volume of top-up water added before fermentation formatted for display in arbitrary units.
Text
:display-top-up-water
"2.2 liters"
A non-empty string denoting a display value for the volume of wort lost in transition between boiler and fermentation vessel formatted for display in arbitrary units.
Text
:display-trub-chiller-loss
"2.2 liters"
A non-empty string denoting a display value for the volume capacity of the mash tun formatted for display in arbitrary units.
Text
:display-tun-volume
"20 liters"
A non-empty string denoting a display value for the empty weight of the mash tun formatted for display in arbitrary units.
Text
:display-tun-weight
"5.5 pounds"
A non-negative IEEE-754 floating point number representing the percentage of wort lost to evaporation per hour of the boil.
Percentage
:evap-rate
1.2
A non-negative IEEE-754 floating point number representing the percentage of large batch hop utilization.
Percentage
:hop-utilization
1.2
A non-negative IEEE-754 floating point number representing the volume of wort lost to the lauter tun.
Floating Point
:lauter-deadspace
0.1
A non-empty string representing the name of the ingredient.
Text
:name
"Citra"
A non-empty string representing any notes about the subject.
Text
:notes
"A wonderful, zesty aroma"
A non-negative IEEE-754 floating point number representing the volume of top-up water added to the boil kettle before the boil begins.
Floating Point
:top-up-kettle
2.1
A non-negative IEEE-754 floating point number representing the volume of top-up water added before fermentation in liters.
Floating Point
:top-up-water
2.1
A non-negative IEEE-754 floating point number representing the volume of wort lost during transition from the boiler to primary fermentation vessel.
Floating Point
:trub-chiller-loss
0.1
A non-negative IEEE-754 floating point number representing the specific heat of the mash tun in Calories per gram-degree Celsius.
Floating Point
:tun-specific-heat
0.2
A non-negative IEEE-754 floating point number representing the volume of the of the mash tun in liters.
Floating Point
:tun-volume
15.0
A non-negative IEEE-754 floating point number representing the weight of the of the mash tun in kilograms.
Floating Point
:tun-weight
15.0
An integer representing the version of the BeerXML standard implemented in a given record. Currently, only 1 exists.
Integer
:version
1
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close