www/js/prod_edit.js

changeset 456
00b199dccf72
parent 445
bcba4f17703f
child 457
b9055393b802
equal deleted inserted replaced
455:f319a8ab931a 456:00b199dccf72
828 // pitchrate see https://www.brewersfriend.com/yeast-pitch-rate-and-starter-calculator/ 828 // pitchrate see https://www.brewersfriend.com/yeast-pitch-rate-and-starter-calculator/
829 // and http://braukaiser.com/blog/blog/2012/11/03/estimating-yeast-growth/ 829 // and http://braukaiser.com/blog/blog/2012/11/03/estimating-yeast-growth/
830 pitchrate = 0.75; 830 pitchrate = 0.75;
831 if (dataRecord.est_og > 1.060) 831 if (dataRecord.est_og > 1.060)
832 pitchrate = 1.0; 832 pitchrate = 1.0;
833 // if (dataRecord.est_og > 1.076)
834 // pitchrate = 1.25; // Wyeast labs. http://www.wyeastlab.com/hb_pitchrates.cfm
833 if (row.y_type == 0) // lager yeast 835 if (row.y_type == 0) // lager yeast
834 pitchrate *= 2; 836 pitchrate *= 2;
835 837
836 if (row.y_form == 1) { // dry yeast 838 if (row.y_form == 1) { // dry yeast
837 } else { // possible starter needed 839 } else { // possible starter needed

mercurial