src/global.h

changeset 277
2228d833c52a
parent 276
7316a419334d
child 278
ed562a2a4ca4
equal deleted inserted replaced
276:7316a419334d 277:2228d833c52a
170 struct Splits 170 struct Splits
171 { 171 {
172 QString name; ///< Name of split part 172 QString name; ///< Name of split part
173 QString code; ///< Code of split part 173 QString code; ///< Code of split part
174 double size; ///< Split volume size 174 double size; ///< Split volume size
175 };
176
177
178 struct Equipment
179 {
180 QString name;
181 double boil_size;
182 double batch_size;
183 double tun_volume;
184 double tun_weight;
185 double tun_specific_heat;
186 int tun_material;
187 double tun_height;
188 double top_up_water;
189 double trub_chiller_loss;
190 double evap_rate;
191 double boil_time;
192 bool calc_boil_volume;
193 double top_up_kettle;
194 double hop_utilization;
195 QString notes;
196 double lauter_volume;
197 double lauter_height;
198 double lauter_deadspace;
199 double kettle_volume;
200 double kettle_height;
201 double mash_volume;
202 double mash_max;
203 double efficiency;
204 QString uuid;
175 }; 205 };
176 206
177 207
178 struct Style 208 struct Style
179 { 209 {

mercurial