|
288 | 288 |
|
289 | 289 |
|
290 | 290 | def init_superconducting_tf_coil_variables(): |
291 | | - global is_leg_cp_temp_same |
292 | | - global tf_fit_t |
293 | | - global tf_fit_z |
294 | | - global f_b_tf_inboard_peak_ripple_symmetric |
295 | | - global c_tf_coil |
296 | | - global a_tf_wp_with_insulation |
297 | | - global a_tf_wp_no_insulation |
298 | | - global a_tf_coil_inboard_steel |
299 | | - global a_tf_coil_inboard_insulation |
300 | | - global f_a_tf_coil_inboard_steel |
301 | | - global f_a_tf_coil_inboard_insulation |
302 | | - global z_cp_top |
303 | | - global r_tf_outboard_in |
304 | | - global r_tf_outboard_out |
305 | | - global r_tf_wp_inboard_inner |
306 | | - global r_tf_wp_inboard_outer |
307 | | - global r_tf_wp_inboard_centre |
308 | | - global dr_tf_wp_top |
309 | | - global vol_ins_cp |
310 | | - global vol_gr_ins_cp |
311 | | - global vol_case_cp |
312 | | - global dx_tf_wp_toroidal_min |
313 | | - global dx_tf_wp_toroidal_average |
314 | | - global dx_tf_side_case_average |
315 | | - global a_tf_plasma_case |
316 | | - global a_tf_coil_nose_case |
317 | | - global a_tf_wp_ground_insulation |
318 | | - global a_leg_ins |
319 | | - global a_leg_gr_ins |
320 | | - global a_leg_cond |
321 | | - global rad_tf_coil_inboard_toroidal_half |
322 | | - global tan_theta_coil |
323 | | - global t_conductor_radial |
324 | | - global t_conductor_toroidal |
325 | | - global dr_tf_turn_cable_space |
326 | | - global dx_tf_turn_cable_space |
327 | | - global dr_tf_turn |
328 | | - global dx_tf_turn |
329 | | - global dx_tf_turn_cable_space_average |
330 | | - global vforce_inboard_tot |
331 | | - global t1 |
332 | | - global time2 |
333 | | - global tau2 |
334 | | - global e_tf_magnetic_stored_total |
335 | | - global radius_tf_turn_cable_space_corners |
336 | | - global a_tf_turn_cable_space_effective |
337 | | - global dr_tf_wp_no_insulation |
338 | | - global dia_tf_turn_superconducting_cable |
339 | | - global n_tf_turn_superconducting_cables |
340 | | - global len_tf_coil_superconductor |
341 | | - global len_tf_superconductor_total |
342 | | - global j_tf_superconductor_critical |
343 | | - global f_c_tf_turn_operating_critical |
344 | | - global j_tf_coil_turn |
345 | | - global b_tf_superconductor_critical_zero_temp_strain |
346 | | - global temp_tf_superconductor_critical_zero_field_strain |
347 | | - global f_a_tf_turn_cable_space_cooling |
348 | | - global c_tf_turn_cables_critical |
349 | | - global j_tf_superconductor |
350 | | - global i_tf_turn_type |
351 | | - global dx_tf_turn_tape_stack |
352 | | - global dr_tf_turn_tape_stack |
353 | | - global a_tf_turn_tape_stack |
354 | | - global n_tf_turn_superconducting_strands |
355 | | - global x_tf_turn_coolant_channel_centre |
356 | | - global dr_tf_turn_stabiliser |
357 | | - global dx_tf_turn_stabiliser |
358 | | - global a_tf_turn_stabiliser |
| 291 | + global \ |
| 292 | + is_leg_cp_temp_same, \ |
| 293 | + tf_fit_t, \ |
| 294 | + tf_fit_z, \ |
| 295 | + f_b_tf_inboard_peak_ripple_symmetric, \ |
| 296 | + c_tf_coil, \ |
| 297 | + a_tf_wp_with_insulation, \ |
| 298 | + a_tf_wp_no_insulation, \ |
| 299 | + a_tf_coil_inboard_steel, \ |
| 300 | + a_tf_coil_inboard_insulation, \ |
| 301 | + f_a_tf_coil_inboard_steel, \ |
| 302 | + f_a_tf_coil_inboard_insulation, \ |
| 303 | + z_cp_top, \ |
| 304 | + r_tf_outboard_in, \ |
| 305 | + r_tf_outboard_out, \ |
| 306 | + r_tf_wp_inboard_inner, \ |
| 307 | + r_tf_wp_inboard_outer, \ |
| 308 | + r_tf_wp_inboard_centre, \ |
| 309 | + dr_tf_wp_top, \ |
| 310 | + vol_ins_cp, \ |
| 311 | + vol_gr_ins_cp, \ |
| 312 | + vol_case_cp, \ |
| 313 | + dx_tf_wp_toroidal_min, \ |
| 314 | + dx_tf_wp_toroidal_average, \ |
| 315 | + dx_tf_side_case_average, \ |
| 316 | + a_tf_plasma_case, \ |
| 317 | + a_tf_coil_nose_case, \ |
| 318 | + a_tf_wp_ground_insulation, \ |
| 319 | + a_leg_ins, \ |
| 320 | + a_leg_gr_ins, \ |
| 321 | + a_leg_cond, \ |
| 322 | + rad_tf_coil_inboard_toroidal_half, \ |
| 323 | + tan_theta_coil, \ |
| 324 | + t_conductor_radial, \ |
| 325 | + t_conductor_toroidal, \ |
| 326 | + dr_tf_turn_cable_space, \ |
| 327 | + dx_tf_turn_cable_space, \ |
| 328 | + dr_tf_turn, \ |
| 329 | + dx_tf_turn, \ |
| 330 | + dx_tf_turn_cable_space_average, \ |
| 331 | + vforce_inboard_tot, \ |
| 332 | + t1, \ |
| 333 | + time2, \ |
| 334 | + tau2, \ |
| 335 | + e_tf_magnetic_stored_total, \ |
| 336 | + radius_tf_turn_cable_space_corners, \ |
| 337 | + a_tf_turn_cable_space_effective, \ |
| 338 | + dr_tf_wp_no_insulation, \ |
| 339 | + dia_tf_turn_superconducting_cable, \ |
| 340 | + n_tf_turn_superconducting_cables, \ |
| 341 | + len_tf_coil_superconductor, \ |
| 342 | + len_tf_superconductor_total, \ |
| 343 | + j_tf_superconductor_critical, \ |
| 344 | + f_c_tf_turn_operating_critical, \ |
| 345 | + j_tf_coil_turn, \ |
| 346 | + b_tf_superconductor_critical_zero_temp_strain, \ |
| 347 | + temp_tf_superconductor_critical_zero_field_strain, \ |
| 348 | + f_a_tf_turn_cable_space_cooling, \ |
| 349 | + c_tf_turn_cables_critical, \ |
| 350 | + j_tf_superconductor, \ |
| 351 | + vv_stress_quench, \ |
| 352 | + i_tf_turn_type, \ |
| 353 | + dx_tf_turn_tape_stack, \ |
| 354 | + dr_tf_turn_tape_stack, \ |
| 355 | + a_tf_turn_tape_stack, \ |
| 356 | + n_tf_turn_superconducting_strands, \ |
| 357 | + x_tf_turn_coolant_channel_centre, \ |
| 358 | + dr_tf_turn_stabiliser, \ |
| 359 | + dx_tf_turn_stabiliser, \ |
| 360 | + a_tf_turn_stabiliser |
359 | 361 |
|
360 | 362 | is_leg_cp_temp_same = 0 |
361 | 363 | tf_fit_t = 0.0 |
@@ -416,6 +418,7 @@ def init_superconducting_tf_coil_variables(): |
416 | 418 | f_a_tf_turn_cable_space_cooling = 0.0 |
417 | 419 | c_tf_turn_cables_critical = 0.0 |
418 | 420 | j_tf_superconductor = 0.0 |
| 421 | + vv_stress_quench = 0.0 |
419 | 422 | i_tf_turn_type = 0 |
420 | 423 | dx_tf_turn_tape_stack = 0.0 |
421 | 424 | dr_tf_turn_tape_stack = 0.0 |
|
0 commit comments