src/EditRecipeExport.cpp

changeset 423
8cb46020796a
parent 384
d68826df8b63
child 445
3dbebcd56406
equal deleted inserted replaced
422:d7907c91f746 423:8cb46020796a
313 p->eq_tun_volume = p->eq_tun_height = 20; 313 p->eq_tun_volume = p->eq_tun_height = 20;
314 p->eq_tun_weight = 2; 314 p->eq_tun_weight = 2;
315 // p->eq_top_up_water = 0; 315 // p->eq_top_up_water = 0;
316 p->eq_trub_chiller_loss = 0.5; 316 p->eq_trub_chiller_loss = 0.5;
317 p->eq_evap_rate = 1.8; 317 p->eq_evap_rate = 1.8;
318 p->eq_calc_boil_volume = true; 318 // p->eq_calc_boil_volume = true;
319 // p->eq_top_up_kettle = 0; 319 // p->eq_top_up_kettle = 0;
320 p->eq_hop_utilization = 100; 320 // p->eq_hop_utilization = 100;
321 p->eq_lauter_volume = p->eq_lauter_height = p->eq_kettle_volume = p->eq_kettle_height = p->eq_mash_volume = 20; 321 // p->eq_lauter_volume = p->eq_lauter_height
322 p->eq_kettle_volume = p->eq_kettle_height = p->eq_mash_volume = 20;
322 p->eq_lauter_deadspace = 0.5; 323 p->eq_lauter_deadspace = 0.5;
323 p->eq_mash_max = 6; 324 p->eq_mash_max = 6;
324 p->eq_efficiency = p->efficiency = recipe->efficiency; 325 p->eq_efficiency = p->efficiency = recipe->efficiency;
325 p->eq_batch_size = p->batch_size = recipe->batch_size; 326 p->eq_batch_size = p->batch_size = recipe->batch_size;
326 p->eq_boil_time = p->boil_time = recipe->boil_time; 327 p->eq_boil_time = p->boil_time = recipe->boil_time;
327 p->eq_boil_size = p->boil_size = p->batch_size + (round(p->batch_size * p->boil_time / 60.0) / 10.0); 328 p->eq_boil_size = p->boil_size = p->batch_size + (round(p->batch_size * p->boil_time / 60.0) / 10.0);
329 p->eq_chiller_type = CHILLER_TYPE_IMMERSION;
330 p->eq_chiller_volume = 0.5;
331 p->eq_chiller_to79 = 5;
332 p->eq_chiller_lpm = p->eq_chiller_loss = 0;
328 p->type = 2; 333 p->type = 2;
329 p->color_method = recipe->color_method; 334 p->color_method = recipe->color_method;
330 p->ibu_method = recipe->ibu_method; 335 p->ibu_method = recipe->ibu_method;
331 p->est_og = recipe->est_og; 336 p->est_og = recipe->est_og;
332 p->est_fg = recipe->est_fg; 337 p->est_fg = recipe->est_fg;

mercurial