From 08b8e9f78c7a28bed74d9546979d5f885a3bf04b Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Tue, 2 Jun 2015 15:49:42 +0200 Subject: add procedure --- domquell/domquell.md | 23 +- procedure.dot | 63 +++ procedure.svg | 1053 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 1136 insertions(+), 3 deletions(-) create mode 100644 procedure.dot create mode 100644 procedure.svg diff --git a/domquell/domquell.md b/domquell/domquell.md index 8abd758..5aa9430 100644 --- a/domquell/domquell.md +++ b/domquell/domquell.md @@ -1,5 +1,5 @@ # Domquell Koelsch -for 22l wort (Wuerze) +Nominal Quantity: 22l wort (Wuerze) ## Ingredients @@ -13,11 +13,12 @@ for 22l wort (Wuerze) - 14.5 l Filter (Nachguss) ### Hops -- 12g Spalt Select (alpha 5.0%) -- 12g Magnum, Taurus or Merkur (alpha 13.7%) +- 12g Spalt Select (alpha 5.0%) [Bittering] +- 12g Magnum, Taurus or Merkur (alpha 13.7%) [Flavouring] ### Yeast Either: + - WYEAST 2565 - WYEAST 1007 - Whitelabs WLP 09 @@ -25,3 +26,19 @@ Either: ## Procedure +### Steep + +1. 40-43 °C, stay 20 minutes +2. 61-63 °C, stay 30 minutes +3. 70-72 °C, stay 30 minutes +4. 75-78 °C, stay until iodine test (approx. 10 minutes) + +#### Notes: +- Mash is sensitive to oxygen to not stur excessively. Stir when heating and every 10 minutes. +- DO NOT EXCEED 78°C (otherwise starch is formed and enzymes killed) + +### Hops +1. Add bittering hops +2. Boil +3. After break of wort (approx. 20 minutes), add flavouring hops +4. Boil for 70 minutes diff --git a/procedure.dot b/procedure.dot new file mode 100644 index 0000000..30e775e --- /dev/null +++ b/procedure.dot @@ -0,0 +1,63 @@ +digraph procedure { + size="7,10"; //in inches + + node [shape=oval]; + + ingredient; + process [shape=box]; + + # Ingredients + water; + malt [label="cracked grain"]; + mixture; + mash; + additional_water [label="water"]; + sweet_wort [label="sweet wort"]; + yeast; + bitter_wort [label="bitter wort"]; + yeast_culture [label="pitched yeast"]; + beer; + ready [label="ready beer"]; + + # Processes + steep [shape=box]; + lauter [shape=box]; + extract_a_bit [shape=box, label="extract some"]; + boil [shape=box]; + cool [shape=box]; + add [shape=box, label="mix"]; + extract_speise [shape=box, label="extract speise (2:25)"]; + extract_quick [shape=box, label="extract test probe"]; + fermentation [shape=box]; + mix [shape=box]; + continued_fermentation [shape=box, label="continued fermentation and carbonisation"]; + bottle[shape=box]; + + # Edges + water->mixture; + malt->mixture; + mixture->steep; + steep->mash; + mash->lauter; + additional_water->lauter; + lauter->sweet_wort + sweet_wort->extract_a_bit; + yeast->extract_a_bit; + extract_a_bit->yeast_culture; + sweet_wort->boil; + hops->boil; + boil->bitter_wort + bitter_wort->cool; + cool->extract_speise; + cool->add; + yeast_culture->add; + add->extract_quick; + add->fermentation; + extract_speise->speise; + fermentation->beer; + beer->mix; + speise->mix; + mix->bottle; + bottle->continued_fermentation; + continued_fermentation->ready; +} \ No newline at end of file diff --git a/procedure.svg b/procedure.svg new file mode 100644 index 0000000..5923746 --- /dev/null +++ b/procedure.svg @@ -0,0 +1,1053 @@ + + + + + + + + + + image/svg+xml + + + + + + + + procedure + + + + ingredient + + ingredient + + + + process + + process + + + + water + + water + + + + mixture + + mixture + + + + water->mixture + + + + + + malt + + cracked grain + + + + malt->mixture + + + + + + steep + + steep + + + + mixture->steep + + + + + + mash + + mash + + + + lauter + + lauter + + + + mash->lauter + + + + + + additional_water + + water + + + + additional_water->lauter + + + + + + sweet_wort + + sweet wort + + + + extract_a_bit + + extract some + + + + sweet_wort->extract_a_bit + + + + + + boil + + boil + + + + sweet_wort->boil + + + + + + yeast + + yeast + + + + yeast->extract_a_bit + + + + + + bitter_wort + + bitter wort + + + + cool + + cool + + + + bitter_wort->cool + + + + + + yeast_culture + + pitched yeast + + + + add + + mix + + + + yeast_culture->add + + + + + + beer + + beer + + + + mix + + mix + + + + beer->mix + + + + + + ready + + ready beer + + + + steep->mash + + + + + + lauter->sweet_wort + + + + + + extract_a_bit->yeast_culture + + + + + + boil->bitter_wort + + + + + + cool->add + + + + + + extract_speise + + extract speise (2:25) + + + + cool->extract_speise + + + + + + extract_quick + + extract test probe + + + + add->extract_quick + + + + + + fermentation + + fermentation + + + + add->fermentation + + + + + + speise + + speise + + + + extract_speise->speise + + + + + + fermentation->beer + + + + + + bottle + + bottle + + + + mix->bottle + + + + + + continued_fermentation + + continued fermentation and carbonisation + + + + continued_fermentation->ready + + + + + + bottle->continued_fermentation + + + + + + hops + + hops + + + + hops->boil + + + + + + speise->mix + + + + + + -- cgit v1.2.3