src/EditRecipeExport.cpp

changeset 423
8cb46020796a
parent 384
d68826df8b63
child 445
3dbebcd56406
--- a/src/EditRecipeExport.cpp	Mon Oct 24 16:06:14 2022 +0200
+++ b/src/EditRecipeExport.cpp	Mon Oct 24 19:59:08 2022 +0200
@@ -315,16 +315,21 @@
 //    p->eq_top_up_water = 0;
     p->eq_trub_chiller_loss = 0.5;
     p->eq_evap_rate = 1.8;
-    p->eq_calc_boil_volume = true;
+//    p->eq_calc_boil_volume = true;
 //    p->eq_top_up_kettle = 0;
-    p->eq_hop_utilization = 100;
-    p->eq_lauter_volume = p->eq_lauter_height = p->eq_kettle_volume = p->eq_kettle_height = p->eq_mash_volume = 20;
+//    p->eq_hop_utilization = 100;
+//    p->eq_lauter_volume = p->eq_lauter_height
+    p->eq_kettle_volume = p->eq_kettle_height = p->eq_mash_volume = 20;
     p->eq_lauter_deadspace = 0.5;
     p->eq_mash_max = 6;
     p->eq_efficiency = p->efficiency = recipe->efficiency;
     p->eq_batch_size = p->batch_size = recipe->batch_size;
     p->eq_boil_time = p->boil_time = recipe->boil_time;
     p->eq_boil_size = p->boil_size = p->batch_size + (round(p->batch_size * p->boil_time / 60.0) / 10.0);
+    p->eq_chiller_type = CHILLER_TYPE_IMMERSION;
+    p->eq_chiller_volume = 0.5;
+    p->eq_chiller_to79 = 5;
+    p->eq_chiller_lpm = p->eq_chiller_loss = 0;
     p->type = 2;
     p->color_method = recipe->color_method;
     p->ibu_method = recipe->ibu_method;

mercurial