Adjusted the Kveik pitchrate to 1/10 of normal yeast.

Mon, 06 Jan 2020 16:06:28 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 06 Jan 2020 16:06:28 +0100
changeset 586
ed4f22cfb135
parent 585
fa6e702d0d24
child 587
31caffee8c9c

Adjusted the Kveik pitchrate to 1/10 of normal yeast.

www/js/global.js file | annotate | diff | comparison | revisions
www/js/prod_edit.js file | annotate | diff | comparison | revisions
--- a/www/js/global.js	Mon Jan 06 15:07:40 2020 +0100
+++ b/www/js/global.js	Mon Jan 06 16:06:28 2020 +0100
@@ -186,7 +186,7 @@
  { id: 3, en: 'Culture', nl: 'Slurry', cells: 1700000000 },
  { id: 4, en: 'Frozen', nl: 'Ingevroren', cells: 1700000000 },
  { id: 5, en: 'Bottle', nl: 'Depot', cells: 1700000000 },
- { id: 6, en: 'Dried', nl: 'Gedroogd', cells: 9000000000 }
+ { id: 6, en: 'Dried', nl: 'Gedroogd', cells: 9000000000 }  /* 9..18 billion MTF */
 ],
 YeastFormSource = {
  localdata: YeastFormData,
--- a/www/js/prod_edit.js	Mon Jan 06 15:07:40 2020 +0100
+++ b/www/js/prod_edit.js	Mon Jan 06 16:06:28 2020 +0100
@@ -2373,7 +2373,8 @@
     if (row.y_type == 0) // lager yeast
      pitchrate *= 2;
     if (row.y_type == 6) // Kveik
-     pitchrate = 0.25; // Who knows.
+     pitchrate /= 10; // http://suigenerisbrewing.com/index.php/2019/08/28/drying-kveik-the-grand-finale/
+//   pitchrate = 0.25; // Who knows.
 
 //    if (row.y_form == 1) { // dry yeast
 //    } else { // possible starter needed

mercurial