diff --git a/documentation/proc-pages/development/numba.md b/documentation/proc-pages/development/numba.md index 89c1b40636..795a4f0e5a 100644 --- a/documentation/proc-pages/development/numba.md +++ b/documentation/proc-pages/development/numba.md @@ -50,7 +50,7 @@ from process.fortran import sctfcoil_variables as sctfv @njit def my_other_function(n): - return n + sctfv.n_tf + return n + sctfv.n_tf_coils ``` because Numba does not know what `sctfv` is. diff --git a/documentation/proc-pages/eng-models/tf-coil.md b/documentation/proc-pages/eng-models/tf-coil.md index 5cf767e21d..6cc9b659e3 100644 --- a/documentation/proc-pages/eng-models/tf-coil.md +++ b/documentation/proc-pages/eng-models/tf-coil.md @@ -19,7 +19,7 @@ Two major types of toroidal field (TF) coils can be considered in PROCESS: Resis This section presents the PROCESS TF coil models and how to use them. The associated module computes first the coil current from the plasma major radius and toroidal magnetic field. The inboard leg mid-plane cross-section geometry is then set up to the conductor level. The vertical geometry is defined and the TF components masses are deduced. The inboard mid-plane stress distributions, the coil inductance and the toroidal field ripple are then estimated. Finally, the resistive heating (if resistive coil) and the ratio between the critical current density and the conductor current density (superconducting coil) is estimated. ## TF coil currents -The total current flowing in the TF coil set \( I_\mathrm{TF}^\mathrm{tot} \) (`ritfc`) is calculated using the approximation of axisymmetry from the vacuum toroidal field at the plasma geometric centre \( B_\mathrm{T} \) (`bt`) and the plasma geometric major radius $ R_0 $ (`rmajor`): +The total current flowing in the TF coil set \( I_\mathrm{TF}^\mathrm{tot} \) (`c_tf_total`) is calculated using the approximation of axisymmetry from the vacuum toroidal field at the plasma geometric centre \( B_\mathrm{T} \) (`bt`) and the plasma geometric major radius $ R_0 $ (`rmajor`):

$$ @@ -1245,7 +1245,7 @@ Another subroutine, `tfspcall` is called outside `stfcoil` to estimate to check | Parameter | description | Default | | - | - | - | -| `n_tf` | Number of TF coils | 16 | +| `n_tf_coils` | Number of TF coils | 16 | | `i_tf_sup` | Swich selecting the conductor technology:
- 0 : Water cooled copper (GLIDCOP)
- 1 : Superconducting TF magnets
- 2 : Helium cooled Aluminium magnets | 1 | | `i_tf_sc_mat` | Swich for superconducting material
1 : Nb$_3$Sn superconductor, ITER critical surface parameterization[^1], standard critical values
2 : Bi-2212 high temperature superconductor
3 : NbTi superconductor
4 : Nb$_3$Sn superconductor, ITER critical surface parameterization[^1], user-defined critical parameters
5 : WST Nb$_3$Sn parameterization
6 : REBCO HTS tape in CroCo strand
7 : Durham Ginzburg-Landau critical surface model for Nb-Ti
8 : Durham Ginzburg-Landau critical surface model for REBCO
9 : Hazelton experimental data combined with Zhai conceptual model for REBCO | 1 | diff --git a/examples/data/csv_output_large_tokamak_MFILE.DAT b/examples/data/csv_output_large_tokamak_MFILE.DAT index 9f75e96088..33b7e4e7be 100644 --- a/examples/data/csv_output_large_tokamak_MFILE.DAT +++ b/examples/data/csv_output_large_tokamak_MFILE.DAT @@ -669,14 +669,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1929E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4985E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 8.6482E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 8.6482E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7815E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7815E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -689,9 +689,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.7350E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2056E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2056E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 6.9487E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.6240E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.6240E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.9707E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.0816E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -705,7 +705,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.0896E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.9252E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.9252E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.2577E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.9412E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.2482E-01 @@ -732,11 +732,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 9.1497E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.4504E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.5475E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 6.5696E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 6.5696E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.0511E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1646E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.0251E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.0251E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.0251E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.0251E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2085E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.4422E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1672E+07 @@ -1785,7 +1785,7 @@ casths = 0.05 ripmax = 0.6 * Number of TF coils -n_tf = 16 +n_tf_coils = 16 * Groundwall insulation thickness [m] tinstf = 0.008 diff --git a/examples/data/large_tokamak_1_MFILE.DAT b/examples/data/large_tokamak_1_MFILE.DAT index 40b059ade4..0061be523f 100644 --- a/examples/data/large_tokamak_1_MFILE.DAT +++ b/examples/data/large_tokamak_1_MFILE.DAT @@ -666,14 +666,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1673E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4985E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 9.1597E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 9.1597E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7937E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7937E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -686,9 +686,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.8229E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2853E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2853E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.0508E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.4752E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.4752E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.6493E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.6444E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -702,7 +702,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.0901E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.8217E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.8217E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.1550E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.7934E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.3656E-01 @@ -729,11 +729,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.9310E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.3777E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.5446E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 7.1402E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 7.1402E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.1424E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.2178E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.1176E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.1176E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.1176E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.1176E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2636E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.5602E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1617E+07 @@ -1779,7 +1779,7 @@ casths = 0.05 ripmax = 0.6 * Number of TF coils -n_tf = 16 +n_tf_coils = 16 * Groundwall insulation thickness [m] tinstf = 0.008 diff --git a/examples/data/large_tokamak_2_MFILE.DAT b/examples/data/large_tokamak_2_MFILE.DAT index 60fac31f8a..3434b15605 100644 --- a/examples/data/large_tokamak_2_MFILE.DAT +++ b/examples/data/large_tokamak_2_MFILE.DAT @@ -666,14 +666,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1673E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4985E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 9.1597E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 9.1597E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7937E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7937E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -686,9 +686,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.8229E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2853E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2853E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.0508E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.4752E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.4752E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.6493E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.6444E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -702,7 +702,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.0901E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.8217E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.8217E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.1550E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.7934E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.3656E-01 @@ -729,11 +729,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.9310E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.3777E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.5446E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 7.1402E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 7.1402E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.1424E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.2178E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.1176E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.1176E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.1176E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.1176E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2636E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.5602E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1617E+07 @@ -1779,7 +1779,7 @@ casths = 0.05 ripmax = 0.6 * Number of TF coils -n_tf = 16 +n_tf_coils = 16 * Groundwall insulation thickness [m] tinstf = 0.008 diff --git a/examples/data/large_tokamak_3_MFILE.DAT b/examples/data/large_tokamak_3_MFILE.DAT index 3d9ad7a0ca..d2f0646255 100644 --- a/examples/data/large_tokamak_3_MFILE.DAT +++ b/examples/data/large_tokamak_3_MFILE.DAT @@ -666,14 +666,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1673E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4985E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 9.1597E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 9.1597E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7937E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7937E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -686,9 +686,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.8229E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2853E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2853E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.0508E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.4752E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.4752E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.6493E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.6444E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -702,7 +702,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.0901E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.8217E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.8217E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.1550E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.7934E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.3656E-01 @@ -729,11 +729,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.9310E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.3777E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.5446E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 7.1402E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 7.1402E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.1424E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.2178E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.1176E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.1176E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.1176E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.1176E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2636E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.5602E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1617E+07 @@ -1780,7 +1780,7 @@ casths = 0.05 ripmax = 0.6 * Number of TF coils -n_tf = 16 +n_tf_coils = 16 * Groundwall insulation thickness [m] tinstf = 0.008 diff --git a/examples/data/large_tokamak_4_MFILE.DAT b/examples/data/large_tokamak_4_MFILE.DAT index e8e1b49ddc..81fe6a4213 100644 --- a/examples/data/large_tokamak_4_MFILE.DAT +++ b/examples/data/large_tokamak_4_MFILE.DAT @@ -666,14 +666,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1673E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4985E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 9.1597E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 9.1597E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7937E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7937E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -686,9 +686,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.8229E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2853E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2853E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.0508E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.4752E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.4752E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.6493E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.6444E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -702,7 +702,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.0901E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.8217E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.8217E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.1550E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.7934E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.3656E-01 @@ -729,11 +729,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.9310E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.3777E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.5446E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 7.1402E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 7.1402E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.1424E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.2178E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.1176E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.1176E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.1176E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.1176E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2636E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.5602E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1617E+07 @@ -1780,7 +1780,7 @@ casths = 0.05 ripmax = 0.6 * Number of TF coils -n_tf = 16 +n_tf_coils = 16 * Groundwall insulation thickness [m] tinstf = 0.008 diff --git a/examples/data/large_tokamak_IN.DAT b/examples/data/large_tokamak_IN.DAT index 954c779ae8..6d524b303e 100644 --- a/examples/data/large_tokamak_IN.DAT +++ b/examples/data/large_tokamak_IN.DAT @@ -590,7 +590,7 @@ casths = 0.05 ripmax = 0.6 * Number of TF coils -n_tf = 16 +n_tf_coils = 16 * Groundwall insulation thickness [m] tinstf = 0.008 diff --git a/examples/data/scan_MFILE.DAT b/examples/data/scan_MFILE.DAT index 7f888ab8d3..e2215e84e6 100644 --- a/examples/data/scan_MFILE.DAT +++ b/examples/data/scan_MFILE.DAT @@ -513,14 +513,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 5 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.7793E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.7061E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 1.4000E+00 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 1.4000E+00 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.7477E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 9.2447E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 5.1957E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 5.1957E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_1_R_(m)_______________________________________________ (xarc(1))_____________________ 4.4793E+00 TF_coil_arc_point_1_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.6366E+00 @@ -533,9 +533,9 @@ TF_coil_arc_point_5_R_(m)_______________________________________________ (xarc(5))_____________________ 4.4793E+00 TF_coil_arc_point_5_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.5468E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 3.3244E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 2.4635E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 2.4635E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.4102E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 2.3627E+00 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 2.3627E+00 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 7.1070E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 9.5346E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -548,7 +548,7 @@ Winding_pack_toroidal_width_(m)_________________________________________ (wwp1)________________________ 1.2723E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 9.3795E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 9.3795E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 5.2140E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 1.0145E-01 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 3.7714E-01 @@ -577,11 +577,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 2.3757E+05 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 1.0668E+04 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 3.4640E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 1.5629E+06 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 1.5629E+06 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 2.5007E+07 Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1200E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.4165E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.4165E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.4165E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.4165E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1982E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 1.4412E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 7.2690E+06 @@ -1508,14 +1508,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 5 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.7793E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.7061E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 1.4000E+00 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 1.4000E+00 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.7477E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 9.2447E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 5.1957E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 5.1957E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_1_R_(m)_______________________________________________ (xarc(1))_____________________ 4.4793E+00 TF_coil_arc_point_1_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.6366E+00 @@ -1528,9 +1528,9 @@ TF_coil_arc_point_5_R_(m)_______________________________________________ (xarc(5))_____________________ 4.4793E+00 TF_coil_arc_point_5_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.5468E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 3.3244E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 2.4635E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 2.4635E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.4102E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 2.3627E+00 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 2.3627E+00 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 7.1069E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 9.5347E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -1543,7 +1543,7 @@ Winding_pack_toroidal_width_(m)_________________________________________ (wwp1)________________________ 1.2723E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 9.3792E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 9.3792E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 5.2139E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 1.0145E-01 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 3.7716E-01 @@ -1572,11 +1572,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 2.3757E+05 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 1.0668E+04 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 3.4640E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 1.5629E+06 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 1.5629E+06 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 2.5007E+07 Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1200E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.4165E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.4165E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.4165E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.4165E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1982E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 1.4412E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 7.2690E+06 @@ -2503,14 +2503,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 5 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.7793E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.7061E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 1.4000E+00 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 1.4000E+00 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.7477E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 9.2447E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 5.1957E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 5.1957E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_1_R_(m)_______________________________________________ (xarc(1))_____________________ 4.4793E+00 TF_coil_arc_point_1_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.6366E+00 @@ -2523,9 +2523,9 @@ TF_coil_arc_point_5_R_(m)_______________________________________________ (xarc(5))_____________________ 4.4793E+00 TF_coil_arc_point_5_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.5468E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 3.3244E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 2.4634E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 2.4634E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.4101E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 2.3626E+00 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 2.3626E+00 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 7.1069E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 9.5347E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -2538,7 +2538,7 @@ Winding_pack_toroidal_width_(m)_________________________________________ (wwp1)________________________ 1.2723E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 9.3789E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 9.3789E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 5.2137E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 1.0145E-01 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 3.7717E-01 @@ -2567,11 +2567,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 2.3756E+05 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 1.0668E+04 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 3.4640E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 1.5629E+06 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 1.5629E+06 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 2.5007E+07 Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1200E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.4165E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.4165E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.4165E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.4165E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1982E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 1.4412E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 7.2690E+06 @@ -3498,14 +3498,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 5 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.7793E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.7061E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 1.4000E+00 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 1.4000E+00 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.7477E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 9.2447E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 5.1957E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 5.1957E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_1_R_(m)_______________________________________________ (xarc(1))_____________________ 4.4793E+00 TF_coil_arc_point_1_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.6366E+00 @@ -3518,9 +3518,9 @@ TF_coil_arc_point_5_R_(m)_______________________________________________ (xarc(5))_____________________ 4.4793E+00 TF_coil_arc_point_5_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.5468E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 3.3244E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 2.4634E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 2.4634E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.4101E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 2.3626E+00 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 2.3626E+00 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 7.1069E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 9.5348E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -3533,7 +3533,7 @@ Winding_pack_toroidal_width_(m)_________________________________________ (wwp1)________________________ 1.2723E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 9.3786E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 9.3786E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 5.2136E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 1.0146E-01 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 3.7718E-01 @@ -3562,11 +3562,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 2.3755E+05 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 1.0668E+04 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 3.4639E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 1.5629E+06 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 1.5629E+06 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 2.5007E+07 Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1200E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.4165E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.4165E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.4165E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.4165E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1982E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 1.4412E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 7.2690E+06 @@ -4493,14 +4493,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 5 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.7793E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.7061E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 1.4000E+00 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 1.4000E+00 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.7477E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 9.2447E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 5.1957E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 5.1957E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_1_R_(m)_______________________________________________ (xarc(1))_____________________ 4.4793E+00 TF_coil_arc_point_1_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.6366E+00 @@ -4513,9 +4513,9 @@ TF_coil_arc_point_5_R_(m)_______________________________________________ (xarc(5))_____________________ 4.4793E+00 TF_coil_arc_point_5_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.5468E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 3.3244E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 2.4634E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 2.4634E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.4100E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 2.3626E+00 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 2.3626E+00 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 7.1069E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 9.5349E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -4528,7 +4528,7 @@ Winding_pack_toroidal_width_(m)_________________________________________ (wwp1)________________________ 1.2723E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 9.3783E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 9.3783E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 5.2135E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 1.0146E-01 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 3.7719E-01 @@ -4557,11 +4557,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 2.3755E+05 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 1.0668E+04 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 3.4639E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 1.5629E+06 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 1.5629E+06 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 2.5007E+07 Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1200E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.4165E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.4165E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.4165E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.4165E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1982E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 1.4412E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 7.2690E+06 @@ -5488,14 +5488,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 5 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.7793E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.7061E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 1.4000E+00 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 1.4000E+00 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.7477E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 9.2447E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 5.1957E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 5.1957E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_1_R_(m)_______________________________________________ (xarc(1))_____________________ 4.4793E+00 TF_coil_arc_point_1_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.6366E+00 @@ -5508,9 +5508,9 @@ TF_coil_arc_point_5_R_(m)_______________________________________________ (xarc(5))_____________________ 4.4793E+00 TF_coil_arc_point_5_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.5468E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 3.3244E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 2.4634E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 2.4634E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.4100E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 2.3626E+00 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 2.3626E+00 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 7.1068E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 9.5349E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -5523,7 +5523,7 @@ Winding_pack_toroidal_width_(m)_________________________________________ (wwp1)________________________ 1.2723E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 9.3781E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 9.3781E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 5.2134E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 1.0146E-01 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 3.7721E-01 @@ -5552,11 +5552,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 2.3754E+05 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 1.0668E+04 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 3.4639E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 1.5629E+06 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 1.5629E+06 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 2.5007E+07 Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1200E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.4165E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.4165E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.4165E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.4165E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1982E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 1.4412E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 7.2690E+06 @@ -6483,14 +6483,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 5 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.7793E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.7061E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 1.4000E+00 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 1.4000E+00 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.7477E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 9.2447E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 5.1957E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 5.1957E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_1_R_(m)_______________________________________________ (xarc(1))_____________________ 4.4793E+00 TF_coil_arc_point_1_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.6366E+00 @@ -6503,9 +6503,9 @@ TF_coil_arc_point_5_R_(m)_______________________________________________ (xarc(5))_____________________ 4.4793E+00 TF_coil_arc_point_5_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.5468E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 3.3244E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 2.4634E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 2.4634E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.4099E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 2.3626E+00 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 2.3626E+00 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 7.1068E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 9.5350E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -6518,7 +6518,7 @@ Winding_pack_toroidal_width_(m)_________________________________________ (wwp1)________________________ 1.2723E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 9.3779E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 9.3779E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 5.2133E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 1.0146E-01 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 3.7722E-01 @@ -6547,11 +6547,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 2.3753E+05 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 1.0668E+04 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 3.4638E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 1.5629E+06 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 1.5629E+06 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 2.5007E+07 Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1200E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.4165E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.4165E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.4165E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.4165E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1982E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 1.4412E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 7.2690E+06 @@ -7478,14 +7478,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 5 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.7793E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.7061E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 1.4000E+00 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 1.4000E+00 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.7477E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 9.2447E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 5.1957E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 5.1957E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_1_R_(m)_______________________________________________ (xarc(1))_____________________ 4.4793E+00 TF_coil_arc_point_1_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.6366E+00 @@ -7498,9 +7498,9 @@ TF_coil_arc_point_5_R_(m)_______________________________________________ (xarc(5))_____________________ 4.4793E+00 TF_coil_arc_point_5_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.5468E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 3.3244E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 2.4634E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 2.4634E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.4099E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 2.3626E+00 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 2.3626E+00 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 7.1068E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 9.5350E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -7513,7 +7513,7 @@ Winding_pack_toroidal_width_(m)_________________________________________ (wwp1)________________________ 1.2723E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 9.3776E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 9.3776E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 5.2132E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 1.0146E-01 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 3.7723E-01 @@ -7542,11 +7542,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 2.3753E+05 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 1.0668E+04 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 3.4638E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 1.5629E+06 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 1.5629E+06 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 2.5007E+07 Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1200E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.4165E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.4165E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.4165E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.4165E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1982E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 1.4412E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 7.2690E+06 @@ -8473,14 +8473,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 5 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.7793E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.7061E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 1.4000E+00 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 1.4000E+00 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.7477E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 9.2447E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 5.1957E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 5.1957E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_1_R_(m)_______________________________________________ (xarc(1))_____________________ 4.4793E+00 TF_coil_arc_point_1_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.6366E+00 @@ -8493,9 +8493,9 @@ TF_coil_arc_point_5_R_(m)_______________________________________________ (xarc(5))_____________________ 4.4793E+00 TF_coil_arc_point_5_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.5468E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 3.3244E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 2.4634E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 2.4634E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.4098E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 2.3626E+00 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 2.3626E+00 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 7.1068E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 9.5351E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -8508,7 +8508,7 @@ Winding_pack_toroidal_width_(m)_________________________________________ (wwp1)________________________ 1.2723E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 9.3774E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 9.3774E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 5.2131E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 1.0146E-01 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 3.7723E-01 @@ -8537,11 +8537,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 2.3752E+05 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 1.0668E+04 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 3.4638E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 1.5629E+06 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 1.5629E+06 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 2.5007E+07 Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1200E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.4165E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.4165E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.4165E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.4165E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1982E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 1.4412E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 7.2690E+06 @@ -9284,7 +9284,7 @@ casths = 0.05 * Inboard tf coil sidewall case thickness (m) cpttf = 6.5e+04 * Tf coil current per turn (a); ripmax = 0.6 * Maximum allowable toroidal field ripple amplitude tdmptf = 30.0 * Dump time for tf coil (s) -n_tf = 16 * Number of tf coils (default = 50 for stellarators) +n_tf_coils = 16 * Number of tf coils (default = 50 for stellarators) sig_tf_case_max = 5.8E8 * Allowable maximum shear stress in TF coil case (Tresca criterion) (Pa) sig_tf_wp_max = 5.8E8 * Allowable maximum shear stress in TF coil conduit (Tresca criterion) (Pa) dhecoil = 0.010 * diameter of He coil in TF winding (m) diff --git a/examples/data/scan_example_file_IN.DAT b/examples/data/scan_example_file_IN.DAT index c79826c230..a6d286a5ab 100644 --- a/examples/data/scan_example_file_IN.DAT +++ b/examples/data/scan_example_file_IN.DAT @@ -590,7 +590,7 @@ casths = 0.05 ripmax = 0.6 * Number of TF coils -n_tf = 16 +n_tf_coils = 16 * Groundwall insulation thickness [m] tinstf = 0.008 diff --git a/process/build.py b/process/build.py index d33b42d8f8..2c116b7aff 100644 --- a/process/build.py +++ b/process/build.py @@ -47,7 +47,7 @@ def portsz(self): # Toroidal angle between adjacent TF coils - omega = constants.twopi / tfcoil_variables.n_tf + omega = constants.twopi / tfcoil_variables.n_tf_coils # Half-width of outboard TF coil in toroidal direction (m) a = 0.5e0 * tfcoil_variables.tftort # (previously used inboard leg width) @@ -1508,7 +1508,7 @@ def ripple_amplitude(self, ripmax: float, r_tf_outboard_mid: float) -> float: Activated when i_tf_shape == 2 (picture frame) """ - n = float(tfcoil_variables.n_tf) + n = float(tfcoil_variables.n_tf_coils) if tfcoil_variables.i_tf_sup == 1: # Minimal inboard WP radius [m] r_wp_min = build_variables.r_tf_inboard_in + tfcoil_variables.thkcas @@ -1612,7 +1612,7 @@ def ripple_amplitude(self, ripmax: float, r_tf_outboard_mid: float) -> float: flag = 0 if (x < 0.737e0) or (x > 2.95e0): flag = 1 - if (tfcoil_variables.n_tf < 16) or (tfcoil_variables.n_tf > 20): + if (tfcoil_variables.n_tf_coils < 16) or (tfcoil_variables.n_tf_coils > 20): flag = 2 if ( (physics_variables.rmajor + physics_variables.rminor) @@ -1720,7 +1720,7 @@ def calculate_radial_build(self, output: bool) -> None: + tfcoil_variables.casthi + tfcoil_variables.thkcas ) / np.cos( - np.pi / tfcoil_variables.n_tf + np.pi / tfcoil_variables.n_tf_coils ) - build_variables.r_tf_inboard_in # Rounded resistive TF geometry @@ -1747,7 +1747,7 @@ def calculate_radial_build(self, output: bool) -> None: # SC magnets if tfcoil_variables.i_tf_sup == 1: tfcoil_variables.dr_tf_wp = ( - np.cos(np.pi / tfcoil_variables.n_tf) + np.cos(np.pi / tfcoil_variables.n_tf_coils) * build_variables.r_tf_inboard_out - build_variables.r_tf_inboard_in - tfcoil_variables.casthi @@ -1950,7 +1950,7 @@ def calculate_radial_build(self, output: bool) -> None: build_variables.dr_shld_vv_gap_outboard = build_variables.gapomin # Call tfcoil_variables.ripple calculation again with new build_variables.r_tf_outboard_mid/build_variables.dr_shld_vv_gap_outboard value - # call rippl(tfcoil_variables.ripmax,rmajor,rminor,r_tf_outboard_mid,n_tf,ripple,r_tf_outboard_midl) + # call rippl(tfcoil_variables.ripmax,rmajor,rminor,r_tf_outboard_mid,n_tf_coils,ripple,r_tf_outboard_midl) ( tfcoil_variables.ripple, r_tf_outboard_midl, @@ -2093,13 +2093,13 @@ def calculate_radial_build(self, output: bool) -> None: if self.ripflag == 1: error_handling.fdiags[0] = ( tfcoil_variables.wwp1 - * tfcoil_variables.n_tf + * tfcoil_variables.n_tf_coils / physics_variables.rmajor ) error_handling.report_error(141) elif self.ripflag == 2: # Convert to integer as idiags is integer array - error_handling.idiags[0] = int(tfcoil_variables.n_tf) + error_handling.idiags[0] = int(tfcoil_variables.n_tf_coils) error_handling.report_error(142) else: error_handling.fdiags[0] = ( diff --git a/process/buildings.py b/process/buildings.py index b18e73f779..c7046c903c 100644 --- a/process/buildings.py +++ b/process/buildings.py @@ -55,7 +55,7 @@ def run(self, output: bool = False): ) # Find mass of each TF coil, in tonnes - tfmtn = 1.0e-3 * tfcoil_variables.whttf / tfcoil_variables.n_tf + tfmtn = 1.0e-3 * tfcoil_variables.whttf / tfcoil_variables.n_tf_coils # Calculate building areas and volumes @@ -80,7 +80,7 @@ def run(self, output: bool = False): tfri, tf_vertical_dim, tfmtn, - tfcoil_variables.n_tf, + tfcoil_variables.n_tf_coils, build_variables.rsldo, build_variables.rsldi, 2.0e0 * (build_variables.hmax - build_variables.vgap_vv_thermalshield) @@ -100,7 +100,7 @@ def bldgs( tfri, tfh, tfm, - n_tf, + n_tf_coils, shro, shri, shh, @@ -200,7 +200,7 @@ def bldgs( if buildings_variables.wgt > 1.0e0: wt = buildings_variables.wgt else: - wt = buildings_variables.shmf * shm / n_tf + wt = buildings_variables.shmf * shm / n_tf_coils wt = max(wt, 1.0e3 * pfm, 1.0e3 * tfm) # Crane height (m) @@ -268,7 +268,7 @@ def bldgs( if buildings_variables.wgt2 > 1.0e0: wgts = buildings_variables.wgt2 else: - wgts = buildings_variables.shmf * shm / n_tf + wgts = buildings_variables.shmf * shm / n_tf_coils cran = 9.41e-6 * wgts + 5.1e0 rmbh = ( @@ -527,7 +527,7 @@ def bldgs_sizes(self, output, tf_radial_dim, tf_vertical_dim): # Footprints and volumes required for storage include hot separation distance (buildings_variables.hot_sepdist). # Assumptions: - # tokomak is toroidally segmented based on number of TF coils (tfcoil_variables.n_tf); + # tokomak is toroidally segmented based on number of TF coils (tfcoil_variables.n_tf_coils); # component will be stored with the largest dimension oriented horizontally; # height is the largest dimension; # if a component lifetime == 0, that component is not in the current machine build. @@ -562,7 +562,7 @@ def bldgs_sizes(self, output, tf_radial_dim, tf_vertical_dim): + build_variables.dr_shld_inboard ) ) - ) / tfcoil_variables.n_tf + ) / tfcoil_variables.n_tf_coils # find footprint and volume for storing component hcomp_footprint = (hcomp_height + buildings_variables.hot_sepdist) * ( max(hcomp_rad_thk, hcomp_tor_thk) + buildings_variables.hot_sepdist @@ -573,7 +573,8 @@ def bldgs_sizes(self, output, tf_radial_dim, tf_vertical_dim): # required lifetime supply of components = # ( number in build * (plant lifetime / component lifetime) ) * quantity safety factor hcomp_req_supply = ( - tfcoil_variables.n_tf * (cost_variables.tlife / cost_variables.tlife) + tfcoil_variables.n_tf_coils + * (cost_variables.tlife / cost_variables.tlife) ) * buildings_variables.qnty_sfty_fac # total storage space for required supply of inboard shield-blanket-wall ib_hotcell_vol = hcomp_req_supply * hcomp_vol @@ -604,7 +605,7 @@ def bldgs_sizes(self, output, tf_radial_dim, tf_vertical_dim): + build_variables.dr_blkt_outboard + build_variables.dr_shld_outboard ) - ) / tfcoil_variables.n_tf + ) / tfcoil_variables.n_tf_coils hcomp_footprint = (hcomp_height + buildings_variables.hot_sepdist) * ( max(hcomp_rad_thk, hcomp_tor_thk) + buildings_variables.hot_sepdist ) @@ -612,7 +613,8 @@ def bldgs_sizes(self, output, tf_radial_dim, tf_vertical_dim): min(hcomp_rad_thk, hcomp_tor_thk) + buildings_variables.hot_sepdist ) hcomp_req_supply = ( - tfcoil_variables.n_tf * (cost_variables.tlife / cost_variables.tlife) + tfcoil_variables.n_tf_coils + * (cost_variables.tlife / cost_variables.tlife) ) * buildings_variables.qnty_sfty_fac # total storage space for required supply of outboard wall-blanket-shield ob_hotcell_vol = hcomp_req_supply * hcomp_vol @@ -633,7 +635,8 @@ def bldgs_sizes(self, output, tf_radial_dim, tf_vertical_dim): min(hcomp_rad_thk, hcomp_tor_thk) + buildings_variables.hot_sepdist ) hcomp_req_supply = ( - tfcoil_variables.n_tf * (cost_variables.tlife / cost_variables.divlife) + tfcoil_variables.n_tf_coils + * (cost_variables.tlife / cost_variables.divlife) ) * buildings_variables.qnty_sfty_fac # total storage space for required supply of divertor segments div_hotcell_vol = hcomp_req_supply * hcomp_vol diff --git a/process/costs.py b/process/costs.py index 0ecdd4f835..09cdee0e16 100644 --- a/process/costs.py +++ b/process/costs.py @@ -1451,7 +1451,7 @@ def acc2221(self): costtfsc = ( cost_variables.ucsc[tfcoil_variables.i_tf_sc_mat - 1] * tfcoil_variables.whtconsc - / (tfcoil_variables.tfleng * tfcoil_variables.n_tf_turn) + / (tfcoil_variables.len_tf_coil * tfcoil_variables.n_tf_turn) ) else: costtfsc = ( @@ -1465,7 +1465,7 @@ def acc2221(self): costtfcu = ( cost_variables.uccu * tfcoil_variables.whtconcu - / (tfcoil_variables.tfleng * tfcoil_variables.n_tf_turn) + / (tfcoil_variables.len_tf_coil * tfcoil_variables.n_tf_turn) ) # Total cost/metre of superconductor and copper wire @@ -1481,8 +1481,8 @@ def acc2221(self): self.c22211 = ( 1.0e-6 * ctfconpm - * tfcoil_variables.n_tf - * tfcoil_variables.tfleng + * tfcoil_variables.n_tf_coils + * tfcoil_variables.len_tf_coil * tfcoil_variables.n_tf_turn ) self.c22211 = ( @@ -1494,8 +1494,8 @@ def acc2221(self): self.c22212 = ( 1.0e-6 * cost_variables.ucwindtf - * tfcoil_variables.n_tf - * tfcoil_variables.tfleng + * tfcoil_variables.n_tf_coils + * tfcoil_variables.len_tf_coil * tfcoil_variables.n_tf_turn ) self.c22212 = ( @@ -1507,7 +1507,7 @@ def acc2221(self): self.c22213 = ( 1.0e-6 * (tfcoil_variables.whtcas * cost_variables.uccase) - * tfcoil_variables.n_tf + * tfcoil_variables.n_tf_coils ) self.c22213 = ( cost_variables.fkind * self.c22213 * cmlsa[cost_variables.lsa - 1] @@ -1939,7 +1939,7 @@ def acc2251(self): if tfcoil_variables.i_tf_sup == 1: self.c22512 = 1.0e-6 * ( cost_variables.uctfbr - * tfcoil_variables.n_tf + * tfcoil_variables.n_tf_coils * (tfcoil_variables.cpttf * tfcoil_variables.vtfskv * 1.0e3) ** expel + cost_variables.uctfsw * tfcoil_variables.cpttf ) @@ -1952,25 +1952,27 @@ def acc2251(self): self.c22513 = 1.0e-6 * ( 1.0e9 * cost_variables.uctfdr * tfcoil_variables.estotftgj - + cost_variables.uctfgr * 0.5e0 * tfcoil_variables.n_tf + + cost_variables.uctfgr * 0.5e0 * tfcoil_variables.n_tf_coils ) self.c22513 = cost_variables.fkind * self.c22513 # Account 225.1.4 : TF coil instrumentation and control - self.c22514 = 1.0e-6 * cost_variables.uctfic * (30.0e0 * tfcoil_variables.n_tf) + self.c22514 = ( + 1.0e-6 * cost_variables.uctfic * (30.0e0 * tfcoil_variables.n_tf_coils) + ) self.c22514 = cost_variables.fkind * self.c22514 # Account 225.1.5 : TF coil bussing if tfcoil_variables.i_tf_sup != 1: - self.c22515 = 1.0e-6 * cost_variables.uctfbus * tfcoil_variables.tfbusmas + self.c22515 = 1.0e-6 * cost_variables.uctfbus * tfcoil_variables.m_tf_bus else: self.c22515 = ( 1.0e-6 * cost_variables.ucbus * tfcoil_variables.cpttf - * tfcoil_variables.tfbusl + * tfcoil_variables.len_tf_bus ) self.c22515 = cost_variables.fkind * self.c22515 diff --git a/process/costs_2015.py b/process/costs_2015.py index 5e35bdfa23..09fdc5ea7d 100644 --- a/process/costs_2015.py +++ b/process/costs_2015.py @@ -588,7 +588,9 @@ def calc_building_costs(self): self.s_label[5] = "Magnet power supplies and related buildings" self.s_cref[5] = 110000.0e0 * cost_variables.light_build_cost_per_vol # Scale with TF current per coil (MA) - self.s_k[5] = (tfcoil_variables.ritfc / tfcoil_variables.n_tf) / 1.0e6 + self.s_k[5] = ( + tfcoil_variables.c_tf_total / tfcoil_variables.n_tf_coils + ) / 1.0e6 self.s_kref[5] = 9.1e0 self.s_cost[5] = ( self.s_cost_factor[5] * self.s_cref[5] * (self.s_k[5] / self.s_kref[5]) @@ -711,7 +713,7 @@ def calc_tf_coil_costs(self): # ITER coil insertion and welding cost (2014 $) self.s_cref[13] = 258.0e6 # Scale with total TF coil length (m) - self.s_k[13] = tfcoil_variables.n_tf * tfcoil_variables.tfleng + self.s_k[13] = tfcoil_variables.n_tf_coils * tfcoil_variables.len_tf_coil self.s_kref[13] = 18.0e0 * 34.1e0 self.s_cost[13] = ( self.s_cost_factor[13] @@ -725,7 +727,9 @@ def calc_tf_coil_costs(self): self.s_cref[15] = 414.0e6 # Scale with the total turn length (m) self.s_k[15] = ( - tfcoil_variables.n_tf * tfcoil_variables.tfleng * tfcoil_variables.n_tf_turn + tfcoil_variables.n_tf_coils + * tfcoil_variables.len_tf_coil + * tfcoil_variables.n_tf_turn ) self.s_kref[15] = 82249.0e0 self.s_cost[15] = ( @@ -739,7 +743,7 @@ def calc_tf_coil_costs(self): # ITER Chromium plated Cu strand for TF SC cost (2014 $) self.s_cref[16] = 21.0e6 # Scale with total copper mass (kg) - self.s_k[16] = tfcoil_variables.whtconcu * tfcoil_variables.n_tf + self.s_k[16] = tfcoil_variables.whtconcu * tfcoil_variables.n_tf_coils self.s_kref[16] = 244.0e3 self.s_cost[16] = ( self.s_cost_factor[16] @@ -752,7 +756,7 @@ def calc_tf_coil_costs(self): # ITER Nb3Sn SC strands cost (2014 $) self.s_cref[17] = 526.0e6 # Scale with the total mass of Nb3Sn (kg) - self.s_k[17] = tfcoil_variables.whtconsc * tfcoil_variables.n_tf + self.s_k[17] = tfcoil_variables.whtconsc * tfcoil_variables.n_tf_coils self.s_kref[17] = 210.0e3 self.s_cost[17] = ( self.s_cost_factor[17] @@ -772,7 +776,9 @@ def calc_tf_coil_costs(self): self.s_cref[19] = 81.0e6 # Scale with total turn length. self.s_k[19] = ( - tfcoil_variables.n_tf * tfcoil_variables.tfleng * tfcoil_variables.n_tf_turn + tfcoil_variables.n_tf_coils + * tfcoil_variables.len_tf_coil + * tfcoil_variables.n_tf_turn ) self.s_kref[19] = 82249.0e0 self.s_cost[19] = ( diff --git a/process/init.py b/process/init.py index a809f3aa7d..b14947e8c9 100644 --- a/process/init.py +++ b/process/init.py @@ -704,11 +704,11 @@ def check_process(): # Temperature of the TF legs cannot be cooled down if ( - fortran.tfcoil_variables.tlegav > 0 - and fortran.tfcoil_variables.tlegav < 273.15 + fortran.tfcoil_variables.temp_tf_legs_outboard > 0 + and fortran.tfcoil_variables.temp_tf_legs_outboard < 273.15 ): raise ProcessValidationError( - "TF legs conductor temperature (tlegav) cannot be < 0 C (273.15 K) for water cooled magents" + "TF legs conductor temperature (temp_tf_legs_outboard) cannot be < 0 C (273.15 K) for water cooled magents" ) # Check if conductor upper limit is properly set to 50 K or below @@ -716,7 +716,7 @@ def check_process(): fortran.numerics.ixc[: fortran.numerics.nvar] == 20 ).any() and fortran.numerics.boundu[19] < 273.15: raise ProcessValidationError( - "Too low CP conductor temperature (tcpav). Lower limit for copper > 273.15 K" + "Too low CP conductor temperature (temp_cp_average). Lower limit for copper > 273.15 K" ) # Call a lvl 3 error if superconductor magnets are used @@ -737,9 +737,9 @@ def check_process(): ) # Check if the leg average temperature is low enough for the resisitivity fit - if fortran.tfcoil_variables.tlegav > 50.0: + if fortran.tfcoil_variables.temp_tf_legs_outboard > 50.0: raise ProcessValidationError( - "TF legs conductor temperature (tlegav) should be < 40 K for the cryo-al resistivity to be defined" + "TF legs conductor temperature (temp_tf_legs_outboard) should be < 40 K for the cryo-al resistivity to be defined" ) # Check if conductor upper limit is properly set to 50 K or below @@ -747,11 +747,11 @@ def check_process(): fortran.numerics.ixc[: fortran.numerics.nvar] == 20 ).any() and fortran.numerics.boundu[19] > 50.0: raise ProcessValidationError( - "Too large CP conductor temperature (tcpav). Upper limit for cryo-al < 50 K" + "Too large CP conductor temperature (temp_cp_average). Upper limit for cryo-al < 50 K" ) # Otherwise intitialise the average conductor temperature at - fortran.tfcoil_variables.tcpav = fortran.tfcoil_variables.tcoolin + fortran.tfcoil_variables.temp_cp_average = fortran.tfcoil_variables.tcoolin # Check if the boostrap current selection is addapted to ST if fortran.physics_variables.i_bootstrap_current == 1: diff --git a/process/io/mfile_comparison.py b/process/io/mfile_comparison.py index 054127c07e..3ad46a4b40 100644 --- a/process/io/mfile_comparison.py +++ b/process/io/mfile_comparison.py @@ -52,7 +52,7 @@ "fimp(14", "a_plasma_surface", "vol_plasma", - "n_tf", + "n_tf_coils", "dr_shld_inboard", "dr_shld_outboard", "dr_blkt_inboard", @@ -109,7 +109,7 @@ "triang95", "a_plasma_surface", "vol_plasma", - "n_tf", + "n_tf_coils", "fusion_power", "plasma_current_MA", "bt", diff --git a/process/io/obsolete_vars.py b/process/io/obsolete_vars.py index 194ac88ed0..57de0ef139 100644 --- a/process/io/obsolete_vars.py +++ b/process/io/obsolete_vars.py @@ -14,7 +14,7 @@ OBS_VARS = { "snull": "i_single_null", - "tfno": "n_tf", + "tfno": "n_tf_coils", "itfsup": "i_tf_sup", "r_tf_inleg_mid": "r_tf_inboard_mid", "rtot": "r_tf_outboard_mid", @@ -190,6 +190,12 @@ "iradloss": "i_rad_loss", "ipnlaws": "n_confinement_scalings", "iinvqd": None, + "rhotfleg": "rho_tf_leg", + "n_tf": "n_tf_coils", + "tcpav": "temp_cp_average", + "jbus": "j_tf_bus", + "fcoolleg": "f_a_tf_cooil_outboard", + "rhotfbus": "rho_tf_bus", } OBS_VARS_HELP = { diff --git a/process/io/plot_proc.py b/process/io/plot_proc.py index 139dfacd37..6bd5127b06 100644 --- a/process/io/plot_proc.py +++ b/process/io/plot_proc.py @@ -497,8 +497,8 @@ def toroidal_cross_section(axis, mfile_data, scan, demo_ranges, colour_scheme): # Segment the TF coil inboard # Calculate centrelines - n = int(n_tf / 4) + 1 - spacing = 2 * np.pi / n_tf + n = int(n_tf_coils / 4) + 1 + spacing = 2 * np.pi / n_tf_coils i = np.arange(0, n) ang = i * spacing @@ -526,7 +526,7 @@ def toroidal_cross_section(axis, mfile_data, scan, demo_ranges, colour_scheme): TF_outboard( axis, item, - n_tf=n_tf, + n_tf_coils=n_tf_coils, r3=r3, r4=r4, w=w + nbshield, @@ -536,7 +536,7 @@ def toroidal_cross_section(axis, mfile_data, scan, demo_ranges, colour_scheme): TF_outboard( axis, item, - n_tf=n_tf, + n_tf_coils=n_tf_coils, r3=r3, r4=r4, w=w, @@ -583,8 +583,8 @@ def toroidal_cross_section(axis, mfile_data, scan, demo_ranges, colour_scheme): # --- -def TF_outboard(axis, item, n_tf, r3, r4, w, facecolor): - spacing = 2 * np.pi / n_tf +def TF_outboard(axis, item, n_tf_coils, r3, r4, w, facecolor): + spacing = 2 * np.pi / n_tf_coils ang = item * spacing dx = w * np.sin(ang) dy = w * np.cos(ang) @@ -2372,7 +2372,7 @@ def plot_geometry_info(axis, mfile_data, scan): ("a_plasma_surface", "Plasma surface area", "m$^2$"), ("a_plasma_poloidal", "Plasma cross-sectional area", "m$^2$"), ("vol_plasma", "Plasma volume", "m$^3$"), - ("n_tf", "No. of TF coils", ""), + ("n_tf_coils", "No. of TF coils", ""), (in_blanket_thk, "Inboard blanket+shield", "m"), ("dr_inboard_build", "Inboard build thickness", "m"), (out_blanket_thk, "Outboard blanket+shield", "m"), @@ -2552,13 +2552,14 @@ def plot_magnetics_info(axis, mfile_data, scan): ("tmargoh", "CS Temperature margin", "K"), (sig_cond, "TF Cond max TRESCA stress", "MPa"), (sig_case, "TF Case max TRESCA stress", "MPa"), - ("whttf/n_tf", "Mass per TF coil", "kg"), + ("whttf/n_tf_coils", "Mass per TF coil", "kg"), ] else: - n_tf = mfile_data.data["n_tf"].get_scan(scan) - prescp = 1.0e-6 * mfile_data.data["prescp"].get_scan(scan) - presleg = 1.0e-6 * mfile_data.data["presleg"].get_scan(scan) + p_cp_resistive = 1.0e-6 * mfile_data.data["p_cp_resistive"].get_scan(scan) + p_tf_leg_resistive = 1.0e-6 * mfile_data.data["p_tf_leg_resistive"].get_scan( + scan + ) pres_joints = 1.0e-6 * mfile_data.data["pres_joints"].get_scan(scan) fcoolcp = 100.0 * mfile_data.data["fcoolcp"].get_scan(scan) @@ -2572,15 +2573,19 @@ def plot_magnetics_info(axis, mfile_data, scan): ("", "", ""), (f"#TF coil type is {tftype}", "", ""), ("bmaxtf", "Peak field at conductor (w. rip.)", "T"), - ("ritfc", "TF coil currents sum", "A"), + ("c_tf_total", "TF coil currents sum", "A"), ("", "", ""), ("#TF coil forces/stresses", "", ""), (sig_cond, "TF conductor max TRESCA stress", "MPa"), (sig_case, "TF bucking max TRESCA stress", "MPa"), (fcoolcp, "CP cooling fraction", "%"), ("vcool", "Maximum coolant flow speed", "ms$^{-1}$"), - (prescp, "CP Resisitive heating", "MW"), - (presleg * n_tf, "legs Resisitive heating (all legs)", "MW"), + (p_cp_resistive, "CP Resisitive heating", "MW"), + ( + p_tf_leg_resistive, + "legs Resisitive heating (all legs)", + "MW", + ), (pres_joints, "TF joints resisitive heating ", "MW"), ] @@ -3419,7 +3424,7 @@ def main(args=None): j_plasma_0 = m_file.data["j_plasma_0"].get_scan(scan) # Magnets related - global n_tf + global n_tf_coils global wwp1 global wwp2 global dr_tf_wp @@ -3427,7 +3432,7 @@ def main(args=None): global thkcas global casthi - n_tf = m_file.data["n_tf"].get_scan(scan) + n_tf_coils = m_file.data["n_tf_coils"].get_scan(scan) if i_tf_sup == 1: # If superconducting magnets wwp1 = m_file.data["wwp1"].get_scan(scan) if i_tf_wp_geom == 1: diff --git a/process/io/variable_metadata.py b/process/io/variable_metadata.py index 3093b52cd3..fc1cf2ab98 100644 --- a/process/io/variable_metadata.py +++ b/process/io/variable_metadata.py @@ -84,7 +84,7 @@ class VariableMetadata: description="Mean peak field at TF coil", units="T", ), - "ritfc": VariableMetadata( + "c_tf_total": VariableMetadata( latex=r"$I_\mathrm{TF}^\mathrm{tot}$ [$A$]", description="Total TF coil current", units="A", diff --git a/process/power.py b/process/power.py index 6dd504f92f..37f3fdb8ee 100644 --- a/process/power.py +++ b/process/power.py @@ -791,7 +791,7 @@ def power1(self): pf_power_variables.ensxpfm, times_variables.t_pulse_repetition, tfcoil_variables.cpttf, - tfcoil_variables.n_tf, + tfcoil_variables.n_tf_coils, ) # Use 13% of ideal Carnot efficiency to fit J. Miller estimate @@ -813,8 +813,8 @@ def power1(self): if tfcoil_variables.i_tf_sup == 2: # Heat removal power at cryogenic temperature tfcoil_variables.tcoolin (W) heat_transport_variables.helpow_cryal = ( - tfcoil_variables.prescp - + tfcoil_variables.presleg + tfcoil_variables.p_cp_resistive + + tfcoil_variables.p_tf_leg_resistive + tfcoil_variables.pres_joints + fwbs_variables.pnuc_cp_tf * 1.0e6 ) @@ -2268,7 +2268,7 @@ def cryo( ensxpfm, t_pulse_repetition, cpttf, - n_tf, + n_tf_coils, ): """ Calculates cryogenic loads @@ -2302,7 +2302,7 @@ def cryo( # Current leads if i_tf_sup == 1: - self.qcl = 13.6e-3 * n_tf * cpttf + self.qcl = 13.6e-3 * n_tf_coils * cpttf else: self.qcl = 0.0e0 @@ -2480,43 +2480,46 @@ def tfpwr(self, output: bool): None """ if tfcoil_variables.i_tf_sup != 1: - tfcoil_variables.tfbusl = 300.0e0 - # Cross-sectional area of bus # tfcoil_variables.cpttf - current per TFC turn (A) - # tfcoil_variables.jbus - bus current density (A/m2) - abus = tfcoil_variables.cpttf / tfcoil_variables.jbus + # tfcoil_variables.j_tf_bus - bus current density (A/m2) + a_tf_bus = tfcoil_variables.cpttf / tfcoil_variables.j_tf_bus # Bus resistance [ohm] - # Bus resistivity (tfcoil_variables.rhotfbus) + # Bus resistivity (tfcoil_variables.rho_tf_bus) # Issue #1253: there was a fudge here to set the bus bar resistivity equal # to the TF conductor resistivity. I have removed this. - tfbusres = tfcoil_variables.rhotfbus * tfcoil_variables.tfbusl / abus + tfbusres = ( + tfcoil_variables.rho_tf_bus * tfcoil_variables.len_tf_bus / a_tf_bus + ) # Bus mass (kg) - tfcoil_variables.tfbusmas = ( - tfcoil_variables.tfbusl * abus * constants.dcopper + tfcoil_variables.m_tf_bus = ( + tfcoil_variables.len_tf_bus * a_tf_bus * constants.dcopper ) # Total maximum impedance MDK actually just fixed resistance - ztot = ( - tfcoil_variables.n_tf * tfcoil_variables.tflegres - + (tfcoil_variables.prescp / tfcoil_variables.ritfc**2) + res_tf_system_total = ( + tfcoil_variables.n_tf_coils * tfcoil_variables.res_tf_leg + + (tfcoil_variables.p_cp_resistive / tfcoil_variables.c_tf_total**2) + tfbusres ) # No reactive portion of the voltage is included here - assume long ramp times # MDK This is steady state voltage, not "peak" voltage tfcoil_variables.vtfkv = ( - 1.0e-3 * ztot * tfcoil_variables.cpttf / tfcoil_variables.n_tf + 1.0e-3 + * res_tf_system_total + * tfcoil_variables.cpttf + / tfcoil_variables.n_tf_coils ) # Resistive powers (MW): tfcoil_variables.tfcpmw = ( - 1.0e-6 * tfcoil_variables.prescp + 1.0e-6 * tfcoil_variables.p_cp_resistive ) # inboard legs (called centrepost, CP for tart design) tfcoil_variables.tflegmw = ( - 1.0e-6 * tfcoil_variables.presleg + 1.0e-6 * tfcoil_variables.p_tf_leg_resistive ) # outboard legs tfcoil_variables.tfjtsmw = 1.0e-6 * tfcoil_variables.pres_joints # Joints tfbusmw = ( @@ -2528,7 +2531,7 @@ def tfpwr(self, output: bool): # The TF coil can be ramped up as slowly as you like # (although this will affect the time to recover from a magnet quench). # tfreacmw = 1.0e-6 * 1.0e9 * estotf/(t_current_ramp_up + t_precharge) - # estotf(=estotftgj/tfcoil_variables.n_tf) has been removed (#199 #847) + # estotf(=estotftgj/tfcoil_variables.n_tf_coils) has been removed (#199 #847) tfreacmw = 0.0e0 # Total power consumption (MW) @@ -2556,27 +2559,30 @@ def tfpwr(self, output: bool): po.oheadr(self.outfile, "Resistive TF Coil Power Conversion") po.ovarre(self.outfile, "Bus resistance (ohm)", "(tfbusres)", tfbusres, "OP ") po.ovarre( - self.outfile, "Bus current density (A/m2)", "(jbus)", tfcoil_variables.jbus + self.outfile, + "Bus current density (A/m2)", + "(j_tf_bus)", + tfcoil_variables.j_tf_bus, ) po.ovarre( self.outfile, "Bus length - all coils (m)", - "(tfbusl)", - tfcoil_variables.tfbusl, + "(len_tf_bus)", + tfcoil_variables.len_tf_bus, ) po.ovarre( self.outfile, "Bus mass (kg)", - "(tfbusmas)", - tfcoil_variables.tfbusmas, + "(m_tf_bus)", + tfcoil_variables.m_tf_bus, "OP ", ) # po.ovarre(outfile,'Maximum impedance (ohm)','(ztot)',ztot) po.ovarre( self.outfile, "Total resistance for TF coil set (ohm)", - "(ztot)", - ztot, + "(res_tf_system_total)", + res_tf_system_total, "OP ", ) # po.ovarre(outfile,'Peak voltage per coil (kV)','(vtfkv)',vtfkv) @@ -2640,7 +2646,7 @@ def tfpwcall(self, output: bool): the power conversion requirements for superconducting TF coils. None """ - ettfmj = tfcoil_variables.estotftgj / tfcoil_variables.n_tf * 1.0e3 + ettfmj = tfcoil_variables.estotftgj / tfcoil_variables.n_tf_coils * 1.0e3 # TF coil current (kA) @@ -2648,7 +2654,7 @@ def tfpwcall(self, output: bool): ( tfcoil_variables.tfckw, - tfcoil_variables.tfbusl, + tfcoil_variables.len_tf_bus, tfcoil_variables.drarea, buildings_variables.tfcbv, heat_transport_variables.tfacpd, @@ -2656,10 +2662,10 @@ def tfpwcall(self, output: bool): output, itfka, physics_variables.rmajor, - tfcoil_variables.n_tf, + tfcoil_variables.n_tf_coils, tfcoil_variables.vtfskv, ettfmj, - tfcoil_variables.tflegres, + tfcoil_variables.res_tf_leg, ) def tfcpwr(self, output: bool, itfka, rmajor, ntfc, vtfskv, ettfmj, rptfc): @@ -2710,18 +2716,18 @@ def tfcpwr(self, output: bool, itfka, rmajor, ntfc, vtfskv, ettfmj, rptfc): albusa = itfka / djmka # Total TF system bus length, m - tfbusl = ( + len_tf_bus = ( 8.0e0 * np.pi * rmajor + (1.0e0 + ntfbkr) * (12.0e0 * rmajor + 80.0e0) + 0.2e0 * itfka * np.sqrt(ntfc * rptfc * 1000.0e0) ) # Aluminium bus weight, tonnes - albuswt = 2.7e0 * albusa * tfbusl / 1.0e4 + albuswt = 2.7e0 * albusa * len_tf_bus / 1.0e4 # Total resistance of TF bus, ohms - # rtfbus = 2.62e-4 * tfbusl / albusa - rtfbus = tfcoil_variables.rhotfbus * tfbusl / (albusa / 10000) + # rtfbus = 2.62e-4 * len_tf_bus / albusa + rtfbus = tfcoil_variables.rho_tf_bus * len_tf_bus / (albusa / 10000) # Total voltage drop across TF bus, volts vtfbus = 1000.0e0 * itfka * rtfbus @@ -2840,7 +2846,7 @@ def tfcpwr(self, output: bool, itfka, rmajor, ntfc, vtfskv, ettfmj, rptfc): rcoils, "OP ", ) - # MDK Remove this as it leads to confusion between (a) total inductance/n_tf, or (b) + # MDK Remove this as it leads to confusion between (a) total inductance/n_tf_coils, or (b) # self-inductance of one single coil # po.ovarre(outfile,'Inductance per TF coil (H)','(lptfcs)',lptfcs, 'OP ') po.ovarre(self.outfile, "TF coil charging voltage (V)", "(tfcv)", tfcv) @@ -2897,8 +2903,8 @@ def tfcpwr(self, output: bool, itfka, rmajor, ntfc, vtfskv, ettfmj, rptfc): po.ovarre( self.outfile, "Total length of TF coil bussing (m)", - "(tfbusl)", - tfbusl, + "(len_tf_bus)", + len_tf_bus, "OP ", ) po.ovarre( @@ -2951,4 +2957,4 @@ def tfcpwr(self, output: bool, itfka, rmajor, ntfc, vtfskv, ettfmj, rptfc): "OP ", ) - return (tfckw, tfbusl, drarea, tfcbv, tfacpd) + return (tfckw, len_tf_bus, drarea, tfcbv, tfacpd) diff --git a/process/sctfcoil.py b/process/sctfcoil.py index 3b71e85520..5416053715 100644 --- a/process/sctfcoil.py +++ b/process/sctfcoil.py @@ -39,10 +39,12 @@ def run(self, output: bool): """ Routine to call the superconductor module for the TF coils """ - tfes = sctfcoil_module.estotft / tfcoil_variables.n_tf + tfes = sctfcoil_module.estotft / tfcoil_variables.n_tf_coils # Cross-sectional area per turn - aturn = tfcoil_variables.ritfc / ( - tfcoil_variables.jwptf * tfcoil_variables.n_tf * tfcoil_variables.n_tf_turn + aturn = tfcoil_variables.c_tf_total / ( + tfcoil_variables.jwptf + * tfcoil_variables.n_tf_coils + * tfcoil_variables.n_tf_turn ) if tfcoil_variables.i_tf_sc_mat == 6: @@ -90,7 +92,7 @@ def croco_voltage(self) -> float: croco_voltage = ( 2.0e0 / sctfcoil_module.time2 - * (sctfcoil_module.estotft / tfcoil_variables.n_tf) + * (sctfcoil_module.estotft / tfcoil_variables.n_tf_coils) / tfcoil_variables.cpttf ) elif f2py_compatible_to_string(tfcoil_variables.quench_model) == "exponential": @@ -98,7 +100,7 @@ def croco_voltage(self) -> float: croco_voltage = ( 2.0e0 / sctfcoil_module.tau2 - * (sctfcoil_module.estotft / tfcoil_variables.n_tf) + * (sctfcoil_module.estotft / tfcoil_variables.n_tf_coils) / tfcoil_variables.cpttf ) else: @@ -1192,7 +1194,7 @@ def sctfcoil(self, output: bool): # Total TF coil stored magnetic energy [J] sctfcoil_module.estotft = ( - 0.5e0 * tfcoil_variables.tfind * tfcoil_variables.ritfc**2 + 0.5e0 * tfcoil_variables.tfind * tfcoil_variables.c_tf_total**2 ) # Total TF coil stored magnetic energy [Gigajoule] @@ -1206,7 +1208,7 @@ def sctfcoil(self, output: bool): # Rem : as resistive magnets are axisymmetric, no inboard ripple is present if tfcoil_variables.i_tf_sup == 1: tfcoil_variables.bmaxtfrp, peaktfflag = self.peak_tf_with_ripple( - tfcoil_variables.n_tf, + tfcoil_variables.n_tf_coils, tfcoil_variables.wwp1, tfcoil_variables.dr_tf_wp - 2.0e0 * (tfcoil_variables.tinstf + tfcoil_variables.tfinsgap), @@ -1316,7 +1318,7 @@ def sctfcoil(self, output: bool): tfcoil_variables.poisson_al, tfcoil_variables.fcoolcp, tfcoil_variables.n_tf_graded_layers, - tfcoil_variables.ritfc, + tfcoil_variables.c_tf_total, tfcoil_variables.casthi, tfcoil_variables.i_tf_stress_model, sctfcoil_module.vforce_inboard_tot, @@ -1487,7 +1489,7 @@ def tf_global_geometry(self): - Winding Pack NOT included """ - sctfcoil_module.theta_coil = np.pi / tfcoil_variables.n_tf + sctfcoil_module.theta_coil = np.pi / tfcoil_variables.n_tf_coils sctfcoil_module.tan_theta_coil = np.tan(sctfcoil_module.theta_coil) # TF coil inboard legs mid-plane cross-section area (WP + casing ) [m2] @@ -1499,7 +1501,7 @@ def tf_global_geometry(self): else: # Straight front case tfcoil_variables.tfareain = ( - tfcoil_variables.n_tf + tfcoil_variables.n_tf_coils * np.sin(sctfcoil_module.theta_coil) * np.cos(sctfcoil_module.theta_coil) * build_variables.r_tf_inboard_out**2 @@ -1548,7 +1550,7 @@ def tf_global_geometry(self): ) # Area of rectangular cross-section TF outboard leg [m2] - tfcoil_variables.arealeg = ( + tfcoil_variables.a_tf_leg_outboard = ( tfcoil_variables.tftort * build_variables.dr_tf_outboard ) # --- @@ -1567,7 +1569,7 @@ def tf_current(self): tfcoil_variables.casths = ( tfcoil_variables.casths_fraction * (build_variables.r_tf_inboard_in + tfcoil_variables.thkcas) - * np.tan(np.pi / tfcoil_variables.n_tf) + * np.tan(np.pi / tfcoil_variables.n_tf_coils) ) # Radial position of peak toroidal field [m] @@ -1597,15 +1599,19 @@ def tf_current(self): # Total current in TF coils [A] # rem SK : ritcf is no longer an input - tfcoil_variables.ritfc = ( + tfcoil_variables.c_tf_total = ( tfcoil_variables.bmaxtf * tfcoil_variables.rbmax * 5.0e6 ) # Current per TF coil [A] - sctfcoil_module.tfc_current = tfcoil_variables.ritfc / tfcoil_variables.n_tf + sctfcoil_module.tfc_current = ( + tfcoil_variables.c_tf_total / tfcoil_variables.n_tf_coils + ) # Global inboard leg average current in TF coils [A/m2] - tfcoil_variables.oacdcp = tfcoil_variables.ritfc / tfcoil_variables.tfareain + tfcoil_variables.oacdcp = ( + tfcoil_variables.c_tf_total / tfcoil_variables.tfareain + ) def coilshap(self): """Calculates the TF coil shape @@ -1653,8 +1659,8 @@ def coilshap(self): # Horizontal and vertical radii of inside edge of TF coil # Arcs are numbered clockwise: # 1=upper inboard, 2=upper outboard, 3=lower ouboard, 4=lower inboard - # 'tfleng' is the length of the coil midline. - tfcoil_variables.tfleng = ( + # 'len_tf_coil' is the length of the coil midline. + tfcoil_variables.len_tf_coil = ( tfcoil_variables.yarc[0] - tfcoil_variables.yarc[4] ) for ii in range(4): @@ -1667,10 +1673,10 @@ def coilshap(self): # Radii and length of midline of coil segments aa = tfcoil_variables.tfa[ii] + 0.5e0 * build_variables.dr_tf_inboard bb = tfcoil_variables.tfb[ii] + 0.5e0 * build_variables.dr_tf_inboard - tfcoil_variables.tfleng = ( - tfcoil_variables.tfleng + 0.25e0 * self.circumference(aa, bb) + tfcoil_variables.len_tf_coil = ( + tfcoil_variables.len_tf_coil + 0.25e0 * self.circumference(aa, bb) ) - # note: final tfcoil_variables.tfleng includes inboard leg length; eq(22) + # note: final tfcoil_variables.len_tf_coil includes inboard leg length; eq(22) # Centrepost with D-shaped # --- @@ -1696,7 +1702,7 @@ def coilshap(self): tfcoil_variables.yarc[4] = -build_variables.hmax # TF middle circumference - tfcoil_variables.tfleng = 2 * ( + tfcoil_variables.len_tf_coil = 2 * ( tfcoil_variables.xarc[1] - tfcoil_variables.xarc[0] ) @@ -1711,10 +1717,10 @@ def coilshap(self): # Radii and length of midline of coil segments aa = tfcoil_variables.tfa[ii] + 0.5e0 * build_variables.dr_tf_outboard bb = tfcoil_variables.tfb[ii] + 0.5e0 * build_variables.dr_tf_outboard - tfcoil_variables.tfleng = ( - tfcoil_variables.tfleng + 0.25e0 * self.circumference(aa, bb) + tfcoil_variables.len_tf_coil = ( + tfcoil_variables.len_tf_coil + 0.25e0 * self.circumference(aa, bb) ) - # IMPORTANT : THE CENTREPOST LENGTH IS NOT INCLUDED IN TFLENG FOR TART; eq(24) + # IMPORTANT : THE CENTREPOST LENGTH IS NOT INCLUDED IN len_tf_coil FOR TART; eq(24) # --- # Picture frame coil @@ -1742,16 +1748,16 @@ def coilshap(self): tfcoil_variables.yarc[4] = -build_variables.hmax # TF middle circumference - # IMPORTANT : THE CENTREPOST LENGTH IS NOT INCLUDED IN TFLENG FOR TART + # IMPORTANT : THE CENTREPOST LENGTH IS NOT INCLUDED IN len_tf_coil FOR TART if physics_variables.itart == 0: - tfcoil_variables.tfleng = 2.0e0 * ( + tfcoil_variables.len_tf_coil = 2.0e0 * ( 2.0e0 * build_variables.hmax + build_variables.dr_tf_inboard + build_variables.r_tf_outboard_mid - build_variables.r_tf_inboard_mid ) # eq(25) elif physics_variables.itart == 1: - tfcoil_variables.tfleng = ( + tfcoil_variables.len_tf_coil = ( build_variables.hmax + build_variables.hpfu + 2.0e0 @@ -1784,61 +1790,83 @@ def circumference(aaa, bbb): * (1.0e0 + (3.0e0 * hh) / (10.0e0 + np.sqrt(4.0e0 - 3.0e0 * hh))) ) - def tf_res_heating(self): + def tf_res_heating(self) -> None: """ - Resitive magnet resitive heating calculations - Rem SK : Clamped joined superconductors might have resistive power losses on the joints - Rem SK : Sliding joints might have a region of high resistivity + Calculate resistive heating for resistive magnets. + + This method calculates the resistive heating for resistive magnets. + It considers the following scenarios: + - Clamped joints in superconductors might have resistive power losses on the joints. + - Sliding joints might have a region of high resistivity. + + Notes: + - The copper resisitivty is set to be that for GLIDCOP AL-15 at 20°C for copper (i_tf_sup = 0). + - The coefficient of resistivity is set to be that of pure copper + + References: + - https://www.spotweldingconsultants.com/GlidCop_AL_15.pdf + + - https://cirris.com/temperature-coefficient-of-copper/ """ + + # Resistivity of the Glidcop copper centerpost if tfcoil_variables.i_tf_sup == 0: - tfcoil_variables.rhocp = ( - (tfcoil_variables.frhocp / 0.92e0) - * (1.72e0 + 0.0039e0 * (tfcoil_variables.tcpav - 273.15e0)) + tfcoil_variables.rho_cp = ( + # 1.86 is the resitivity at `20°C` for GLIDCOP AL-15 + # 0.00393 is the coefficient of resistivity for copper + tfcoil_variables.frhocp + * (1.86e0 + 0.00393e0 * (tfcoil_variables.temp_cp_average - 293.15e0)) * 1.0e-8 ) - # Aluminium + # Resistivity of the aluminium centerpost if tfcoil_variables.i_tf_sup == 2: - tfcoil_variables.rhocp = tfcoil_variables.frhocp * ( - 2.00016e-14 * tfcoil_variables.tcpav**3 - - 6.75384e-13 * tfcoil_variables.tcpav**2 - + 8.89159e-12 * tfcoil_variables.tcpav + tfcoil_variables.rho_cp = tfcoil_variables.frhocp * ( + 2.00016e-14 * tfcoil_variables.temp_cp_average**3 + - 6.75384e-13 * tfcoil_variables.temp_cp_average**2 + + 8.89159e-12 * tfcoil_variables.temp_cp_average ) # Calculations dedicated for configurations with CP if physics_variables.itart == 1: # Tricky trick to make the leg / CP tempearture the same if ( - abs(tfcoil_variables.tlegav + 1.0e0) - < np.finfo(float(tfcoil_variables.tlegav)).eps + abs(tfcoil_variables.temp_tf_legs_outboard + 1.0e0) + < np.finfo(float(tfcoil_variables.temp_tf_legs_outboard)).eps ): sctfcoil_module.is_leg_cp_temp_same = 1 - tfcoil_variables.tlegav = tfcoil_variables.tcpav + tfcoil_variables.temp_tf_legs_outboard = ( + tfcoil_variables.temp_cp_average + ) # Leg resistivity (different leg temperature as separate cooling channels) if tfcoil_variables.i_tf_sup == 0: - tfcoil_variables.rhotfleg = ( - (tfcoil_variables.frholeg / 0.92e0) - * (1.72e0 + 0.0039e0 * (tfcoil_variables.tlegav - 273.15e0)) + tfcoil_variables.rho_tf_leg = ( + tfcoil_variables.frholeg + * ( + 1.86e0 + + 0.00393e0 + * (tfcoil_variables.temp_tf_legs_outboard - 293.15e0) + ) * 1.0e-8 ) elif tfcoil_variables.i_tf_sup == 2: - tfcoil_variables.rhotfleg = tfcoil_variables.frholeg * ( - 2.00016e-14 * tfcoil_variables.tlegav**3 - - 6.75384e-13 * tfcoil_variables.tlegav**2 - + 8.89159e-12 * tfcoil_variables.tlegav + tfcoil_variables.rho_tf_leg = tfcoil_variables.frholeg * ( + 2.00016e-14 * tfcoil_variables.temp_tf_legs_outboard**3 + - 6.75384e-13 * tfcoil_variables.temp_tf_legs_outboard**2 + + 8.89159e-12 * tfcoil_variables.temp_tf_legs_outboard ) # Tricky trick to make the leg / CP tempearture the same if sctfcoil_module.is_leg_cp_temp_same == 1: - tfcoil_variables.tlegav = -1.0e0 + tfcoil_variables.temp_tf_legs_outboard = -1.0e0 # Centrepost resisitivity and conductor/insulation volume ( tfcoil_variables.a_cp_cool, tfcoil_variables.vol_cond_cp, - tfcoil_variables.prescp, + tfcoil_variables.p_cp_resistive, sctfcoil_module.vol_ins_cp, sctfcoil_module.vol_case_cp, sctfcoil_module.vol_gr_ins_cp, @@ -1853,17 +1881,17 @@ def tf_res_heating(self): tfcoil_variables.tinstf, tfcoil_variables.thicndut, tfcoil_variables.n_tf_turn, - tfcoil_variables.ritfc, - tfcoil_variables.rhocp, + tfcoil_variables.c_tf_total, + tfcoil_variables.rho_cp, tfcoil_variables.fcoolcp, - tfcoil_variables.n_tf, + tfcoil_variables.n_tf_coils, ) # Leg cross-section areas # Rem : For physics_variables.itart = 1, these quantitire corresponds to the outer leg only # --- # Leg ground insulation area per coil [m2] - sctfcoil_module.a_leg_gr_ins = tfcoil_variables.arealeg - ( + sctfcoil_module.a_leg_gr_ins = tfcoil_variables.a_tf_leg_outboard - ( tfcoil_variables.tftort - 2.0e0 * tfcoil_variables.tinstf ) * (build_variables.dr_tf_outboard - 2.0e0 * tfcoil_variables.tinstf) @@ -1876,8 +1904,8 @@ def tf_res_heating(self): ) # toroidal direction + radial direction # Exact TF outboard leg conductor area per coil [m2] - sctfcoil_module.a_leg_cond = (1.0e0 - tfcoil_variables.fcoolleg) * ( - tfcoil_variables.arealeg + sctfcoil_module.a_leg_cond = (1.0e0 - tfcoil_variables.f_a_tf_cool_outboard) * ( + tfcoil_variables.a_tf_leg_outboard - sctfcoil_module.a_leg_gr_ins - sctfcoil_module.a_leg_ins ) @@ -1887,18 +1915,17 @@ def tf_res_heating(self): # Outer leg resistive power loss # --- # TF outboard leg's resistance calculation (per leg) [ohm] - tfcoil_variables.tflegres = ( - tfcoil_variables.rhotfleg - * tfcoil_variables.tfleng + tfcoil_variables.res_tf_leg = ( + tfcoil_variables.rho_tf_leg + * tfcoil_variables.len_tf_coil / sctfcoil_module.a_leg_cond ) # TF outer leg resistive power (TOTAL) [W] - tfcoil_variables.presleg = ( - tfcoil_variables.tflegres - * tfcoil_variables.ritfc**2 - / tfcoil_variables.n_tf - ) + tfcoil_variables.p_tf_leg_resistive = ( + tfcoil_variables.res_tf_leg + * (tfcoil_variables.c_tf_total / tfcoil_variables.n_tf_coils) ** 2 + ) * tfcoil_variables.n_tf_coils # --- # Sliding joints resistive heating @@ -1908,7 +1935,7 @@ def tf_res_heating(self): n_contact_tot = ( tfcoil_variables.n_tf_joints_contact * np.round(tfcoil_variables.n_tf_turn) - * np.round(tfcoil_variables.n_tf) + * np.round(tfcoil_variables.n_tf_coils) ) # Area of joint contact (all legs) @@ -1922,7 +1949,7 @@ def tf_res_heating(self): tfcoil_variables.pres_joints = ( tfcoil_variables.n_tf_joints * tfcoil_variables.rho_tf_joints - * tfcoil_variables.ritfc**2 + * tfcoil_variables.c_tf_total**2 / a_joints ) else: @@ -1935,15 +1962,15 @@ def tf_res_heating(self): # *** else: # TF resistive powers - tfcoil_variables.prescp = ( - tfcoil_variables.rhocp - * tfcoil_variables.ritfc**2 - * tfcoil_variables.tfleng - / (sctfcoil_module.a_leg_cond * tfcoil_variables.n_tf) + tfcoil_variables.p_cp_resistive = ( + tfcoil_variables.rho_cp + * tfcoil_variables.c_tf_total**2 + * tfcoil_variables.len_tf_coil + / (sctfcoil_module.a_leg_cond * tfcoil_variables.n_tf_coils) ) - # tfcoil_variables.prescp containts the the total resistive power losses - tfcoil_variables.presleg = 0.0e0 + # tfcoil_variables.p_cp_resistive containts the the total resistive power losses + tfcoil_variables.p_tf_leg_resistive = 0.0e0 # No joints if physics_variables.itart = 0 tfcoil_variables.pres_joints = 0.0e0 @@ -1964,7 +1991,7 @@ def cpost( curr, rho, fcool, - n_tf, + n_tf_coils, ): """ author: P J Knight, CCFE, Culham Science Centre @@ -2035,7 +2062,7 @@ def cpost( # Mid-plane area calculations # --------------------------- # Total number of CP turns - n_turns_tot = n_tf * n_tf_turn + n_turns_tot = n_tf_coils * n_tf_turn # Area of the innner TF central hole [m2] a_tfin_hole = np.pi * r_tfin_inleg**2 @@ -2048,7 +2075,7 @@ def cpost( # Mid-plane outter ground insulation thickness [m2] a_cp_gr_ins = ( np.pi * ((rmid + gr_ins_th) ** 2 - rmid**2) - + 2.0e0 * gr_ins_th * (rmid - r_tfin_inleg) * n_tf + + 2.0e0 * gr_ins_th * (rmid - r_tfin_inleg) * n_tf_coils ) # Mid-plane turn layer cross-section area [m2] @@ -2061,7 +2088,7 @@ def cpost( # Cooling pipes cross-section per coil [m2] a_cp_cool = fcool * ( - (np.pi * rmid**2 - a_tfin_hole - a_cp_ins) / n_tf + (np.pi * rmid**2 - a_tfin_hole - a_cp_ins) / n_tf_coils - 2.0e0 * gr_ins_th * (rmid - r_tfin_inleg) ) # Wedge ground insulation # --------------------------- @@ -2087,7 +2114,7 @@ def cpost( if np.abs(rmid - rtop) < EPS: # Exact conductor cross-section a_cond_midplane = ( - np.pi * rmid**2 - a_tfin_hole - n_tf * a_cp_cool - a_cp_ins + np.pi * rmid**2 - a_tfin_hole - n_tf_coils * a_cp_cool - a_cp_ins ) # Volumes and resisitive losses calculations @@ -2156,15 +2183,15 @@ def cpost( yy_cond[ii] = ( np.pi * r**2 - a_tfin_hole - - n_tf * a_cp_cool + - n_tf_coils * a_cp_cool - yy_ins[ii] - - 2.0e0 * n_tf * gr_ins_th * (r - r_tfin_inleg) + - 2.0e0 * n_tf_coils * gr_ins_th * (r - r_tfin_inleg) ) # Wedge ground insulation # Outer ground insulation area at z yy_gr_ins[ii] = np.pi * ( (r + gr_ins_th) ** 2 - r**2 - ) + 2.0e0 * n_tf * gr_ins_th * (r - r_tfin_inleg) + ) + 2.0e0 * n_tf_coils * gr_ins_th * (r - r_tfin_inleg) # Outer casing Cross-sectional area at z yy_casout[ii] = np.pi * ( @@ -2203,7 +2230,7 @@ def cpost( # Ground insulation layer cross-section at CP top [m2] a_cp_gr_ins = ( np.pi * ((rtop + gr_ins_th) ** 2 - rtop**2) - + 2.0e0 * gr_ins_th * (rtop - r_tfin_inleg) * n_tf + + 2.0e0 * gr_ins_th * (rtop - r_tfin_inleg) * n_tf_coils ) # Outer casing cross-section area at CP top [m2] @@ -2218,8 +2245,8 @@ def cpost( np.pi * rtop**2 - a_tfin_hole - a_cp_ins - - n_tf * a_cp_cool - - 2.0e0 * n_tf * gr_ins_th * (rtop - r_tfin_inleg) + - n_tf_coils * a_cp_cool + - 2.0e0 * n_tf_coils * gr_ins_th * (rtop - r_tfin_inleg) ) # subtracting ground insulation wedge separation # Resistive power losses in taped section (variable radius section) [W] @@ -2257,8 +2284,8 @@ def cpost( np.pi * rtop**2 - a_tfin_hole - a_cp_ins - - n_tf * a_cp_cool - - 2.0e0 * n_tf * gr_ins_th * (rtop - r_tfin_inleg) + - n_tf_coils * a_cp_cool + - 2.0e0 * n_tf_coils * gr_ins_th * (rtop - r_tfin_inleg) ) ) ) # ground insulation separation @@ -2327,7 +2354,7 @@ def vv_stress_on_quench(self): ri_coil=ri_coil, ro_coil=ro_coil, rm_coil=rm_coil, - ccl_length_coil=tfcoil_variables.tfleng, + ccl_length_coil=tfcoil_variables.len_tf_coil, theta1_coil=tfcoil_variables.theta1_coil, # VV shape H_vv=H_vv, @@ -2336,7 +2363,7 @@ def vv_stress_on_quench(self): rm_vv=rm_vv, theta1_vv=tfcoil_variables.theta1_vv, # TF properties - n_tf=tfcoil_variables.n_tf, + n_tf_coils=tfcoil_variables.n_tf_coils, n_tf_turn=tfcoil_variables.n_tf_turn, # Area of the radial plate taken to be the area of steel in the WP # TODO: value clipped due to #1883 @@ -2382,8 +2409,8 @@ def tf_field_and_force(self): tfcoil_variables.cforce = ( 0.5e0 * tfcoil_variables.bmaxtf - * tfcoil_variables.ritfc - / tfcoil_variables.n_tf + * tfcoil_variables.c_tf_total + / tfcoil_variables.n_tf_coils ) # Vertical force per coil [N] @@ -2410,8 +2437,12 @@ def tf_field_and_force(self): # May the force be with you vforce_tot = ( 0.5e0 - * (physics_variables.bt * physics_variables.rmajor * tfcoil_variables.ritfc) - / (tfcoil_variables.n_tf * dr_wp**2) + * ( + physics_variables.bt + * physics_variables.rmajor + * tfcoil_variables.c_tf_total + ) + / (tfcoil_variables.n_tf_coils * dr_wp**2) * ( r_out_wp**2 * np.log(r_out_wp / r_in_wp) + r_in_outwp**2 * np.log((r_in_outwp + dr_wp) / r_in_outwp) @@ -2435,9 +2466,9 @@ def tf_field_and_force(self): * ( physics_variables.bt * physics_variables.rmajor - * tfcoil_variables.ritfc + * tfcoil_variables.c_tf_total ) - / (tfcoil_variables.n_tf * dr_wp**2) + / (tfcoil_variables.n_tf_coils * dr_wp**2) * ( 2.0e0 * r_out_wp**2 * np.log(r_out_wp / r_in_wp) + 2.0e0 * dr_wp**2 * np.log(build_variables.r_cp_top / r_in_wp) @@ -2467,7 +2498,7 @@ def tf_field_and_force(self): # Total vertical force sctfcoil_module.vforce_inboard_tot = ( - tfcoil_variables.vforce * tfcoil_variables.n_tf + tfcoil_variables.vforce * tfcoil_variables.n_tf_coils ) @staticmethod @@ -2578,7 +2609,7 @@ def tf_coil_area_and_masses(self): # = 2 * centroid coil length * 2 pi R, where R is average of i/b and o/b centres tfcoil_variables.tfcryoarea = ( 2.0e0 - * tfcoil_variables.tfleng + * tfcoil_variables.len_tf_coil * constants.twopi * 0.5e0 * (build_variables.r_tf_inboard_mid + build_variables.r_tf_outboard_mid) @@ -2593,7 +2624,7 @@ def tf_coil_area_and_masses(self): # Mass of ground-wall insulation [kg] # (assumed to be same density/material as turn insulation) tfcoil_variables.whtgw = ( - tfcoil_variables.tfleng + tfcoil_variables.len_tf_coil * (sctfcoil_module.awpc - sctfcoil_module.awptf) * tfcoil_variables.dcondins ) @@ -2607,13 +2638,13 @@ def tf_coil_area_and_masses(self): # The 2.2 factor is used as a scaling factor to fit # to the ITER-FDR value of 450 tonnes; see CCFE note T&M/PKNIGHT/PROCESS/026 if physics_variables.itart == 1: - # tfcoil_variables.tfleng does not include inboard leg ('centrepost') length in TART + # tfcoil_variables.len_tf_coil does not include inboard leg ('centrepost') length in TART tfcoil_variables.whtcas = ( 2.2e0 * tfcoil_variables.dcase * ( tfcoil_variables.cplen * tfcoil_variables.acasetf - + tfcoil_variables.tfleng * tfcoil_variables.acasetfo + + tfcoil_variables.len_tf_coil * tfcoil_variables.acasetfo ) ) else: @@ -2622,7 +2653,7 @@ def tf_coil_area_and_masses(self): * tfcoil_variables.dcase * ( tfcoil_variables.cplen * tfcoil_variables.acasetf - + (tfcoil_variables.tfleng - tfcoil_variables.cplen) + + (tfcoil_variables.len_tf_coil - tfcoil_variables.cplen) * tfcoil_variables.acasetfo ) ) @@ -2634,29 +2665,29 @@ def tf_coil_area_and_masses(self): # Superconductor mass [kg] # Includes space allowance for central helium channel, area tfcoil_variables.awphec tfcoil_variables.whtconsc = ( - tfcoil_variables.tfleng + tfcoil_variables.len_tf_coil * tfcoil_variables.n_tf_turn * tfcoil_variables.acstf * (1.0e0 - tfcoil_variables.vftf) * (1.0e0 - tfcoil_variables.fcutfsu) - - tfcoil_variables.tfleng * tfcoil_variables.awphec + - tfcoil_variables.len_tf_coil * tfcoil_variables.awphec ) * tfcoil_variables.dcond[tfcoil_variables.i_tf_sc_mat - 1] # Copper mass [kg] tfcoil_variables.whtconcu = ( - tfcoil_variables.tfleng + tfcoil_variables.len_tf_coil * tfcoil_variables.n_tf_turn * tfcoil_variables.acstf * (1.0e0 - tfcoil_variables.vftf) * tfcoil_variables.fcutfsu - - tfcoil_variables.tfleng * tfcoil_variables.awphec + - tfcoil_variables.len_tf_coil * tfcoil_variables.awphec ) * constants.dcopper if tfcoil_variables.whtconcu <= 0.0e0: tfcoil_variables.whtconcu = 0.0e0 # Steel conduit (sheath) mass [kg] tfcoil_variables.whtconsh = ( - tfcoil_variables.tfleng + tfcoil_variables.len_tf_coil * tfcoil_variables.n_tf_turn * tfcoil_variables.acndttf * fwbs_variables.denstl @@ -2665,7 +2696,7 @@ def tf_coil_area_and_masses(self): # Conduit insulation mass [kg] # (tfcoil_variables.aiwp already contains tfcoil_variables.n_tf_turn) tfcoil_variables.whtconin = ( - tfcoil_variables.tfleng + tfcoil_variables.len_tf_coil * tfcoil_variables.aiwp * tfcoil_variables.dcondins ) @@ -2684,17 +2715,17 @@ def tf_coil_area_and_masses(self): tfcoil_variables.whtcas + tfcoil_variables.whtcon + tfcoil_variables.whtgw - ) * tfcoil_variables.n_tf + ) * tfcoil_variables.n_tf_coils # If spherical tokamak, distribute between centrepost and outboard legs - # (in this case, total TF coil length = inboard `cplen` + outboard `tfleng`) + # (in this case, total TF coil length = inboard `cplen` + outboard `len_tf_coil`) if physics_variables.itart == 1: - tfleng_sph = tfcoil_variables.cplen + tfcoil_variables.tfleng + tfleng_sph = tfcoil_variables.cplen + tfcoil_variables.len_tf_coil tfcoil_variables.whtcp = tfcoil_variables.whttf * ( tfcoil_variables.cplen / tfleng_sph ) tfcoil_variables.whttflgs = tfcoil_variables.whttf * ( - tfcoil_variables.tfleng / tfleng_sph + tfcoil_variables.len_tf_coil / tfleng_sph ) # Resitivive magnets weights @@ -2708,32 +2739,36 @@ def tf_coil_area_and_masses(self): if physics_variables.itart == 1: # Total volume of one outerleg [m3] tfcoil_variables.voltfleg = ( - tfcoil_variables.tfleng * tfcoil_variables.arealeg + tfcoil_variables.len_tf_coil * tfcoil_variables.a_tf_leg_outboard ) # Outboard leg TF conductor volume [m3] - vol_cond_leg = tfcoil_variables.tfleng * sctfcoil_module.a_leg_cond + vol_cond_leg = tfcoil_variables.len_tf_coil * sctfcoil_module.a_leg_cond # Total TF conductor volume [m3] vol_cond = ( - tfcoil_variables.vol_cond_cp + tfcoil_variables.n_tf * vol_cond_leg + tfcoil_variables.vol_cond_cp + + tfcoil_variables.n_tf_coils * vol_cond_leg ) # Outboard leg TF turn insulation layer volume (per leg) [m3] - vol_ins_leg = tfcoil_variables.tfleng * sctfcoil_module.a_leg_ins + vol_ins_leg = tfcoil_variables.len_tf_coil * sctfcoil_module.a_leg_ins # Total turn insulation layer volume [m3] vol_ins = ( - sctfcoil_module.vol_ins_cp + tfcoil_variables.n_tf * vol_ins_leg + sctfcoil_module.vol_ins_cp + + tfcoil_variables.n_tf_coils * vol_ins_leg ) # Ouboard leg TF ground insulation layer volume (per leg) [m3] - vol_gr_ins_leg = tfcoil_variables.tfleng * sctfcoil_module.a_leg_gr_ins + vol_gr_ins_leg = ( + tfcoil_variables.len_tf_coil * sctfcoil_module.a_leg_gr_ins + ) # Total ground insulation layer volume [m3] vol_gr_ins = ( sctfcoil_module.vol_gr_ins_cp - + tfcoil_variables.n_tf * vol_gr_ins_leg + + tfcoil_variables.n_tf_coils * vol_gr_ins_leg ) # Total volume of the CP casing [m3] @@ -2745,30 +2780,30 @@ def tf_coil_area_and_masses(self): else: # Total TF outer leg conductor volume [m3] vol_cond = ( - tfcoil_variables.tfleng + tfcoil_variables.len_tf_coil * sctfcoil_module.a_leg_cond - * tfcoil_variables.n_tf + * tfcoil_variables.n_tf_coils ) # Total turn insulation layer volume [m3] vol_ins = ( - tfcoil_variables.tfleng + tfcoil_variables.len_tf_coil * sctfcoil_module.a_leg_ins - * tfcoil_variables.n_tf + * tfcoil_variables.n_tf_coils ) # Total ground insulation volume [m3] vol_gr_ins = ( - tfcoil_variables.tfleng + tfcoil_variables.len_tf_coil * sctfcoil_module.a_leg_gr_ins - * tfcoil_variables.n_tf + * tfcoil_variables.n_tf_coils ) # Total case volume [m3] vol_case = ( - tfcoil_variables.tfleng + tfcoil_variables.len_tf_coil * tfcoil_variables.acasetf - * tfcoil_variables.n_tf + * tfcoil_variables.n_tf_coils ) # --- @@ -2777,17 +2812,17 @@ def tf_coil_area_and_masses(self): # Copper magnets casing/conductor weights per coil [kg] if tfcoil_variables.i_tf_sup == 0: tfcoil_variables.whtcas = ( - fwbs_variables.denstl * vol_case / tfcoil_variables.n_tf + fwbs_variables.denstl * vol_case / tfcoil_variables.n_tf_coils ) # Per TF leg, no casing for outer leg tfcoil_variables.whtconcu = ( - constants.dcopper * vol_cond / tfcoil_variables.n_tf + constants.dcopper * vol_cond / tfcoil_variables.n_tf_coils ) tfcoil_variables.whtconal = 0.0e0 # Outer legs/CP weights if physics_variables.itart == 1: # Weight of all the TF legs - tfcoil_variables.whttflgs = tfcoil_variables.n_tf * ( + tfcoil_variables.whttflgs = tfcoil_variables.n_tf_coils * ( constants.dcopper * vol_cond_leg + tfcoil_variables.dcondins * (vol_ins_leg + vol_gr_ins_leg) ) @@ -2805,17 +2840,17 @@ def tf_coil_area_and_masses(self): elif tfcoil_variables.i_tf_sup == 2: # Casing weight (CP only if physics_variables.itart = 1)bper leg/coil tfcoil_variables.whtcas = ( - constants.dalu * vol_case / tfcoil_variables.n_tf + constants.dalu * vol_case / tfcoil_variables.n_tf_coils ) tfcoil_variables.whtconcu = 0.0e0 tfcoil_variables.whtconal = ( - constants.dalu * vol_cond / tfcoil_variables.n_tf + constants.dalu * vol_cond / tfcoil_variables.n_tf_coils ) # Outer legs/CP weights if physics_variables.itart == 1: # Weight of all the TF legs - tfcoil_variables.whttflgs = tfcoil_variables.n_tf * ( + tfcoil_variables.whttflgs = tfcoil_variables.n_tf_coils * ( constants.dalu * vol_cond_leg + tfcoil_variables.dcondins * (vol_ins_leg + vol_gr_ins_leg) ) @@ -2830,12 +2865,12 @@ def tf_coil_area_and_masses(self): # Turn insulation mass [kg] tfcoil_variables.whtconin = ( - tfcoil_variables.dcondins * vol_ins / tfcoil_variables.n_tf + tfcoil_variables.dcondins * vol_ins / tfcoil_variables.n_tf_coils ) # Ground wall insulation layer weight tfcoil_variables.whtgw = ( - tfcoil_variables.dcondins * vol_gr_ins / tfcoil_variables.n_tf + tfcoil_variables.dcondins * vol_gr_ins / tfcoil_variables.n_tf_coils ) # Total weight @@ -2845,9 +2880,9 @@ def tf_coil_area_and_masses(self): + tfcoil_variables.whtconal + tfcoil_variables.whtconin + tfcoil_variables.whtgw - ) * tfcoil_variables.n_tf + ) * tfcoil_variables.n_tf_coils - def peak_tf_with_ripple(self, n_tf, wwp1, dr_tf_wp, tfin, bmaxtf): + def peak_tf_with_ripple(self, n_tf_coils, wwp1, dr_tf_wp, tfin, bmaxtf): """Peak toroidal field on the conductor author: P J Knight, CCFE, Culham Science Centre This subroutine calculates the peak toroidal field at the @@ -2861,8 +2896,8 @@ def peak_tf_with_ripple(self, n_tf, wwp1, dr_tf_wp, tfin, bmaxtf): M. Kovari, Toroidal Field Coils - Maximum Field and Ripple - Parametric Calculation, July 2014 - :param n_tf: number of TF coils - :type n_tf: float + :param n_tf_coils: number of TF coils + :type n_tf_coils: float :param wwp1: width of plasma-facing face of winding pack (m) :type wwp1: float :param dr_tf_wp: radial thickness of winding pack (m) @@ -2884,7 +2919,7 @@ def peak_tf_with_ripple(self, n_tf, wwp1, dr_tf_wp, tfin, bmaxtf): # Set fitting coefficients for different numbers of TF coils - int_n_tf = np.round(n_tf) + int_n_tf = np.round(n_tf_coils) if int_n_tf == 16: a[0] = 0.28101e0 @@ -2909,7 +2944,7 @@ def peak_tf_with_ripple(self, n_tf, wwp1, dr_tf_wp, tfin, bmaxtf): # Maximum winding pack width before adjacent packs touch # (ignoring the external case and ground wall thicknesses) - wmax = (2.0e0 * tfin + dr_tf_wp) * np.tan(np.pi / n_tf) + wmax = (2.0e0 * tfin + dr_tf_wp) * np.tan(np.pi / n_tf_coils) # Dimensionless winding pack width @@ -2973,7 +3008,7 @@ def res_tf_internal_geom(self): sctfcoil_module.awpc = ( np.pi * (sctfcoil_module.r_wp_outer**2 - sctfcoil_module.r_wp_inner**2) - / tfcoil_variables.n_tf + / tfcoil_variables.n_tf_coils ) # Area of the front case, the plasma-facing case of the inner TF coil [m2] @@ -2983,14 +3018,14 @@ def res_tf_internal_geom(self): (sctfcoil_module.r_wp_outer + tfcoil_variables.casthi) ** 2 - sctfcoil_module.r_wp_outer**2 ) - / tfcoil_variables.n_tf + / tfcoil_variables.n_tf_coils ) # WP mid-plane cross-section excluding ground insulation per coil [m2] sctfcoil_module.awptf = np.pi * ( (sctfcoil_module.r_wp_outer - tfcoil_variables.tinstf) ** 2 - (sctfcoil_module.r_wp_inner + tfcoil_variables.tinstf) ** 2 - ) / tfcoil_variables.n_tf - 2.0e0 * tfcoil_variables.tinstf * ( + ) / tfcoil_variables.n_tf_coils - 2.0e0 * tfcoil_variables.tinstf * ( tfcoil_variables.dr_tf_wp - 2.0e0 * tfcoil_variables.tinstf ) @@ -3011,7 +3046,7 @@ def res_tf_internal_geom(self): + tfcoil_variables.thicndut ) ** 2 - ) / tfcoil_variables.n_tf - ( + ) / tfcoil_variables.n_tf_coils - ( tfcoil_variables.dr_tf_wp - 2.0e0 * (tfcoil_variables.tinstf + tfcoil_variables.thicndut) ) * 2.0e0 * ( @@ -3030,23 +3065,25 @@ def res_tf_internal_geom(self): # Insulation fraction [-] sctfcoil_module.f_tf_ins = ( - tfcoil_variables.n_tf * sctfcoil_module.a_tf_ins / tfcoil_variables.tfareain + tfcoil_variables.n_tf_coils + * sctfcoil_module.a_tf_ins + / tfcoil_variables.tfareain ) # Total cross-sectional area of the bucking cylindre and the outer support # support structure per coil [m2] # physics_variables.itart = 1 : Only valid at mid-plane tfcoil_variables.acasetf = ( - tfcoil_variables.tfareain / tfcoil_variables.n_tf + tfcoil_variables.tfareain / tfcoil_variables.n_tf_coils ) - sctfcoil_module.awpc # Current per turn - tfcoil_variables.cpttf = tfcoil_variables.ritfc / ( - tfcoil_variables.n_tf_turn * tfcoil_variables.n_tf + tfcoil_variables.cpttf = tfcoil_variables.c_tf_total / ( + tfcoil_variables.n_tf_turn * tfcoil_variables.n_tf_coils ) # Exact current density on TF oubard legs - tfcoil_variables.cdtfleg = tfcoil_variables.ritfc / ( + tfcoil_variables.cdtfleg = tfcoil_variables.c_tf_total / ( (1.0e0 - tfcoil_variables.fcoolcp) * ( tfcoil_variables.tftort @@ -3155,7 +3192,7 @@ def sc_tf_internal_geom(self, i_tf_wp_geom, i_tf_case_geom, i_tf_turns_integer): # Inboard coil steel fraction [-] sctfcoil_module.f_tf_steel = ( - tfcoil_variables.n_tf + tfcoil_variables.n_tf_coils * sctfcoil_module.a_tf_steel / tfcoil_variables.tfareain ) @@ -3165,7 +3202,9 @@ def sc_tf_internal_geom(self, i_tf_wp_geom, i_tf_case_geom, i_tf_turns_integer): # Inboard coil insulation fraction [-] sctfcoil_module.f_tf_ins = ( - tfcoil_variables.n_tf * sctfcoil_module.a_tf_ins / tfcoil_variables.tfareain + tfcoil_variables.n_tf_coils + * sctfcoil_module.a_tf_ins + / tfcoil_variables.tfareain ) # Negative areas or fractions error reporting @@ -3356,11 +3395,13 @@ def tf_case_geom(self, i_tf_wp_geom, i_tf_case_geom): Setting the case geometry and area for SC magnets """ tfcoil_variables.acasetf = ( - tfcoil_variables.tfareain / tfcoil_variables.n_tf + tfcoil_variables.tfareain / tfcoil_variables.n_tf_coils ) - sctfcoil_module.awpc # Outboard leg cross-sectional area of surrounding case [m2] - tfcoil_variables.acasetfo = tfcoil_variables.arealeg - sctfcoil_module.awpc + tfcoil_variables.acasetfo = ( + tfcoil_variables.a_tf_leg_outboard - sctfcoil_module.awpc + ) # Front casing area [m2] if i_tf_case_geom == 0: @@ -3526,7 +3567,8 @@ def tf_wp_currents(self): """ tfcoil_variables.jwptf = max( 1.0e0, - tfcoil_variables.ritfc / (tfcoil_variables.n_tf * sctfcoil_module.awptf), + tfcoil_variables.c_tf_total + / (tfcoil_variables.n_tf_coils * sctfcoil_module.awptf), ) @staticmethod @@ -3591,7 +3633,7 @@ def stresscl( poisson_al, fcoolcp, n_tf_graded_layers, - ritfc, + c_tf_total, casthi, i_tf_stress_model, vforce_inboard_tot, @@ -4060,7 +4102,7 @@ def stresscl( for ii in range(np.intc(n_tf_graded_layers)): # Homogeneous current in (super)conductor - jeff[n_tf_bucking + ii] = ritfc / ( + jeff[n_tf_bucking + ii] = c_tf_total / ( np.pi * (r_wp_outer_eff**2 - r_wp_inner_eff**2) ) @@ -4526,7 +4568,10 @@ def outtf(self, peaktfflag): # TF coil geometry po.osubhd(self.outfile, "TF coil Geometry :") po.ovarin( - self.outfile, "Number of TF coils", "(n_tf)", int(tfcoil_variables.n_tf) + self.outfile, + "Number of TF coils", + "(n_tf_coils)", + int(tfcoil_variables.n_tf_coils), ) po.ovarre( self.outfile, @@ -4606,8 +4651,8 @@ def outtf(self, peaktfflag): po.ovarre( self.outfile, "Mean coil circumference (inboard leg not included) (m)", - "(tfleng)", - tfcoil_variables.tfleng, + "(len_tf_coil)", + tfcoil_variables.len_tf_coil, "OP ", ) po.ovarre( @@ -4621,8 +4666,8 @@ def outtf(self, peaktfflag): po.ovarre( self.outfile, "Mean coil circumference (including inboard leg length) (m)", - "(tfleng)", - tfcoil_variables.tfleng, + "(len_tf_coil)", + tfcoil_variables.len_tf_coil, "OP ", ) @@ -4715,8 +4760,8 @@ def outtf(self, peaktfflag): po.ovarre( self.outfile, "Total steel cross-section (m2)", - "(a_tf_steel*n_tf)", - sctfcoil_module.a_tf_steel * tfcoil_variables.n_tf, + "(a_tf_steel*n_tf_coils)", + sctfcoil_module.a_tf_steel * tfcoil_variables.n_tf_coils, ) po.ovarre( self.outfile, @@ -4727,8 +4772,8 @@ def outtf(self, peaktfflag): po.ovarre( self.outfile, "Total Insulation cross-section (total) (m2)", - "(a_tf_ins*n_tf)", - sctfcoil_module.a_tf_ins * tfcoil_variables.n_tf, + "(a_tf_ins*n_tf_coils)", + sctfcoil_module.a_tf_ins * tfcoil_variables.n_tf_coils, ) po.ovarre( self.outfile, @@ -4834,8 +4879,8 @@ def outtf(self, peaktfflag): po.ovarre( self.outfile, "Steel WP cross-section (total) (m2)", - "(aswp*n_tf)", - tfcoil_variables.aswp * tfcoil_variables.n_tf, + "(aswp*n_tf_coils)", + tfcoil_variables.aswp * tfcoil_variables.n_tf_coils, ) po.ovarre( self.outfile, @@ -5221,8 +5266,8 @@ def outtf(self, peaktfflag): po.ovarre( self.outfile, "Mass of each TF coil (kg)", - "(whttf/n_tf)", - tfcoil_variables.whttf / tfcoil_variables.n_tf, + "(whttf/n_tf_coils)", + tfcoil_variables.whttf / tfcoil_variables.n_tf_coils, "OP ", ) po.ovarre( @@ -5245,15 +5290,15 @@ def outtf(self, peaktfflag): po.ovarre( self.outfile, "Total current in all TF coils (MA)", - "(ritfc/1.D6)", - 1.0e-6 * tfcoil_variables.ritfc, + "(c_tf_total/1.D6)", + 1.0e-6 * tfcoil_variables.c_tf_total, "OP ", ) po.ovarre( self.outfile, "TF coil current (summed over all coils) (A)", - "(ritfc)", - tfcoil_variables.ritfc, + "(c_tf_total)", + tfcoil_variables.c_tf_total, ) if tfcoil_variables.i_tf_sup == 1: po.ovarre( @@ -5341,26 +5386,26 @@ def outtf(self, peaktfflag): po.ovarre( self.outfile, "CP resistivity (ohm.m)", - "(rhocp)", - tfcoil_variables.rhocp, + "(rho_cp)", + tfcoil_variables.rho_cp, ) po.ovarre( self.outfile, "Leg resistivity (ohm.m)", - "(rhotfleg)", - tfcoil_variables.rhotfleg, + "(rho_tf_leg)", + tfcoil_variables.rho_tf_leg, ) po.ovarre( self.outfile, "CP resistive power loss (W)", - "(prescp)", - tfcoil_variables.prescp, + "(p_cp_resistive)", + tfcoil_variables.p_cp_resistive, ) po.ovarre( self.outfile, - "Leg resitive power loss, (per leg) (W)", - "(presleg)", - tfcoil_variables.presleg, + "Total legs resitive power loss, (W)", + "(p_tf_leg_resistive)", + tfcoil_variables.p_tf_leg_resistive, ) po.ovarre( self.outfile, @@ -5371,40 +5416,40 @@ def outtf(self, peaktfflag): po.ovarre( self.outfile, "Outboard leg resistance per coil (ohm)", - "(tflegres)", - tfcoil_variables.tflegres, + "(res_tf_leg)", + tfcoil_variables.res_tf_leg, ) po.ovarre( self.outfile, "Average CP temperature (K)", - "(tcpav)", - tfcoil_variables.tcpav, + "(temp_cp_average)", + tfcoil_variables.temp_cp_average, ) po.ovarre( self.outfile, "Average leg temperature (K)", - "(tlegav)", - tfcoil_variables.tlegav, + "(temp_tf_legs_outboard)", + tfcoil_variables.temp_tf_legs_outboard, ) else: po.ovarre( self.outfile, "TF resistivity (ohm.m)", - "(prescp)", - tfcoil_variables.rhocp, + "(p_cp_resistive)", + tfcoil_variables.rho_cp, ) po.ovarre( self.outfile, "TF coil resistive power less (total) (ohm.m)", - "(prescp)", - tfcoil_variables.prescp, + "(p_cp_resistive)", + tfcoil_variables.p_cp_resistive, ) po.ovarre( self.outfile, "Average coil temperature (K)", - "(tcpav)", - tfcoil_variables.tcpav, + "(temp_cp_average)", + tfcoil_variables.temp_cp_average, ) # Ripple calculations @@ -5597,7 +5642,7 @@ def outtf(self, peaktfflag): "(casthi)", ) - radius = radius / np.cos(np.pi / tfcoil_variables.n_tf) + radius = radius / np.cos(np.pi / tfcoil_variables.n_tf_coils) po.obuild( self.outfile, "Plasma side case max radius", @@ -7191,7 +7236,7 @@ def vv_stress_on_quench( rm_vv, theta1_vv, # TF properties - n_tf, + n_tf_coils, n_tf_turn, s_rp, s_cc, @@ -7232,7 +7277,7 @@ def vv_stress_on_quench( joined to another circular arc in the approximation to the VV CCL, using an arbitrary origin of coordinates (Rc2, Zc2). - :param n_tf: the number of TF coils + :param n_tf_coils: the number of TF coils :param n_tf_turn: the number of turns per TF coil :param s_rp: the cross-sectional area of the radial plates of the TF coil :param s_cc: the cross-sectional area of the TF coil case @@ -7258,7 +7303,7 @@ def vv_stress_on_quench( Plasma and Fusion Research. 15. 1405078-1405078. 10.1585/pfr.15.1405078. """ # Poloidal loop resistance (PLR) in ohms - plr_coil = ((0.5 * ccl_length_coil) / (n_tf * (s_cc + s_rp))) * 1e-6 + plr_coil = ((0.5 * ccl_length_coil) / (n_tf_coils * (s_cc + s_rp))) * 1e-6 plr_vv = ((0.84 / d_vv) * 0.94) * 1e-6 # relevant self-inductances in henry (H) @@ -7284,7 +7329,7 @@ def vv_stress_on_quench( i0 = i_op * np.exp(-lambda0 * tmaxforce) i1 = ( lambda0 - * n_tf + * n_tf_coils * n_tf_turn * i_op * ( @@ -7295,7 +7340,7 @@ def vv_stress_on_quench( i2 = (lambda1 / lambda2) * i1 a_vv = (ro_vv + ri_vv) / (ro_vv - ri_vv) - b_vvi = (constants.rmu0 * (n_tf * n_tf_turn * i0 + i1 + (i2 / 2))) / ( + b_vvi = (constants.rmu0 * (n_tf_coils * n_tf_turn * i0 + i1 + (i2 / 2))) / ( 2 * np.pi * ri_vv ) j_vvi = i2 / (2 * np.pi * d_vv * ri_vv) diff --git a/process/stellarator.py b/process/stellarator.py index d549b477ef..dfa21956f0 100644 --- a/process/stellarator.py +++ b/process/stellarator.py @@ -215,10 +215,10 @@ def stnewconfig(self): physics_variables.rminor = physics_variables.rmajor / physics_variables.aspect physics_variables.eps = 1.0e0 / physics_variables.aspect - tfcoil_variables.n_tf = ( + tfcoil_variables.n_tf_coils = ( stellarator_configuration.stella_config_coilspermodule * stellarator_configuration.stella_config_symmetry - ) # This overwrites tfcoil_variables.n_tf in input file. + ) # This overwrites tfcoil_variables.n_tf_coils in input file. # Factors used to scale the reference point. st.f_r = ( @@ -234,7 +234,7 @@ def stnewconfig(self): physics_variables.aspect / stellarator_configuration.stella_config_aspect_ref ) - st.f_n = tfcoil_variables.n_tf / ( + st.f_n = tfcoil_variables.n_tf_coils / ( stellarator_configuration.stella_config_coilspermodule * stellarator_configuration.stella_config_symmetry ) # Coil number factor @@ -1045,11 +1045,11 @@ def blanket_neutronics(self): # Rough estimate of TF coil volume used, assuming 25% of the total # TF coil perimeter is inboard, 75% outboard tf_volume = ( - 0.25 * tfcoil_variables.tfleng * tfcoil_variables.tfareain + 0.25 * tfcoil_variables.len_tf_coil * tfcoil_variables.tfareain + 0.75 - * tfcoil_variables.tfleng - * tfcoil_variables.arealeg - * tfcoil_variables.n_tf + * tfcoil_variables.len_tf_coil + * tfcoil_variables.a_tf_leg_outboard + * tfcoil_variables.n_tf_coils ) fwbs_variables.ptfnucpm3 = fwbs_variables.ptfnuc / tf_volume @@ -2516,7 +2516,7 @@ def stcoil(self, output: bool): b_max_k[k] = self.bmax_from_awp( wp_width_r[k], coilcurrent, - tfcoil_variables.n_tf, + tfcoil_variables.n_tf_coils, r_coil_major, r_coil_minor, ) @@ -2571,7 +2571,7 @@ def stcoil(self, output: bool): tfcoil_variables.bmaxtf = self.bmax_from_awp( wp_width_r_min, coilcurrent, - tfcoil_variables.n_tf, + tfcoil_variables.n_tf_coils, r_coil_major, r_coil_minor, ) @@ -2708,7 +2708,7 @@ def stcoil(self, output: bool): + tfcoil_variables.casthi + 2.0e0 * tfcoil_variables.tinstf ) # [m] Thickness of outboard leg in radial direction (same as inboard) - tfcoil_variables.arealeg = ( + tfcoil_variables.a_tf_leg_outboard = ( build_variables.dr_tf_inboard * tfcoil_variables.tftort ) # [m^2] overall coil cross-sectional area (assuming inboard and # outboard leg are the same) @@ -2725,10 +2725,10 @@ def stcoil(self, output: bool): # [m^2] Total surface area of coil side facing plasma: inboard region tfcoil_variables.tfsai = ( - tfcoil_variables.n_tf + tfcoil_variables.n_tf_coils * tfcoil_variables.tftort * 0.5e0 - * tfcoil_variables.tfleng + * tfcoil_variables.len_tf_coil ) # [m^2] Total surface area of coil side facing plasma: outboard region tfcoil_variables.tfsao = ( @@ -2750,13 +2750,13 @@ def stcoil(self, output: bool): # Variables for ALL coils. tfcoil_variables.tfareain = ( - tfcoil_variables.n_tf * tfcoil_variables.arealeg + tfcoil_variables.n_tf_coils * tfcoil_variables.a_tf_leg_outboard ) # [m^2] Total area of all coil legs (midplane) - tfcoil_variables.ritfc = ( - tfcoil_variables.n_tf * coilcurrent * 1.0e6 + tfcoil_variables.c_tf_total = ( + tfcoil_variables.n_tf_coils * coilcurrent * 1.0e6 ) # [A] Total current in ALL coils tfcoil_variables.oacdcp = ( - tfcoil_variables.ritfc / tfcoil_variables.tfareain + tfcoil_variables.c_tf_total / tfcoil_variables.tfareain ) # [A / m^2] overall current density tfcoil_variables.rbmax = ( r_coil_major - r_coil_minor + awp_rad @@ -2780,7 +2780,7 @@ def stcoil(self, output: bool): ** 2 * st.f_n**2 ) - * (tfcoil_variables.ritfc / tfcoil_variables.n_tf) ** 2 + * (tfcoil_variables.c_tf_total / tfcoil_variables.n_tf_coils) ** 2 * 1.0e-9 ) # [GJ] Total magnetic energy @@ -2801,10 +2801,10 @@ def stcoil(self, output: bool): tfborev = 2.0e0 * build_variables.hmax # [m] estimated vertical coil dr_bore - tfcoil_variables.tfleng = ( + tfcoil_variables.len_tf_coil = ( stellarator_configuration.stella_config_coillength * (r_coil_minor / stellarator_configuration.stella_config_coil_rminor) - / tfcoil_variables.n_tf + / tfcoil_variables.n_tf_coils ) # [m] estimated average length of a coil # [m^2] Total surface area of toroidal shells covering coils @@ -2830,47 +2830,51 @@ def stcoil(self, output: bool): # # [kg] Mass of case # (no need for correction factors as is the case for tokamaks) - # This is only correct if the winding pack is 'thin' (tfleng>>sqrt(tfcoil_variables.acasetf)). + # This is only correct if the winding pack is 'thin' (len_tf_coil>>sqrt(tfcoil_variables.acasetf)). tfcoil_variables.whtcas = ( - tfcoil_variables.tfleng * tfcoil_variables.acasetf * tfcoil_variables.dcase + tfcoil_variables.len_tf_coil + * tfcoil_variables.acasetf + * tfcoil_variables.dcase ) # Mass of ground-wall insulation [kg] # (assumed to be same density/material as conduit insulation) tfcoil_variables.whtgw = ( - tfcoil_variables.tfleng * (awpc - awptf) * tfcoil_variables.dcondins + tfcoil_variables.len_tf_coil * (awpc - awptf) * tfcoil_variables.dcondins ) # [kg] mass of Superconductor tfcoil_variables.whtconsc = ( - tfcoil_variables.tfleng + tfcoil_variables.len_tf_coil * tfcoil_variables.n_tf_turn * tfcoil_variables.acstf * (1.0e0 - tfcoil_variables.vftf) * (1.0e0 - tfcoil_variables.fcutfsu) - - tfcoil_variables.tfleng * tfcoil_variables.awphec + - tfcoil_variables.len_tf_coil * tfcoil_variables.awphec ) * tfcoil_variables.dcond[ tfcoil_variables.i_tf_sc_mat - 1 ] # awphec is 0 for a stellarator. but keep this term for now. # [kg] mass of Copper in conductor tfcoil_variables.whtconcu = ( - tfcoil_variables.tfleng + tfcoil_variables.len_tf_coil * tfcoil_variables.n_tf_turn * tfcoil_variables.acstf * (1.0e0 - tfcoil_variables.vftf) * tfcoil_variables.fcutfsu - - tfcoil_variables.tfleng * tfcoil_variables.awphec + - tfcoil_variables.len_tf_coil * tfcoil_variables.awphec ) * constants.dcopper # [kg] mass of Steel conduit (sheath) tfcoil_variables.whtconsh = ( - tfcoil_variables.tfleng + tfcoil_variables.len_tf_coil * tfcoil_variables.n_tf_turn * tfcoil_variables.acndttf * fwbs_variables.denstl ) - # if (i_tf_sc_mat==6) tfcoil_variables.whtconsh = fcondsteel * awptf *tfcoil_variables.tfleng* fwbs_variables.denstl + # if (i_tf_sc_mat==6) tfcoil_variables.whtconsh = fcondsteel * awptf *tfcoil_variables.len_tf_coil* fwbs_variables.denstl # Conduit insulation mass [kg] # (tfcoil_variables.aiwp already contains tfcoil_variables.n_tf_turn) tfcoil_variables.whtconin = ( - tfcoil_variables.tfleng * tfcoil_variables.aiwp * tfcoil_variables.dcondins + tfcoil_variables.len_tf_coil + * tfcoil_variables.aiwp + * tfcoil_variables.dcondins ) # [kg] Total conductor mass tfcoil_variables.whtcon = ( @@ -2882,7 +2886,7 @@ def stcoil(self, output: bool): # [kg] Total coil mass tfcoil_variables.whttf = ( tfcoil_variables.whtcas + tfcoil_variables.whtcon + tfcoil_variables.whtgw - ) * tfcoil_variables.n_tf + ) * tfcoil_variables.n_tf_coils # End of general coil geometry values ####################################################################################### @@ -2920,7 +2924,7 @@ def stcoil(self, output: bool): / (1e0 * 5.2e0 * 0.014e0) * ( physics_variables.bt - * tfcoil_variables.ritfc + * tfcoil_variables.c_tf_total * physics_variables.rminor**2 / ( (build_variables.dr_vv_inboard + build_variables.dr_vv_outboard) @@ -2944,10 +2948,10 @@ def stcoil(self, output: bool): # the conductor fraction is meant of the cable space# # This is the old routine which is being replaced for now by the new one below # protect(aio, tfes, acs, aturn, tdump, fcond, fcu, tba, tmax ,ajwpro, vd) - # call protect(cpttf,estotftgj/tfcoil_variables.n_tf*1.0e9,acstf, tfcoil_variables.t_turn_tf**2 ,tdmptf,1-vftf,fcutfsu,tftmp,tmaxpro,jwdgpro2,vd) + # call protect(cpttf,estotftgj/tfcoil_variables.n_tf_coils*1.0e9,acstf, tfcoil_variables.t_turn_tf**2 ,tdmptf,1-vftf,fcutfsu,tftmp,tmaxpro,jwdgpro2,vd) vd = self.u_max_protect_v( - tfcoil_variables.estotftgj / tfcoil_variables.n_tf * 1.0e9, + tfcoil_variables.estotftgj / tfcoil_variables.n_tf_coils * 1.0e9, tfcoil_variables.tdmptf, tfcoil_variables.cpttf, ) @@ -3026,8 +3030,8 @@ def stcoil(self, output: bool): * tfcoil_variables.bmaxtf / stellarator_configuration.stella_config_wp_bmax * stellarator_configuration.stella_config_coillength - / tfcoil_variables.n_tf - / tfcoil_variables.tfleng + / tfcoil_variables.n_tf_coils + / tfcoil_variables.len_tf_coil ) centering_force_min_mn = ( stellarator_configuration.stella_config_centering_force_min_mn @@ -3036,8 +3040,8 @@ def stcoil(self, output: bool): * tfcoil_variables.bmaxtf / stellarator_configuration.stella_config_wp_bmax * stellarator_configuration.stella_config_coillength - / tfcoil_variables.n_tf - / tfcoil_variables.tfleng + / tfcoil_variables.n_tf_coils + / tfcoil_variables.len_tf_coil ) centering_force_avg_mn = ( stellarator_configuration.stella_config_centering_force_avg_mn @@ -3046,8 +3050,8 @@ def stcoil(self, output: bool): * tfcoil_variables.bmaxtf / stellarator_configuration.stella_config_wp_bmax * stellarator_configuration.stella_config_coillength - / tfcoil_variables.n_tf - / tfcoil_variables.tfleng + / tfcoil_variables.n_tf_coils + / tfcoil_variables.len_tf_coil ) # #################################### @@ -3271,7 +3275,9 @@ def jcrit_frommaterial( return j_crit_sc * 1e-6 - def bmax_from_awp(self, wp_width_radial, current, n_tf, r_coil_major, r_coil_minor): + def bmax_from_awp( + self, wp_width_radial, current, n_tf_coils, r_coil_major, r_coil_minor + ): """Returns a fitted function for bmax for stellarators author: J Lion, IPP Greifswald @@ -3283,7 +3289,7 @@ def bmax_from_awp(self, wp_width_radial, current, n_tf, r_coil_major, r_coil_min return ( 2e-1 * current - * n_tf + * n_tf_coils / (r_coil_major - r_coil_minor) * ( stellarator_configuration.stella_config_a1 @@ -3580,7 +3586,10 @@ def stcoil_output( po.osubhd(self.outfile, "General Coil Parameters :") po.ovarre( - self.outfile, "Number of modular coils", "(n_tf)", tfcoil_variables.n_tf + self.outfile, + "Number of modular coils", + "(n_tf_coils)", + tfcoil_variables.n_tf_coils, ) po.ovarre(self.outfile, "Av. coil major radius", "(coil_r)", r_coil_major) po.ovarre(self.outfile, "Av. coil minor radius", "(coil_a)", r_coil_minor) @@ -3594,8 +3603,8 @@ def stcoil_output( po.ovarre( self.outfile, "Cross-sectional area per coil (m2)", - "(tfarea/n_tf)", - tfcoil_variables.tfareain / tfcoil_variables.n_tf, + "(tfarea/n_tf_coils)", + tfcoil_variables.tfareain / tfcoil_variables.n_tf_coils, ) po.ovarre( self.outfile, @@ -3645,20 +3654,20 @@ def stcoil_output( po.ovarre( self.outfile, "Mean coil circumference (m)", - "(tfleng)", - tfcoil_variables.tfleng, + "(len_tf_coil)", + tfcoil_variables.len_tf_coil, ) po.ovarre( self.outfile, "Total current (MA)", - "(ritfc)", - 1.0e-6 * tfcoil_variables.ritfc, + "(c_tf_total)", + 1.0e-6 * tfcoil_variables.c_tf_total, ) po.ovarre( self.outfile, "Current per coil(MA)", - "(ritfc/n_tf)", - 1.0e-6 * tfcoil_variables.ritfc / tfcoil_variables.n_tf, + "(c_tf_total/n_tf_coils)", + 1.0e-6 * tfcoil_variables.c_tf_total / tfcoil_variables.n_tf_coils, ) po.ovarre( self.outfile, @@ -3844,17 +3853,21 @@ def stcoil_output( po.ovarre( self.outfile, "Current density in conductor area (A/m2)", - "(ritfc/acond)", + "(c_tf_total/acond)", 1.0e-6 - * tfcoil_variables.ritfc - / tfcoil_variables.n_tf + * tfcoil_variables.c_tf_total + / tfcoil_variables.n_tf_coils / tfcoil_variables.acond, ) po.ovarre( self.outfile, "Current density in SC area (A/m2)", - "(ritfc/acond/f_scu)", - 1.0e-6 * tfcoil_variables.ritfc / tfcoil_variables.n_tf / ap / f_scu, + "(c_tf_total/acond/f_scu)", + 1.0e-6 + * tfcoil_variables.c_tf_total + / tfcoil_variables.n_tf_coils + / ap + / f_scu, ) po.ovarre(self.outfile, "Superconductor faction of WP (1)", "(f_scu)", f_scu) diff --git a/process/tfcoil.py b/process/tfcoil.py index 05eaecd4c0..2c9636d235 100644 --- a/process/tfcoil.py +++ b/process/tfcoil.py @@ -67,7 +67,7 @@ def cntrpst(self): n_tcool_it = 20 # Coolant channels: - acool = tfv.a_cp_cool * tfv.n_tf # Cooling cross-sectional area + acool = tfv.a_cp_cool * tfv.n_tf_coils # Cooling cross-sectional area dcool = 2.0e0 * tfv.rcool # Diameter lcool = 2.0e0 * (bv.hmax + bv.dr_tf_outboard) # Length tfv.ncool = acool / (constants.pi * tfv.rcool**2) # Number @@ -77,7 +77,7 @@ def cntrpst(self): ro = (acpav / (constants.pi * tfv.ncool)) ** 0.5 # Inner legs total heating power (to be removed by coolant) - ptot = tfv.prescp + fwbsv.pnuc_cp_tf * 1.0e6 + ptot = tfv.p_cp_resistive + fwbsv.pnuc_cp_tf * 1.0e6 # Temperature calculations # ------------------------- @@ -298,14 +298,14 @@ def cntrpst(self): po.ovarre( self.outfile, "Average conductor resistivity (ohm.m)", - "(rhocp)", - tfv.rhocp, + "(rho_cp)", + tfv.rho_cp, ) po.ovarre( self.outfile, "Resistive heating (MW)", - "(prescp/1.0e6)", - tfv.prescp / 1.0e6, + "(p_cp_resistive/1.0e6)", + tfv.p_cp_resistive / 1.0e6, ) po.ovarre( self.outfile, "Nuclear heating (MW)", "(pnuc_cp_tf)", fwbsv.pnuc_cp_tf diff --git a/process/utilities/errorlist.json b/process/utilities/errorlist.json index 8c8d066782..dbd7759653 100644 --- a/process/utilities/errorlist.json +++ b/process/utilities/errorlist.json @@ -493,7 +493,7 @@ { "no": 97, "level": 2, - "message": "SCTFCOIL: Negative TF coil current; ritfc forced to be positive..." + "message": "SCTFCOIL: Negative TF coil current; c_tf_total forced to be positive..." }, { "no": 98, @@ -1198,22 +1198,22 @@ { "no": 238, "level": 3, - "message": "CHECK: TF legs conductor temperature (tlegav) should be < 40 K for the cryo-al resistivity to be defined." + "message": "CHECK: TF legs conductor temperature (temp_tf_legs_outboard) should be < 40 K for the cryo-al resistivity to be defined." }, { "no": 239, "level": 3, - "message": "CHECK: TF legs conductor temperature (tlegav) cannot be < 0 C (273.15 K) for water cooled magents." + "message": "CHECK: TF legs conductor temperature (temp_tf_legs_outboard) cannot be < 0 C (273.15 K) for water cooled magents." }, { "no": 240, "level": 3, - "message": "CHECK: Too large CP conductor temperature (tcpav). Upper limit for cryo-al < 50 K" + "message": "CHECK: Too large CP conductor temperature (temp_cp_average). Upper limit for cryo-al < 50 K" }, { "no": 241, "level": 3, - "message": "CHECK: Too low CP conductor temperature (tcpav). Lower limit for copper > 273.15 K" + "message": "CHECK: Too low CP conductor temperature (temp_cp_average). Lower limit for copper > 273.15 K" }, { "no": 242, diff --git a/process/vacuum.py b/process/vacuum.py index 7490cd4baf..1ce2273d5e 100644 --- a/process/vacuum.py +++ b/process/vacuum.py @@ -62,7 +62,7 @@ def run(self, output: bool) -> None: buv.dr_shld_inboard, buv.dr_tf_inboard, buv.rsldi - buv.dr_shld_vv_gap_inboard - buv.dr_vv_inboard, - tfv.n_tf, + tfv.n_tf_coils, tv.t_between_pulse, pv.dene, pv.idivrt, @@ -104,7 +104,7 @@ def vacuum_simple(self, output) -> float: * vacv.pumpareafraction * vacv.pumpspeedfactor * pv.a_plasma_surface - / tfv.n_tf + / tfv.n_tf_coils ) wallarea = (pv.a_plasma_surface / 1084.0e0) * 2000.0e0 @@ -186,7 +186,7 @@ def vacuum( thshldi, thtf, ritf, - n_tf, + n_tf_coils, t_between_pulse, nplasma, ndiv, @@ -272,7 +272,7 @@ def vacuum( # (9.0 for N2, 5.0 for He and 25. for DT) pfus = pfusmw * 1.0e6 # Fusion power (W) - ntf = int(n_tf) + ntf = int(n_tf_coils) # Feed rate (gas load) of D-T into chamber (pellets + gas puffing + # NBI + ...) = load from fueller + load from NBI diff --git a/source/fortran/constraint_equations.f90 b/source/fortran/constraint_equations.f90 index 3ab65fdea9..b9f43c0bae 100755 --- a/source/fortran/constraint_equations.f90 +++ b/source/fortran/constraint_equations.f90 @@ -1882,12 +1882,12 @@ subroutine constraint_eqn_043(tmp_cc, tmp_con, tmp_err, tmp_symbol, tmp_units) !! #=#=# consistency !! and hence also optional here. !! Logic change during pre-factoring: err, symbol, units will be assigned only if present. - !! tcpav : input real : average temp of TF coil inboard leg conductor (C)e + !! temp_cp_average : input real : average temp of TF coil inboard leg conductor (C)e !! tcpav2 : input real : centrepost average temperature (C) (for consistency) !! itart : input integer : switch for spherical tokamak (ST) models: - use tfcoil_variables, only: tcpav, tcpav2 + use tfcoil_variables, only: temp_cp_average, tcpav2 use physics_variables, only: itart use tfcoil_variables, only: i_tf_sup @@ -1903,11 +1903,11 @@ subroutine constraint_eqn_043(tmp_cc, tmp_con, tmp_err, tmp_symbol, tmp_units) ! For some reasons these lines are needed to make VMCON CONVERGE .... if ( i_tf_sup == 0 ) then ! Copper case - tcpav = tcpav - 273.15D0 + temp_cp_average = temp_cp_average - 273.15D0 tcpav2 = tcpav2 - 273.15D0 end if - tmp_cc = 1.0D0 - tcpav/tcpav2 + tmp_cc = 1.0D0 - temp_cp_average/tcpav2 tmp_con = tcpav2 * (1.0D0 - tmp_cc) tmp_err = tcpav2 * tmp_cc tmp_symbol = '=' @@ -1915,7 +1915,7 @@ subroutine constraint_eqn_043(tmp_cc, tmp_con, tmp_err, tmp_symbol, tmp_units) ! For some reasons these lines are needed to make VMCON CONVERGE .... if ( i_tf_sup == 0 ) then ! Copper case - tcpav = tcpav + 273.15D0 + temp_cp_average = temp_cp_average + 273.15D0 tcpav2 = tcpav2 + 273.15D0 end if @@ -2021,14 +2021,14 @@ subroutine constraint_eqn_046(tmp_cc, tmp_con, tmp_err, tmp_symbol, tmp_units) !! Logic change during pre-factoring: err, symbol, units will be assigned only if present. !! eps : input real : inverse aspect ratio !! fipir : input real : f-value for Ip/Irod upper limit - !! ritfc : input real : total (summed) current in TF coils (A) + !! c_tf_total : input real : total (summed) current in TF coils (A) !! plasma_current : input real : plasma current (A) !! itart : input integer : switch for spherical tokamak (ST) models: use physics_variables, only: eps, plasma_current, itart use constraint_variables, only: fipir - use tfcoil_variables, only: ritfc + use tfcoil_variables, only: c_tf_total implicit none ! cratmx : local real : maximum ratio of plasma current to centrepost current real(dp) :: cratmx @@ -2041,9 +2041,9 @@ subroutine constraint_eqn_046(tmp_cc, tmp_con, tmp_err, tmp_symbol, tmp_units) ! if the machine isn't a ST then report error if (itart == 0) call report_error(10) cratmx = 1.0D0 + 4.91D0*(eps-0.62D0) - tmp_cc = 1.0D0 - fipir * cratmx * ritfc/plasma_current + tmp_cc = 1.0D0 - fipir * cratmx * c_tf_total/plasma_current tmp_con = cratmx * (1.0D0 - tmp_cc) - tmp_err = plasma_current/ritfc * tmp_cc + tmp_err = plasma_current/c_tf_total * tmp_cc tmp_symbol = '<' tmp_units = '' @@ -2490,7 +2490,7 @@ subroutine constraint_eqn_063(tmp_cc, tmp_con, tmp_err, tmp_symbol, tmp_units) !! tfno : input real : number of TF coils (default = 50 for stellarators) !! niterpump : input real : number of high vacuum pumps (real number), each with the throughput use constraint_variables, only: fniterpump - use tfcoil_variables, only: n_tf + use tfcoil_variables, only: n_tf_coils use vacuum_variables, only: niterpump implicit none real(dp), intent(out) :: tmp_cc @@ -2499,9 +2499,9 @@ subroutine constraint_eqn_063(tmp_cc, tmp_con, tmp_err, tmp_symbol, tmp_units) character(len=1), intent(out) :: tmp_symbol character(len=10), intent(out) :: tmp_units - tmp_cc = 1.0D0 - fniterpump * n_tf / niterpump - tmp_con = n_tf - tmp_err = n_tf * tmp_cc + tmp_cc = 1.0D0 - fniterpump * n_tf_coils / niterpump + tmp_con = n_tf_coils + tmp_err = n_tf_coils * tmp_cc tmp_symbol = '<' tmp_units = '' diff --git a/source/fortran/input.f90 b/source/fortran/input.f90 index b4f4695920..4f4379ed84 100644 --- a/source/fortran/input.f90 +++ b/source/fortran/input.f90 @@ -326,24 +326,25 @@ subroutine parse_input_file(in_file,out_file,show_changes) f_w, bmn, shear, m_res, f_rad, flpitch, istell, max_gyrotron_frequency, & te0_ecrh_achievable use tfcoil_variables, only: fcoolcp, tfinsgap, vftf, & - fhts, dr_tf_wp, rcool, rhotfleg, thkcas, & + fhts, dr_tf_wp, rcool, rho_tf_leg, thkcas, & casthi, n_pancake, bcritsc, i_tf_sup, str_pf_con_res, thwcndut, & thicndut, tftmp, oacdcp, tmax_croco, ptempalw, tmargmin_tf, tmpcry, & sig_tf_case_max, dztop, dcond, str_cs_con_res, etapump, drtop, vcool, dcondins, & - i_tf_tresca, dhecoil, tmaxpro, n_tf, tcpav, fcutfsu, jbus, & + i_tf_tresca, dhecoil, tmaxpro, n_tf_coils, temp_cp_average, fcutfsu, j_tf_bus, & casthi_fraction, tmargmin_cs, vdalw, dcase, t_turn_tf,& cpttf_max, tdmptf, casths, i_tf_turns_integer, quench_model, & tcritsc, layer_ins, tinstf, n_layer, tcoolin, ripmax, frhocp, & cpttf, tmargmin, casths_fraction, eff_tf_cryo, eyoung_ins, & eyoung_steel, eyoung_res_tf_buck, eyoung_cond_axial, f_vforce_inboard, & - fcoolleg, frholeg, ftoroidalgap, i_tf_sc_mat, i_tf_shape, i_tf_bucking, & + f_a_tf_cool_outboard, frholeg, ftoroidalgap, i_tf_sc_mat, i_tf_shape, i_tf_bucking, & n_tf_graded_layers, n_tf_joints, n_tf_joints_contact, poisson_al, & - poisson_copper, poisson_steel, rho_tf_joints, rhotfbus, th_joint_contact,& + poisson_copper, poisson_steel, rho_tf_joints, rho_tf_bus, th_joint_contact,& i_tf_stress_model, eyoung_al, i_tf_wp_geom, i_tf_case_geom, & i_tf_turns_integer, n_rad_per_layer, b_crit_upper_nbti, t_crit_nbti, & i_cp_joints, n_tf_turn, f_t_turn_tf, t_turn_tf_max, t_cable_tf, & sig_tf_wp_max, eyoung_cond_trans, i_tf_cond_eyoung_axial, i_tf_cond_eyoung_trans, & - str_wp_max, str_tf_con_res, i_str_wp, max_vv_stress, theta1_coil, theta1_vv + str_wp_max, str_tf_con_res, i_str_wp, max_vv_stress, theta1_coil, theta1_vv, & + len_tf_bus use times_variables, only: t_current_ramp_up, pulsetimings, t_ramp_down, t_fusion_ramp, t_precharge, t_burn, & t_between_pulse, tohsin @@ -1580,8 +1581,8 @@ subroutine parse_input_file(in_file,out_file,show_changes) case ('fcoolcp') call parse_real_variable('fcoolcp', fcoolcp, 0.0D0, 1.0D0, & 'Coolant fraction of TF centrepost (itart=1) or the whole magnet (itart=0)') - case ('fcoolleg') - call parse_real_variable('fcoolleg', fcoolleg, 0.0D0, 1.0D0, & + case ('f_a_tf_cool_outboard') + call parse_real_variable('f_a_tf_cool_outboard', f_a_tf_cool_outboard, 0.0D0, 1.0D0, & 'Coolant fraction of TF outboard leg (itart=1 only)') case ('fcutfsu') call parse_real_variable('fcutfsu', fcutfsu, 0.0D0, 1.0D0, & @@ -1658,8 +1659,8 @@ subroutine parse_input_file(in_file,out_file,show_changes) case ('i_str_wp') call parse_int_variable('i_str_wp', i_str_wp, 0, 1, & 'Switch for the TF coil strain behavior') - case ('jbus') - call parse_real_variable('jbus', jbus, 1.0D4, 1.0D8, & + case ('j_tf_bus') + call parse_real_variable('j_tf_bus', j_tf_bus, 1.0D4, 1.0D8, & 'TF coil bus current density (A/m2)') case ('n_pancake') call parse_int_variable('n_pancake', n_pancake, 1, 100, & @@ -1719,8 +1720,8 @@ subroutine parse_input_file(in_file,out_file,show_changes) case ('tcoolin') call parse_real_variable('tcoolin', tcoolin, 4.0D0, 373.15D0, & 'Centrepost coolant inlet temperature (K)') - case ('tcpav') - call parse_real_variable('tcpav', tcpav, 4.0D0, 573.15D0, & + case ('temp_cp_average') + call parse_real_variable('temp_cp_average', temp_cp_average, 4.0D0, 573.15D0, & 'Average centrepost coolant temperature (K)') case ('tcritsc') call parse_real_variable('tcritsc', tcritsc, 1.0D0, 300.0D0, & @@ -1731,11 +1732,11 @@ subroutine parse_input_file(in_file,out_file,show_changes) case ('tfinsgap') call parse_real_variable('tfinsgap', tfinsgap, 1.0D-10, 1.0D-1, & 'TF coil WP insertion gap (m)') - case ('rhotfbus') - call parse_real_variable('rhotfbus', rhotfbus, 0.0D0, 1.0D-5, & + case ('rho_tf_bus') + call parse_real_variable('rho_tf_bus', rho_tf_bus, 0.0D0, 1.0D-5, & 'TF coil bus (feeders) resistivity (ohm-m)') - case ('n_tf') - call parse_real_variable('n_tf', n_tf, 0.0D0, 100.0D0, & + case ('n_tf_coils') + call parse_real_variable('n_tf_coils', n_tf_coils, 0.0D0, 100.0D0, & 'Number of TF coils') case ('n_tf_turn') call parse_real_variable('n_tf_turn', n_tf_turn, 0.0D0, 100.0D0, & @@ -1808,6 +1809,9 @@ subroutine parse_input_file(in_file,out_file,show_changes) case ('vftf') call parse_real_variable('vftf', vftf, 0.0D0, 1.0D0, & 'Coolant fraction of TF coil leg') + case ('len_tf_bus') + call parse_real_variable('len_tf_bus', len_tf_bus, 0.01D0, 1.0D3, & + 'TF coil bus length (m)') ! PF coil settings diff --git a/source/fortran/iteration_variables.f90 b/source/fortran/iteration_variables.f90 index 8a6ef5058e..2f4a83c06b 100755 --- a/source/fortran/iteration_variables.f90 +++ b/source/fortran/iteration_variables.f90 @@ -485,25 +485,25 @@ subroutine set_itv_19(ratio) !--------------------------------- subroutine init_itv_20 - !!
  • (20) tcpav + !!
  • (20) temp_cp_average use numerics, only: lablxc, boundl, boundu implicit none - lablxc(20) = 'tcpav ' + lablxc(20) = 'temp_cp_average ' boundl(20) = 40.00D0 boundu(20) = 3.000D2 end subroutine init_itv_20 real(kind(1.d0)) function itv_20() - use tfcoil_variables, only: tcpav + use tfcoil_variables, only: temp_cp_average implicit none - itv_20 = tcpav + itv_20 = temp_cp_average end function itv_20 subroutine set_itv_20(ratio) - use tfcoil_variables, only: tcpav + use tfcoil_variables, only: temp_cp_average implicit none real(kind(1.d0)) :: ratio - tcpav = ratio + temp_cp_average = ratio end subroutine set_itv_20 !--------------------------------- diff --git a/source/fortran/numerics.f90 b/source/fortran/numerics.f90 index ed437e58f4..745a7dd8fd 100755 --- a/source/fortran/numerics.f90 +++ b/source/fortran/numerics.f90 @@ -221,7 +221,7 @@ module numerics !!
  • (17) t_between_pulse !!
  • (18) q !!
  • (19) beam_energy - !!
  • (20) tcpav + !!
  • (20) temp_cp_average !!
  • (21) ft_burn (f-value for equation 13) !!
  • (22) NOT USED !!
  • (23) fcoolcp diff --git a/source/fortran/scan.f90 b/source/fortran/scan.f90 index 71f80dc436..ccaf1aa326 100644 --- a/source/fortran/scan.f90 +++ b/source/fortran/scan.f90 @@ -192,7 +192,7 @@ subroutine scan_1d_store_output(iscan, ifail, noutvars_, ipnscns_, outvar) use process_output, only: oblnkl use numerics, only: sqsumsq use tfcoil_variables, only: tfareain, wwp2, sig_tf_wp, tfcmw, tcpmax, oacdcp, & - tfcpmw, fcutfsu, acond, fcoolcp, rcool, whttf, ppump, vcool, wwp1, n_tf, & + tfcpmw, fcutfsu, acond, fcoolcp, rcool, whttf, ppump, vcool, wwp1, n_tf_coils, & dr_tf_wp, b_crit_upper_nbti use fwbs_variables, only: tpeak use physics_variables, only: q, aspect, p_plasma_rad_mw, dene, fusion_power, btot, tesep, & @@ -273,7 +273,7 @@ subroutine scan_1d_store_output(iscan, ifail, noutvars_, ipnscns_, outvar) outvar(54,iscan) = fcutfsu outvar(55,iscan) = (wwp1+wwp2)*dr_tf_wp outvar(56,iscan) = acond - outvar(57,iscan) = tfareain/n_tf + outvar(57,iscan) = tfareain/n_tf_coils outvar(58,iscan) = f_alpha_energy_confinement_min outvar(66,iscan) = f_nd_alpha_electron outvar(69,iscan) = fimp(1) diff --git a/source/fortran/stellarator.f90 b/source/fortran/stellarator.f90 index 081dabba3d..83abff24c6 100644 --- a/source/fortran/stellarator.f90 +++ b/source/fortran/stellarator.f90 @@ -58,7 +58,7 @@ subroutine stinit triang, hfac, labels_confinement_scalings use numerics, only: boundl, boundu use stellarator_variables, only: istell - use tfcoil_variables, only: n_tf + use tfcoil_variables, only: n_tf_coils use times_variables, only: t_burn, t_cycle, tdown, t_between_pulse, t_fusion_ramp, t_current_ramp_up, & t_pulse_repetition, t_ramp_down, t_precharge use global_variables, only: icase diff --git a/source/fortran/tfcoil_variables.f90 b/source/fortran/tfcoil_variables.f90 index b215571ab2..7a081cb487 100644 --- a/source/fortran/tfcoil_variables.f90 +++ b/source/fortran/tfcoil_variables.f90 @@ -48,7 +48,7 @@ module tfcoil_variables ! real(dp) :: alstrtf !! Allowable Tresca stress in TF coil structural material (Pa) - real(dp) :: arealeg + real(dp) :: a_tf_leg_outboard !! outboard TF leg area (m2) real(dp) :: aswp @@ -305,7 +305,7 @@ module tfcoil_variables !! stress analysis. This is the layers of one turn, not the entire WP. !! Default: 5. void, conductor, copper, conduit, insulation. - real(dp) :: jbus + real(dp) :: j_tf_bus !! bussing current density (A/m2) real(dp) :: j_crit_str_tf @@ -381,7 +381,7 @@ module tfcoil_variables real(dp) :: rbmax !! Radius of maximum TF B-field (m) - real(dp) :: tflegres + real(dp) :: res_tf_leg !! TF coil leg resistance (ohm) real(dp) :: toroidalgap @@ -396,7 +396,7 @@ module tfcoil_variables real(dp) :: ripple !! peak/average toroidal field ripple at plasma edge (%) - real(dp) :: ritfc + real(dp) :: c_tf_total !! total (summed) current in TF coils (A) integer, parameter :: n_radial_array = 50 @@ -502,10 +502,10 @@ module tfcoil_variables real(dp) :: tfareain !! Area of inboard midplane TF legs (m2) - real(dp) :: tfbusl + real(dp) :: len_tf_bus !! TF coil bus length (m) - real(dp) :: tfbusmas + real(dp) :: m_tf_bus !! TF coil bus mass (kg) real(dp) :: tfckw @@ -535,15 +535,15 @@ module tfcoil_variables real(dp) :: tflegmw !! TF coil outboard leg resistive power (MW) - real(dp) :: rhocp + real(dp) :: rho_cp !! TF coil inboard leg resistivity [Ohm-m]. If `itart=0`, this variable is the !! average resistivity over the whole magnet - real(dp) :: rhotfleg + real(dp) :: rho_tf_leg !! Resistivity of a TF coil leg (Ohm-m) - real(dp) :: rhotfbus - !! Resistivity of a TF coil bus (Ohm-m). Default value takes the same res as the leg one + real(dp) :: rho_tf_bus + !! Resistivity of a TF coil bus (Ohm-m). Default values is for that of GLIDCOP AL-15 (C15715) at 293K real(dp) :: frhocp !! Centrepost resistivity enhancement factor. For `itart=0`, this factor @@ -576,7 +576,7 @@ module tfcoil_variables real(dp) :: pres_joints !! Calculated TF joints resistive power losses [W] - real(dp) :: tfleng + real(dp) :: len_tf_coil !! TF coil circumference (m) real(dp) :: eff_tf_cryo @@ -586,7 +586,7 @@ module tfcoil_variables !! - i_tf_sup = 1 : SC magnet, eff_tf_cryo = 0.13 (ITER design) !! - i_tf_sup = 2 : Cryo-aluminium, eff_tf_cryo = 0.4 - real(dp) :: n_tf + real(dp) :: n_tf_coils !! Number of TF coils (default = 50 for stellarators). Number of TF coils outer legs for ST real(dp) :: tfocrn @@ -686,15 +686,15 @@ module tfcoil_variables real(dp) :: whtcon !! TF coil conductor mass per coil (kg/coil). - !! For `itart=1`, coil is return limb plus centrepost/n_tf + !! For `itart=1`, coil is return limb plus centrepost/n_tf_coils real(dp) :: whtconcu !! copper mass in TF coil conductor (kg/coil). - !! For `itart=1`, coil is return limb plus centrepost/n_tf + !! For `itart=1`, coil is return limb plus centrepost/n_tf_coils real(dp) :: whtconal !! Aluminium mass in TF coil conductor (kg/coil). - !! For `itart=1`, coil is return limb plus centrepost/n_tf + !! For `itart=1`, coil is return limb plus centrepost/n_tf_coils real(dp) :: whtconin !! conduit insulation mass in TF coil conductor (kg/coil) @@ -763,7 +763,7 @@ module tfcoil_variables real(dp) :: fcoolcp !! coolant fraction of TF coil inboard legs (`iteration variable 23`) - real(dp) :: fcoolleg + real(dp) :: f_a_tf_cool_outboard !! coolant fraction of TF coil outboard legs real(dp) :: a_cp_cool @@ -775,11 +775,11 @@ module tfcoil_variables real(dp) :: ppump !! centrepost coolant pump power (W) - real(dp) :: prescp + real(dp) :: p_cp_resistive !! resistive power in the centrepost (itart=1) [W]. !! If `itart=0`, this variable is the ressitive power on the whole magnet - real(dp) :: presleg + real(dp) :: p_tf_leg_resistive !! Summed resistive power in the TF coil legs [W]. Remain 0 if `itart=0`. real(dp) :: ptempalw @@ -794,7 +794,7 @@ module tfcoil_variables real(dp) :: dtiocool !! inlet / outlet TF coil coolant temperature rise (K) - real(dp) :: tcpav + real(dp) :: temp_cp_average !! Average temperature of centrepost called CP (K). Only used for resistive coils !! to compute the resisitive heating. Must be an iteration variable for !! ST (`itart=1`) (`iteration variable 20`) @@ -802,9 +802,9 @@ module tfcoil_variables real(dp) :: tcpav2 !! Computed centrepost average temperature (K) (for consistency) - real(dp) :: tlegav - !! Average temperature of the TF outboard legs [K]. If `tlegav=-1.0`, the ouboard - !! legs and CP temperatures are the same. Fixed for now, should use a contraints eq like tcpav + real(dp) :: temp_tf_legs_outboard + !! Average temperature of the TF outboard legs [K]. If `temp_tf_legs_outboard=-1.0`, the ouboard + !! legs and CP temperatures are the same. Fixed for now, should use a contraints eq like temp_cp_average real(dp) :: tcpmax !! peak centrepost temperature (K) @@ -848,7 +848,7 @@ subroutine init_tfcoil_variables aiwp = 0.0D0 sig_tf_case_max = 6.0D8 sig_tf_wp_max = 6.0D8 - arealeg = 0.0D0 + a_tf_leg_outboard = 0.0D0 aswp = 0.0D0 avwp = 0.0D0 awphec = 0.0D0 @@ -903,7 +903,7 @@ subroutine init_tfcoil_variables n_tf_graded_layers = 1 n_tf_stress_layers = 0 n_tf_wp_layers = 5 - jbus = 1.25D6 + j_tf_bus = 1.25D6 j_crit_str_tf = 0.0D0 j_crit_str_0 = & (/596905475.80390120D0,1925501534.8512938D0,& @@ -929,12 +929,12 @@ subroutine init_tfcoil_variables poisson_cond_axial = 0.3 poisson_cond_trans = 0.3 rbmax = 0.0D0 - tflegres = 0.0D0 + res_tf_leg = 0.0D0 toroidalgap = 1.0D0 ![m] ftoroidalgap = 1.0D0 ripmax = 1.0D0 ripple = 0.0D0 - ritfc = 0.0D0 + c_tf_total = 0.0D0 radial_array = 0.0D0 sig_tf_r = 0.0D0 sig_tf_t = 0.0D0 @@ -956,8 +956,8 @@ subroutine init_tfcoil_variables tcritsc = 16.0D0 tdmptf = 10.0D0 tfareain = 0.0D0 - tfbusl = 0.0D0 - tfbusmas = 0.0D0 + len_tf_bus = 300.0D0 + m_tf_bus = 0.0D0 tfckw = 0.0D0 tfcmw = 0.0D0 tfcpmw = 0.0D0 @@ -967,9 +967,9 @@ subroutine init_tfcoil_variables tfind = 0.0D0 tfinsgap = 0.010D0 tflegmw = 0.0D0 - rhocp = 0.0D0 - rhotfleg = 0.0D0 - rhotfbus = 2.62D-8 !-1.0D0 ! 2.5D-8 + rho_cp = 0.0D0 + rho_tf_leg = 0.0D0 + rho_tf_bus = 1.86D-8 frhocp = 1.0D0 frholeg = 1.0D0 rho_tf_joints = 2.5D-10 @@ -977,9 +977,9 @@ subroutine init_tfcoil_variables n_tf_joints = 4 th_joint_contact = 0.03D0 pres_joints = 0.0D0 - tfleng = 0.0D0 + len_tf_coil = 0.0D0 eff_tf_cryo = -1.0D0 - n_tf = 16.0D0 + n_tf_coils = 16.0D0 tfocrn = 0.0D0 tfsai = 0.0D0 tfsao = 0.0D0 @@ -1032,19 +1032,19 @@ subroutine init_tfcoil_variables dztop = 0.0D0 etapump = 0.8D0 fcoolcp = 0.3D0 - fcoolleg = 0.2D0 + f_a_tf_cool_outboard = 0.2D0 a_cp_cool = 0.0D0 ncool = 0.0D0 ppump = 0.0D0 - prescp = 0.0D0 - presleg = 0.0D0 + p_cp_resistive = 0.0D0 + p_tf_leg_resistive = 0.0D0 ptempalw = 473.15D0 ! 200 C rcool = 0.005D0 tcoolin = 313.15D0 ! 40 C dtiocool = 0.0D0 - tcpav = 373.15D0 ! 100 C + temp_cp_average = 373.15D0 ! 100 C tcpav2 = 0.0D0 - tlegav = -1.0D0 + temp_tf_legs_outboard = -1.0D0 tcpmax = 0.0D0 vcool = 20.0D0 vol_cond_cp = 0.0D0 diff --git a/tests/integration/data/large_tokamak_1_MFILE.DAT b/tests/integration/data/large_tokamak_1_MFILE.DAT index d2aa3d84f4..dd51b1c0bc 100644 --- a/tests/integration/data/large_tokamak_1_MFILE.DAT +++ b/tests/integration/data/large_tokamak_1_MFILE.DAT @@ -665,14 +665,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1673E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4985E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 9.1597E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 9.1597E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7937E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7937E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -685,9 +685,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.8229E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2853E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2853E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.0508E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.4752E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.4752E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.6493E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.6444E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -701,7 +701,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.0901E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.8217E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.8217E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.1550E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.7934E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.3656E-01 @@ -728,11 +728,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.9310E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.3777E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.5446E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 7.1402E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 7.1402E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.1424E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.2178E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.1176E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.1176E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.1176E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.1176E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2636E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.5602E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1617E+07 @@ -1013,7 +1013,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.6891E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.1836E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.1932E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1646E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -1778,7 +1778,7 @@ casths = 0.05 ripmax = 0.6 * Number of TF coils -n_tf = 16 +n_tf_coils = 16 * Groundwall insulation thickness [m] tinstf = 0.008 diff --git a/tests/integration/data/large_tokamak_2_MFILE.DAT b/tests/integration/data/large_tokamak_2_MFILE.DAT index d2eba7fec3..e5ea02a7b1 100644 --- a/tests/integration/data/large_tokamak_2_MFILE.DAT +++ b/tests/integration/data/large_tokamak_2_MFILE.DAT @@ -666,14 +666,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1673E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4985E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 9.1597E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 9.1597E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7937E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7937E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -686,9 +686,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.8229E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2853E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2853E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.0508E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.4752E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.4752E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.6493E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.6444E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -702,7 +702,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.0901E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.8217E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.8217E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.1550E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.7934E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.3656E-01 @@ -729,11 +729,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.9310E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.3777E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.5446E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 7.1402E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 7.1402E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.1424E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.2178E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.1176E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.1176E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.1176E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.1176E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2636E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.5602E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1617E+07 @@ -1014,7 +1014,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.6891E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.1836E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.1932E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1646E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -1779,7 +1779,7 @@ casths = 0.05 ripmax = 0.6 * Number of TF coils -n_tf = 16 +n_tf_coils = 16 * Groundwall insulation thickness [m] tinstf = 0.008 diff --git a/tests/integration/data/large_tokamak_3_MFILE.DAT b/tests/integration/data/large_tokamak_3_MFILE.DAT index 4cde49adbe..615c76af47 100644 --- a/tests/integration/data/large_tokamak_3_MFILE.DAT +++ b/tests/integration/data/large_tokamak_3_MFILE.DAT @@ -666,14 +666,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1673E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4985E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 9.1597E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 9.1597E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7937E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7937E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -686,9 +686,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.8229E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2853E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2853E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.0508E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.4752E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.4752E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.6493E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.6444E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -702,7 +702,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.0901E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.8217E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.8217E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.1550E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.7934E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.3656E-01 @@ -729,11 +729,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.9310E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.3777E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.5446E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 7.1402E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 7.1402E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.1424E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.2178E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.1176E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.1176E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.1176E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.1176E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2636E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.5602E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1617E+07 @@ -1014,7 +1014,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.6891E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.1836E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.1932E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1646E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -1779,7 +1779,7 @@ casths = 0.05 ripmax = 0.6 * Number of TF coils -n_tf = 16 +n_tf_coils = 16 * Groundwall insulation thickness [m] tinstf = 0.008 diff --git a/tests/integration/data/large_tokamak_4_MFILE.DAT b/tests/integration/data/large_tokamak_4_MFILE.DAT index f1f7af53ae..ff5ea8a8c9 100644 --- a/tests/integration/data/large_tokamak_4_MFILE.DAT +++ b/tests/integration/data/large_tokamak_4_MFILE.DAT @@ -666,14 +666,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1673E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4985E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 9.1597E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 9.1597E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7937E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7937E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -686,9 +686,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.8229E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2853E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2853E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.0508E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.4752E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.4752E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.6493E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.6444E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -702,7 +702,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.0901E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.8217E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.8217E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.1550E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.7934E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.3656E-01 @@ -729,11 +729,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.9310E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.3777E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.5446E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 7.1402E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 7.1402E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.1424E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.2178E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.1176E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.1176E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.1176E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.1176E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2636E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.5602E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1617E+07 @@ -1014,7 +1014,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.6891E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.1836E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.1932E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1646E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -1779,7 +1779,7 @@ casths = 0.05 ripmax = 0.6 * Number of TF coils -n_tf = 16 +n_tf_coils = 16 * Groundwall insulation thickness [m] tinstf = 0.008 diff --git a/tests/integration/data/large_tokamak_IN.DAT b/tests/integration/data/large_tokamak_IN.DAT index 550b519893..67db2769fd 100644 --- a/tests/integration/data/large_tokamak_IN.DAT +++ b/tests/integration/data/large_tokamak_IN.DAT @@ -589,7 +589,7 @@ casths = 0.05 ripmax = 0.6 * Number of TF coils -n_tf = 16 +n_tf_coils = 16 * Groundwall insulation thickness [m] tinstf = 0.008 diff --git a/tests/integration/data/large_tokamak_MFILE.DAT b/tests/integration/data/large_tokamak_MFILE.DAT index fe8238ad7b..3c35abe1a7 100644 --- a/tests/integration/data/large_tokamak_MFILE.DAT +++ b/tests/integration/data/large_tokamak_MFILE.DAT @@ -664,7 +664,7 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1606E+00 OP Inboard_leg_inner_radius_(m)____________________________________________ (r_tf_inboard_in)_____________ 2.6958E+00 OP Inboard_leg_outer_radius_(m)____________________________________________ (r_tf_inboard_out)____________ 3.6253E+00 OP @@ -676,7 +676,7 @@ Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 9.2950E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7969E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7969E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -689,9 +689,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.8459E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.3045E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.3045E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.0671E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.5858E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.5858E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.6514E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.7164E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -705,7 +705,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.0872E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.8986E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.8986E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.1865E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.8392E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.3296E-01 @@ -732,11 +732,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 9.1170E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.4319E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.5648E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 7.2486E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 7.2486E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.1598E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.2296E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.1381E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.1381E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.1381E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.1381E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2760E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.5505E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1583E+07 @@ -1017,7 +1017,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.7235E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.0344E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.0645E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1893E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -1780,7 +1780,7 @@ casths = 0.05 ripmax = 0.6 * Number of TF coils -n_tf = 16 +n_tf_coils = 16 * Groundwall insulation thickness [m] tinstf = 0.008 diff --git a/tests/integration/data/large_tokamak_once_through.IN.DAT b/tests/integration/data/large_tokamak_once_through.IN.DAT index 4ed427dd3f..26bbfd8fec 100644 --- a/tests/integration/data/large_tokamak_once_through.IN.DAT +++ b/tests/integration/data/large_tokamak_once_through.IN.DAT @@ -415,7 +415,7 @@ fcutfsu = 0.8231999768826475 * copper fraction of cable conductor (TF coils) i_tf_sc_mat = 1 * Switch for superconductor material in TF coils; ripmax = 0.6 * aximum allowable toroidal field ripple amplitude at plasma edge (%) tdmptf = 17.97282589344206 * fast discharge time for TF coil in event of quench (s) (`iteration variable 56`) -n_tf = 16 * Number of TF coils (default = 50 for stellarators); Number of TF coils outer legs for ST +n_tf_coils = 16 * Number of TF coils (default = 50 for stellarators); Number of TF coils outer legs for ST tftmp = 4.75 * peak helium coolant temperature in TF coils and PF coils (K) thkcas = 0.2816873221155309 * inboard TF coil case outer (non-plasma side) thickness (m) (`iteration variable 57`) dr_tf_wp = 0.5153787768966674 * radial thickness of winding pack (m) (`iteration variable 140`) (issue #514) diff --git a/tests/integration/data/ref_IN.DAT b/tests/integration/data/ref_IN.DAT index 424924ace1..65f2faf0a1 100644 --- a/tests/integration/data/ref_IN.DAT +++ b/tests/integration/data/ref_IN.DAT @@ -305,7 +305,7 @@ casths = 0.05 * Inboard tf coil sidewall case thickness (m) cpttf = 6.5e+04 * Tf coil current per turn (a); ripmax = 0.6 * Maximum allowable toroidal field ripple amplitude tdmptf = 30.0 * Dump time for tf coil (s) -n_tf = 16 * Number of tf coils (default = 50 for stellarators) +n_tf_coils = 16 * Number of tf coils (default = 50 for stellarators) alstrtf = 5.8E8 * allowable stress in TF coil (Pa) dhecoil = 0.010 * diameter of He coil in TF winding (m) tftmp = 4.750 * Peak helium coolant temperature in tf coils and pf coils (k) diff --git a/tests/integration/data/scan_2D_MFILE.DAT b/tests/integration/data/scan_2D_MFILE.DAT index e772741b55..09e027a952 100644 --- a/tests/integration/data/scan_2D_MFILE.DAT +++ b/tests/integration/data/scan_2D_MFILE.DAT @@ -667,14 +667,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1879E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4984E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 8.7479E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 8.7479E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7838E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7838E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -687,9 +687,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.7522E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2447E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2447E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.1032E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.3156E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.3156E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.7457E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.4632E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -703,7 +703,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.1005E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.7055E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.7055E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.2197E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.8925E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.2910E-01 @@ -730,11 +730,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.6415E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.3121E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.4642E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 6.8257E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 6.8257E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.0921E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1962E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.0800E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.0800E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.0800E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.0800E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2407E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.6445E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1870E+07 @@ -1015,7 +1015,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.6172E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.0614E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.0878E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1847E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -1830,14 +1830,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1962E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4984E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 8.5817E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 8.5817E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7798E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7798E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -1850,9 +1850,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.7234E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2248E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2248E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.1070E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.2321E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.2321E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.7766E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.3536E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -1866,7 +1866,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.1033E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.6827E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.6827E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.2483E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.8742E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.2643E-01 @@ -1893,11 +1893,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.5813E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.2720E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.4464E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 6.6839E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 6.6839E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.0694E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1732E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.0400E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.0400E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.0400E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.0400E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2167E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.6304E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1837E+07 @@ -2178,7 +2178,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.5532E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.0608E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.0873E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1848E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -2993,14 +2993,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.2030E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4984E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 8.4468E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 8.4468E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7766E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7766E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -3013,9 +3013,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.6999E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2093E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2093E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.1139E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.1642E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.1642E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.8027E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.2777E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -3029,7 +3029,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.1061E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.6486E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.6486E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.2651E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.8744E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.2475E-01 @@ -3056,11 +3056,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.4962E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.2408E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.4272E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 6.5756E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 6.5756E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.0521E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1502E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.0000E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.0000E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.0000E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.0000E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1927E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.6163E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1765E+07 @@ -3341,7 +3341,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.4891E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.0051E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.0393E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1943E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -4156,14 +4156,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.2023E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4984E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 8.4602E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 8.4602E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7769E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7769E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -4176,9 +4176,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.7023E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2109E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2109E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.1136E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.1709E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.1709E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.8000E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.2827E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -4192,7 +4192,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.1057E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.6570E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.6570E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.2670E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.8713E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.2458E-01 @@ -4219,11 +4219,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.5162E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.2436E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.4304E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 6.5855E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 6.5855E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.0537E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1502E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.0000E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.0000E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.0000E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.0000E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1927E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.6111E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1749E+07 @@ -4504,7 +4504,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.4895E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.0025E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.0371E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1947E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -5319,14 +5319,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1962E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4984E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 8.5817E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 8.5817E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7798E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7798E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -5339,9 +5339,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.7234E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2244E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2244E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.1042E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.2348E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.2348E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.7782E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.3358E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -5355,7 +5355,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.1026E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.7063E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.7063E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.2616E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.8578E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.2526E-01 @@ -5382,11 +5382,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.6364E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.2718E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.4530E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 6.6756E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 6.6756E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.0681E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1732E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.0400E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.0400E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.0400E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.0400E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2167E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.6210E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1837E+07 @@ -5667,7 +5667,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.5532E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.0881E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.1108E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1803E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -6482,14 +6482,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1876E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4984E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 8.7538E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 8.7538E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7840E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7840E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -6502,9 +6502,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.7533E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2448E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2448E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.0998E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.3058E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.3058E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.7373E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.4242E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -6518,7 +6518,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.0987E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.7690E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.7690E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.2569E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.8321E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.2599E-01 @@ -6545,11 +6545,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.7899E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.3025E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.4821E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 6.8120E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 6.8120E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.0899E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1962E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.0800E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.0800E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.0800E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.0800E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2408E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.6209E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1864E+07 @@ -6830,7 +6830,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.6174E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.1875E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.1966E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1639E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -7645,14 +7645,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1868E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4984E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 8.7704E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 8.7704E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7844E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7844E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -7665,9 +7665,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.7561E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2467E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2467E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.0990E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.3152E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.3152E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.7350E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.4300E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -7681,7 +7681,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.0982E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.7788E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.7788E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.2586E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.8296E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.2584E-01 @@ -7708,11 +7708,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.8136E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.3066E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.4861E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 6.8240E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 6.8240E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.0918E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1962E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.0800E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.0800E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.0800E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.0800E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2408E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.6147E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1844E+07 @@ -7993,7 +7993,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.6179E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.1806E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.1906E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1651E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -8808,14 +8808,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1942E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4984E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 8.6229E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 8.6229E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7808E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7808E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -8828,9 +8828,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.7306E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2293E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2293E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.1031E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.2402E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.2402E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.7615E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.3537E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -8844,7 +8844,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.1015E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.7266E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.7266E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.2639E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.8345E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.2527E-01 @@ -8871,11 +8871,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.6855E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.2726E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.4625E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 6.7080E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 6.7080E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.0733E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1732E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.0400E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.0400E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.0400E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.0400E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2168E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.6070E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1788E+07 @@ -9156,7 +9156,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.5543E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.1255E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.1431E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1741E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -9971,14 +9971,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.2012E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4984E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 8.4832E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 8.4832E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7775E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7775E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -9991,9 +9991,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.7063E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2127E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2127E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.1075E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.1680E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.1680E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.7870E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.2844E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -10007,7 +10007,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.1048E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.6723E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.6723E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.2663E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.8421E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.2495E-01 @@ -10034,11 +10034,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.5529E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.2401E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.4388E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 6.5997E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 6.5997E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.0560E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1502E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.0000E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.0000E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.0000E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.0000E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1928E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.5987E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1721E+07 @@ -10319,7 +10319,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.4901E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.0608E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.0873E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1848E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -11134,14 +11134,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.2008E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4984E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 8.4911E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 8.4911E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7777E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7777E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -11154,9 +11154,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.7077E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2137E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2137E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.1073E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.1713E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.1713E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.7851E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.2875E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -11170,7 +11170,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.1045E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.6770E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.6770E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.2673E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.8397E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.2487E-01 @@ -11197,11 +11197,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.5641E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.2414E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.4407E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 6.6056E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 6.6056E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.0569E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1502E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.0000E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.0000E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.0000E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.0000E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1928E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.5958E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1712E+07 @@ -11482,7 +11482,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.4903E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.0612E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.0876E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1848E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -12297,14 +12297,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1937E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4984E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 8.6318E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 8.6318E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7810E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7810E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -12317,9 +12317,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.7321E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2302E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2302E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.1023E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.2448E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.2448E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.7599E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.3536E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -12333,7 +12333,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.1011E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.7364E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.7364E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.2674E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.8292E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.2496E-01 @@ -12360,11 +12360,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.7086E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.2742E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.4659E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 6.7129E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 6.7129E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.0741E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1732E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.0400E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.0400E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.0400E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.0400E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2168E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.6019E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1777E+07 @@ -12645,7 +12645,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.5546E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.1299E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.1469E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1733E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -13460,14 +13460,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1865E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4984E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 8.7762E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 8.7762E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7845E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7845E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -13480,9 +13480,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.7571E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2466E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2466E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.0947E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.3158E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.3158E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.7326E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.4262E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -13496,7 +13496,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.0978E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.7844E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.7844E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.2573E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.8196E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.2608E-01 @@ -13523,11 +13523,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.8270E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.3061E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.4895E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 6.8254E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 6.8254E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.0921E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1962E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.0800E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.0800E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.0800E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.0800E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2409E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.6095E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1837E+07 @@ -13808,7 +13808,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.6180E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.1991E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.2065E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1621E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -14623,14 +14623,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1860E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4984E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 8.7862E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 8.7862E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7847E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7847E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -14643,9 +14643,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.7588E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2478E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2478E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.0945E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.3202E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.3202E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.7305E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.4299E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -14659,7 +14659,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.0975E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.7903E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.7903E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.2585E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.8170E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.2598E-01 @@ -14686,11 +14686,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.8412E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.3079E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.4918E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 6.8328E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 6.8328E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.0933E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1962E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.0800E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.0800E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.0800E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.0800E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2409E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.6060E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1826E+07 @@ -14971,7 +14971,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.6184E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.1986E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.2061E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1621E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -15786,14 +15786,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.1935E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4984E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 8.6375E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 8.6375E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7812E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7812E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -15806,9 +15806,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.7331E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2304E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2304E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.0994E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.2421E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.2421E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.7556E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.3582E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -15822,7 +15822,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.1011E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.7308E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.7308E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.2599E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.8245E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.2576E-01 @@ -15849,11 +15849,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.6959E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.2727E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.4662E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 6.7183E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 6.7183E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.0749E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1732E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.0400E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.0400E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.0400E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.0400E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.2168E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.6012E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1771E+07 @@ -16134,7 +16134,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.5548E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.1423E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.1575E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1713E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -16949,14 +16949,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 1 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.2009E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.4984E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 8.4888E-01 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 8.4888E-01 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.4145E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 8.8182E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 4.7776E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 4.7776E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_0_R_(m)_______________________________________________ (xarc(1))_____________________ 3.6253E+00 TF_coil_arc_point_0_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.5506E+00 @@ -16969,9 +16969,9 @@ TF_coil_arc_point_4_R_(m)_______________________________________________ (xarc(5))_____________________ 3.6253E+00 TF_coil_arc_point_4_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.2909E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 1.7073E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 1.2128E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 1.2128E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.1039E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 8.1641E-01 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 8.1641E-01 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 4.7820E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 5.2861E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -16985,7 +16985,7 @@ Winding_pack_toroidal_width_2_(m)_______________________________________ (wwp2)________________________ 1.1046E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 3.6704E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 3.6704E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 4.2606E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 4.8326E-02 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 5.2561E-01 @@ -17012,11 +17012,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 8.5488E+04 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 2.2376E+03 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 1.4403E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 6.6037E+05 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 6.6037E+05 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 1.0566E+07 OP Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1502E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.0000E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.0000E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.0000E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.0000E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1928E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 2.5964E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 1.1715E+07 @@ -17297,7 +17297,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 1.4903E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 7.0836E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.1931E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.1931E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 6.1070E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.1810E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.0457E+02 OP @@ -18066,7 +18066,7 @@ casths = 0.05 ripmax = 0.6 * Number of TF coils -n_tf = 16 +n_tf_coils = 16 * Groundwall insulation thickness [m] tinstf = 0.008 diff --git a/tests/integration/data/scan_MFILE.DAT b/tests/integration/data/scan_MFILE.DAT index 900fdb9b8b..f99c4b0b12 100644 --- a/tests/integration/data/scan_MFILE.DAT +++ b/tests/integration/data/scan_MFILE.DAT @@ -513,14 +513,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 5 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.7793E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.7061E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 1.4000E+00 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 1.4000E+00 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.7477E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 9.2447E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 5.1957E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 5.1957E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_1_R_(m)_______________________________________________ (xarc(1))_____________________ 4.4793E+00 TF_coil_arc_point_1_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.6366E+00 @@ -533,9 +533,9 @@ TF_coil_arc_point_5_R_(m)_______________________________________________ (xarc(5))_____________________ 4.4793E+00 TF_coil_arc_point_5_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.5468E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 3.3244E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 2.4635E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 2.4635E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.4102E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 2.3627E+00 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 2.3627E+00 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 7.1070E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 9.5346E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -548,7 +548,7 @@ Winding_pack_toroidal_width_(m)_________________________________________ (wwp1)________________________ 1.2723E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 9.3795E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 9.3795E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 5.2140E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 1.0145E-01 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 3.7714E-01 @@ -577,11 +577,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 2.3757E+05 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 1.0668E+04 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 3.4640E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 1.5629E+06 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 1.5629E+06 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 2.5007E+07 Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1200E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.4165E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.4165E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.4165E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.4165E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1982E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 1.4412E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 7.2690E+06 @@ -843,7 +843,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 2.2656E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 6.0413E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.4630E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.4630E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 5.6486E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.5018E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.1341E+02 OP @@ -1508,14 +1508,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 5 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.7793E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.7061E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 1.4000E+00 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 1.4000E+00 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.7477E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 9.2447E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 5.1957E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 5.1957E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_1_R_(m)_______________________________________________ (xarc(1))_____________________ 4.4793E+00 TF_coil_arc_point_1_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.6366E+00 @@ -1528,9 +1528,9 @@ TF_coil_arc_point_5_R_(m)_______________________________________________ (xarc(5))_____________________ 4.4793E+00 TF_coil_arc_point_5_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.5468E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 3.3244E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 2.4635E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 2.4635E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.4102E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 2.3627E+00 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 2.3627E+00 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 7.1069E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 9.5347E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -1543,7 +1543,7 @@ Winding_pack_toroidal_width_(m)_________________________________________ (wwp1)________________________ 1.2723E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 9.3792E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 9.3792E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 5.2139E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 1.0145E-01 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 3.7716E-01 @@ -1572,11 +1572,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 2.3757E+05 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 1.0668E+04 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 3.4640E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 1.5629E+06 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 1.5629E+06 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 2.5007E+07 Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1200E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.4165E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.4165E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.4165E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.4165E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1982E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 1.4412E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 7.2690E+06 @@ -1838,7 +1838,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 2.2656E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 6.0413E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.4630E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.4630E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 5.6486E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.5018E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.1341E+02 OP @@ -2503,14 +2503,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 5 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.7793E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.7061E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 1.4000E+00 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 1.4000E+00 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.7477E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 9.2447E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 5.1957E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 5.1957E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_1_R_(m)_______________________________________________ (xarc(1))_____________________ 4.4793E+00 TF_coil_arc_point_1_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.6366E+00 @@ -2523,9 +2523,9 @@ TF_coil_arc_point_5_R_(m)_______________________________________________ (xarc(5))_____________________ 4.4793E+00 TF_coil_arc_point_5_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.5468E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 3.3244E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 2.4634E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 2.4634E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.4101E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 2.3626E+00 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 2.3626E+00 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 7.1069E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 9.5347E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -2538,7 +2538,7 @@ Winding_pack_toroidal_width_(m)_________________________________________ (wwp1)________________________ 1.2723E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 9.3789E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 9.3789E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 5.2137E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 1.0145E-01 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 3.7717E-01 @@ -2567,11 +2567,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 2.3756E+05 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 1.0668E+04 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 3.4640E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 1.5629E+06 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 1.5629E+06 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 2.5007E+07 Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1200E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.4165E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.4165E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.4165E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.4165E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1982E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 1.4412E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 7.2690E+06 @@ -2833,7 +2833,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 2.2656E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 6.0413E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.4630E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.4630E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 5.6486E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.5018E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.1341E+02 OP @@ -3498,14 +3498,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 5 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.7793E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.7061E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 1.4000E+00 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 1.4000E+00 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.7477E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 9.2447E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 5.1957E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 5.1957E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_1_R_(m)_______________________________________________ (xarc(1))_____________________ 4.4793E+00 TF_coil_arc_point_1_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.6366E+00 @@ -3518,9 +3518,9 @@ TF_coil_arc_point_5_R_(m)_______________________________________________ (xarc(5))_____________________ 4.4793E+00 TF_coil_arc_point_5_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.5468E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 3.3244E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 2.4634E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 2.4634E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.4101E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 2.3626E+00 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 2.3626E+00 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 7.1069E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 9.5348E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -3533,7 +3533,7 @@ Winding_pack_toroidal_width_(m)_________________________________________ (wwp1)________________________ 1.2723E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 9.3786E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 9.3786E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 5.2136E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 1.0146E-01 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 3.7718E-01 @@ -3562,11 +3562,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 2.3755E+05 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 1.0668E+04 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 3.4639E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 1.5629E+06 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 1.5629E+06 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 2.5007E+07 Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1200E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.4165E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.4165E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.4165E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.4165E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1982E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 1.4412E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 7.2690E+06 @@ -3828,7 +3828,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 2.2656E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 6.0413E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.4630E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.4630E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 5.6486E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.5018E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.1341E+02 OP @@ -4493,14 +4493,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 5 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.7793E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.7061E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 1.4000E+00 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 1.4000E+00 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.7477E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 9.2447E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 5.1957E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 5.1957E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_1_R_(m)_______________________________________________ (xarc(1))_____________________ 4.4793E+00 TF_coil_arc_point_1_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.6366E+00 @@ -4513,9 +4513,9 @@ TF_coil_arc_point_5_R_(m)_______________________________________________ (xarc(5))_____________________ 4.4793E+00 TF_coil_arc_point_5_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.5468E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 3.3244E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 2.4634E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 2.4634E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.4100E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 2.3626E+00 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 2.3626E+00 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 7.1069E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 9.5349E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -4528,7 +4528,7 @@ Winding_pack_toroidal_width_(m)_________________________________________ (wwp1)________________________ 1.2723E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 9.3783E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 9.3783E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 5.2135E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 1.0146E-01 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 3.7719E-01 @@ -4557,11 +4557,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 2.3755E+05 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 1.0668E+04 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 3.4639E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 1.5629E+06 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 1.5629E+06 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 2.5007E+07 Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1200E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.4165E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.4165E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.4165E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.4165E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1982E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 1.4412E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 7.2690E+06 @@ -4823,7 +4823,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 2.2656E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 6.0413E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.4630E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.4630E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 5.6486E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.5018E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.1341E+02 OP @@ -5488,14 +5488,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 5 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.7793E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.7061E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 1.4000E+00 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 1.4000E+00 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.7477E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 9.2447E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 5.1957E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 5.1957E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_1_R_(m)_______________________________________________ (xarc(1))_____________________ 4.4793E+00 TF_coil_arc_point_1_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.6366E+00 @@ -5508,9 +5508,9 @@ TF_coil_arc_point_5_R_(m)_______________________________________________ (xarc(5))_____________________ 4.4793E+00 TF_coil_arc_point_5_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.5468E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 3.3244E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 2.4634E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 2.4634E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.4100E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 2.3626E+00 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 2.3626E+00 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 7.1068E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 9.5349E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -5523,7 +5523,7 @@ Winding_pack_toroidal_width_(m)_________________________________________ (wwp1)________________________ 1.2723E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 9.3781E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 9.3781E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 5.2134E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 1.0146E-01 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 3.7721E-01 @@ -5552,11 +5552,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 2.3754E+05 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 1.0668E+04 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 3.4639E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 1.5629E+06 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 1.5629E+06 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 2.5007E+07 Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1200E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.4165E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.4165E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.4165E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.4165E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1982E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 1.4412E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 7.2690E+06 @@ -5818,7 +5818,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 2.2656E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 6.0413E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.4630E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.4630E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 5.6486E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.5018E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.1341E+02 OP @@ -6483,14 +6483,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 5 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.7793E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.7061E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 1.4000E+00 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 1.4000E+00 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.7477E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 9.2447E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 5.1957E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 5.1957E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_1_R_(m)_______________________________________________ (xarc(1))_____________________ 4.4793E+00 TF_coil_arc_point_1_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.6366E+00 @@ -6503,9 +6503,9 @@ TF_coil_arc_point_5_R_(m)_______________________________________________ (xarc(5))_____________________ 4.4793E+00 TF_coil_arc_point_5_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.5468E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 3.3244E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 2.4634E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 2.4634E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.4099E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 2.3626E+00 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 2.3626E+00 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 7.1068E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 9.5350E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -6518,7 +6518,7 @@ Winding_pack_toroidal_width_(m)_________________________________________ (wwp1)________________________ 1.2723E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 9.3779E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 9.3779E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 5.2133E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 1.0146E-01 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 3.7722E-01 @@ -6547,11 +6547,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 2.3753E+05 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 1.0668E+04 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 3.4638E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 1.5629E+06 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 1.5629E+06 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 2.5007E+07 Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1200E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.4165E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.4165E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.4165E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.4165E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1982E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 1.4412E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 7.2690E+06 @@ -6813,7 +6813,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 2.2656E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 6.0413E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.4630E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.4630E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 5.6486E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.5018E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.1341E+02 OP @@ -7478,14 +7478,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 5 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.7793E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.7061E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 1.4000E+00 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 1.4000E+00 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.7477E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 9.2447E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 5.1957E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 5.1957E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_1_R_(m)_______________________________________________ (xarc(1))_____________________ 4.4793E+00 TF_coil_arc_point_1_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.6366E+00 @@ -7498,9 +7498,9 @@ TF_coil_arc_point_5_R_(m)_______________________________________________ (xarc(5))_____________________ 4.4793E+00 TF_coil_arc_point_5_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.5468E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 3.3244E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 2.4634E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 2.4634E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.4099E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 2.3626E+00 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 2.3626E+00 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 7.1068E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 9.5350E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -7513,7 +7513,7 @@ Winding_pack_toroidal_width_(m)_________________________________________ (wwp1)________________________ 1.2723E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 9.3776E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 9.3776E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 5.2132E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 1.0146E-01 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 3.7723E-01 @@ -7542,11 +7542,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 2.3753E+05 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 1.0668E+04 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 3.4638E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 1.5629E+06 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 1.5629E+06 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 2.5007E+07 Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1200E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.4165E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.4165E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.4165E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.4165E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1982E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 1.4412E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 7.2690E+06 @@ -7808,7 +7808,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 2.2656E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 6.0413E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.4630E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.4630E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 5.6486E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.5018E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.1341E+02 OP @@ -8473,14 +8473,14 @@ Superconductor_material_________________________________________________ (i_tf_sc_mat)_________________ 5 Presence_of_TF_demountable_joints_______________________________________ (itart)_______________________ 0 TF_inboard_leg_support_strategy_________________________________________ (i_tf_bucking)________________ 1 - Number_of_TF_coils______________________________________________________ (n_tf)________________________ 16 + Number_of_TF_coils______________________________________________________ (n_tf_coils)________________________ 16 Inboard_leg_centre_radius_(m)___________________________________________ (r_tf_inboard_mid)____________ 3.7793E+00 OP Outboard_leg_centre_radius_(m)__________________________________________ (r_tf_outboard_mid)___________ 1.7061E+01 OP Total_inboard_leg_radial_thickness_(m)__________________________________ (dr_tf_inboard)_______________________ 1.4000E+00 ITV Total_outboard_leg_radial_thickness_(m)_________________________________ (dr_tf_outboard)______________________ 1.4000E+00 Outboard_leg_toroidal_thickness_(m)_____________________________________ (tftort)______________________ 1.7477E+00 OP Maximum_inboard_edge_height_(m)_________________________________________ (hmax)________________________ 9.2447E+00 OP - Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (tfleng)______________________ 5.1957E+01 OP + Mean_coil_circumference_(including_inboard_leg_length)_(m)______________ (len_tf_coil)______________________ 5.1957E+01 OP Vertical_TF_shape_______________________________________________________ (i_tf_shape)__________________ 1 TF_coil_arc_point_1_R_(m)_______________________________________________ (xarc(1))_____________________ 4.4793E+00 TF_coil_arc_point_1_Z_(m)_______________________________________________ (yarc(1))_____________________ 4.6366E+00 @@ -8493,9 +8493,9 @@ TF_coil_arc_point_5_R_(m)_______________________________________________ (xarc(5))_____________________ 4.4793E+00 TF_coil_arc_point_5_Z_(m)_______________________________________________ (yarc(5))_____________________ -5.5468E+00 TF_cross-section_(total)_(m2)___________________________________________ (tfareain)____________________ 3.3244E+01 - Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf)_____________ 2.4634E+01 + Total_steel_cross-section_(m2)__________________________________________ (a_tf_steel*n_tf_coils)_____________ 2.4634E+01 Total_steel_TF_fraction_________________________________________________ (f_tf_steel)__________________ 7.4098E-01 - Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf)_______________ 2.3626E+00 + Total_Insulation_cross-section_(total)_(m2)_____________________________ (a_tf_ins*n_tf_coils)_______________ 2.3626E+00 Total_Insulation_fraction_______________________________________________ (f_tf_ins)____________________ 7.1068E-02 Casing_cross_section_area_(per_leg)_(m2)________________________________ (acasetf)_____________________ 9.5351E-01 Inboard_leg_case_plasma_side_wall_thickness_(m)_________________________ (casthi)______________________ 6.0000E-02 @@ -8508,7 +8508,7 @@ Winding_pack_toroidal_width_(m)_________________________________________ (wwp1)________________________ 1.2723E+00 OP Ground_wall_insulation_thickness_(m)____________________________________ (tinstf)______________________ 8.0000E-03 Winding_pack_insertion_gap_(m)__________________________________________ (tfinsgap)____________________ 1.0000E-02 - Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf)___________________ 9.3774E+00 + Steel_WP_cross-section_(total)_(m2)_____________________________________ (aswp*n_tf_coils)___________________ 9.3774E+00 Steel_WP_fraction_______________________________________________________ (aswp/awpc)___________________ 5.2131E-01 Insulation_WP_fraction__________________________________________________ (aiwp/awpc)___________________ 1.0146E-01 Cable_WP_fraction_______________________________________________________ ((awpc-aswp-aiwp)/awpc)_______ 3.7723E-01 @@ -8537,11 +8537,11 @@ Steel_conduit_mass_per_coil_(kg)________________________________________ (whtconsh)____________________ 2.3752E+05 OP Conduit_insulation_mass_per_coil_(kg)___________________________________ (whtconin)____________________ 1.0668E+04 OP Total_conduit_mass_per_coil_(kg)________________________________________ (whtcon)______________________ 3.4638E+05 OP - Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf)__________________ 1.5629E+06 OP + Mass_of_each_TF_coil_(kg)_______________________________________________ (whttf/n_tf_coils)__________________ 1.5629E+06 OP Total_TF_coil_mass_(kg)_________________________________________________ (whttf)_______________________ 2.5007E+07 Nominal_peak_field_assuming_toroidal_symmetry_(T)_______________________ (bmaxtf)______________________ 1.1200E+01 OP - Total_current_in_all_TF_coils_(MA)______________________________________ (ritfc/1.D6)__________________ 2.4165E+02 OP - TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (ritfc)_______________________ 2.4165E+08 + Total_current_in_all_TF_coils_(MA)______________________________________ (c_tf_total/1.D6)__________________ 2.4165E+02 OP + TF_coil_current_(summed_over_all_coils)_(A)_____________________________ (c_tf_total)_______________________ 2.4165E+08 Actual_peak_field_at_discrete_conductor_(T)_____________________________ (bmaxtfrp)____________________ 1.1982E+01 OP Winding_pack_current_density_(A/m2)_____________________________________ (jwptf)_______________________ 1.4412E+07 OP Inboard_leg_mid-plane_conductor_current_density_(A/m2)__________________ (oacdcp)______________________ 7.2690E+06 @@ -8803,7 +8803,7 @@ TF_coil_inductive_power_(MVA)___________________________________________ (xpower)______________________ 2.2656E+01 OP Aluminium_bus_current_density_(kA/cm2)__________________________________ (djmka)_______________________ 1.2500E-01 Aluminium_bus_cross-sectional_area_(cm2)________________________________ (albusa)______________________ 6.0413E+02 OP - Total_length_of_TF_coil_bussing_(m)_____________________________________ (tfbusl)______________________ 3.4630E+03 OP + Total_length_of_TF_coil_bussing_(m)_____________________________________ (len_tf_bus)______________________ 3.4630E+03 OP Aluminium_bus_weight_(tonnes)___________________________________________ (albuswt)_____________________ 5.6486E+02 OP Total_TF_coil_bus_resistance_(ohm)______________________________________ (rtfbus)______________________ 1.5018E-03 OP TF_coil_bus_voltage_drop_(V)____________________________________________ (vtfbus)______________________ 1.1341E+02 OP @@ -9284,7 +9284,7 @@ casths = 0.05 * Inboard tf coil sidewall case thickness (m) cpttf = 6.5e+04 * Tf coil current per turn (a); ripmax = 0.6 * Maximum allowable toroidal field ripple amplitude tdmptf = 30.0 * Dump time for tf coil (s) -n_tf = 16 * Number of tf coils (default = 50 for stellarators) +n_tf_coils = 16 * Number of tf coils (default = 50 for stellarators) sig_tf_case_max = 5.8E8 * Allowable maximum shear stress in TF coil case (Tresca criterion) (Pa) sig_tf_wp_max = 5.8E8 * Allowable maximum shear stress in TF coil conduit (Tresca criterion) (Pa) dhecoil = 0.010 * diameter of He coil in TF winding (m) diff --git a/tests/integration/data/uncertainties_nonopt_ref_IN.DAT b/tests/integration/data/uncertainties_nonopt_ref_IN.DAT index 8502c1a43e..effeeabc65 100644 --- a/tests/integration/data/uncertainties_nonopt_ref_IN.DAT +++ b/tests/integration/data/uncertainties_nonopt_ref_IN.DAT @@ -305,7 +305,7 @@ casths = 0.05 * Inboard tf coil sidewall case thickness (m) cpttf = 6.5e+04 * Tf coil current per turn (a); ripmax = 0.6 * Maximum allowable toroidal field ripple amplitude tdmptf = 30.0 * Dump time for tf coil (s) -n_tf = 16 * Number of tf coils (default = 50 for stellarators) +n_tf_coils = 16 * Number of tf coils (default = 50 for stellarators) alstrtf = 5.8E8 * allowable stress in TF coil (Pa) dhecoil = 0.010 * diameter of He coil in TF winding (m) tftmp = 4.750 * Peak helium coolant temperature in tf coils and pf coils (k) diff --git a/tests/integration/data/uncertainties_ref_IN.DAT b/tests/integration/data/uncertainties_ref_IN.DAT index bb32cbe88c..677bcd813a 100644 --- a/tests/integration/data/uncertainties_ref_IN.DAT +++ b/tests/integration/data/uncertainties_ref_IN.DAT @@ -305,7 +305,7 @@ casths = 0.05 * Inboard tf coil sidewall case thickness (m) cpttf = 6.5e+04 * Tf coil current per turn (a); ripmax = 0.6 * Maximum allowable toroidal field ripple amplitude tdmptf = 30.0 * Dump time for tf coil (s) -n_tf = 16 * Number of tf coils (default = 50 for stellarators) +n_tf_coils = 16 * Number of tf coils (default = 50 for stellarators) alstrtf = 5.8E8 * allowable stress in TF coil (Pa) dhecoil = 0.010 * diameter of He coil in TF winding (m) tftmp = 4.750 * Peak helium coolant temperature in tf coils and pf coils (k) diff --git a/tests/integration/ref_dicts.json b/tests/integration/ref_dicts.json index ea27099b35..e5fde64e48 100644 --- a/tests/integration/ref_dicts.json +++ b/tests/integration/ref_dicts.json @@ -257,7 +257,7 @@ "area_fw_ob": 0.0, "area_omp": 0.0, "area_target": 0.0, - "arealeg": 0.0, + "a_tf_leg_outboard": 0.0, "areaoh": 0.0, "armour_density": 0.0, "armour_fw_bl_mass": 0.0, @@ -1898,7 +1898,7 @@ "fcohbop": 0.9, "fcontng": 0.195, "fcoolcp": 0.3, - "fcoolleg": 0.2, + "f_a_tf_cool_outboard": 0.2, "fcpttf": 1.0, "fcqt": 1.0, "fcr0": 0.0966, @@ -2867,7 +2867,7 @@ "j_plus_ib": 0.237, "j_plus_ob": 0.686, "jacket": null, - "jbus": 1250000.0, + "j_tf_bus": 1250000.0, "jscoh_bop": 0.0, "jscoh_eof": 0.0, "jcableoh_bop": 0.0, @@ -3333,7 +3333,7 @@ "n_rad_per_layer": 100.0, "n_radial_array": 50.0, "n_res": 5.0, - "n_tf": 16.0, + "n_tf_coils": 16.0, "n_tf_graded_layers": 1.0, "n_tf_joints": 4.0, "n_tf_joints_contact": 6.0, @@ -3616,8 +3616,8 @@ "precircmw": 0.0, "dr_cs_precomp": 0.0, "pres_joints": 0.0, - "prescp": 0.0, - "presleg": 0.0, + "p_cp_resistive": 0.0, + "p_tf_leg_resistive": 0.0, "pressure0": 0.0, "priheat": 0.0, "primary_pumping": 2.0, @@ -4215,18 +4215,18 @@ "rho_max_dt": null, "rho_star": 0.0, "rho_tf_joints": 2.5e-10, - "rhocp": 0.0, + "rho_cp": 0.0, "rhopedn": 1.0, "rhopedt": 1.0, - "rhotfbus": -1.0, - "rhotfleg": 0.0, + "rho_tf_bus": -1.0, + "rho_tf_leg": 0.0, "ric": 0.0, "ricpf": 0.0, "rinboard": 0.651, "ripflag": 0, "ripmax": 1.0, "ripple": 0.0, - "ritfc": 0.0, + "c_tf_total": 0.0, "rjconpf": 30000000.0, "rjohc": 0.0, "rjohc0": 0.0, @@ -7493,7 +7493,7 @@ "tcomrepl": 0.5, "tconl": 0.0, "tcoolin": 313.15, - "tcpav": 373.15, + "temp_cp_average": 373.15, "tcpav2": 0.0, "tcpmax": 0.0, "tcritsc": 16.0, @@ -7532,8 +7532,8 @@ 0.0, 0.0 ], - "tfbusl": 0.0, - "tfbusmas": 0.0, + "len_tf_bus": 0.0, + "m_tf_bus": 0.0, "tfc_current": 0.0, "tfc_nuc_heating": 0.0, "tfc_sidewall_is_fraction": ".false.", @@ -7548,8 +7548,8 @@ "tfinsgap": 0.01, "tfjtsmw": 0.0, "tflegmw": 0.0, - "tflegres": 0.0, - "tfleng": 0.0, + "res_tf_leg": 0.0, + "len_tf_coil": 0.0, "tfocrn": 0.0, "tfoffset": 0.0, "tfootfi": 1.19, @@ -7604,7 +7604,7 @@ ], "tin": 0.0, "tinstf": 0.018, - "tlegav": -1.0, + "temp_tf_legs_outboard": -1.0, "tlife": 30.0, "tlvpmw": 0.0, "tmargmin": 0.0, @@ -8828,7 +8828,7 @@ "area_fw_ob": "", "area_omp": "", "area_target": "", - "arealeg": "outboard TF leg area (m2)", + "a_tf_leg_outboard": "outboard TF leg area (m2)", "areaoh": "Central solenoid vertical cross-sectional area (m2)", "armour_density": "FW armour density [kg/m3]", "armour_fw_bl_mass": "Total mass of armour, first wall and blanket (kg)", @@ -9515,7 +9515,7 @@ "fcohbop": "ratio of central solenoid overall current density at beginning of pulse / end of flat-top\n (`iteration variable 41`)", "fcontng": "project contingency factor", "fcoolcp": "coolant fraction of TF coil inboard legs (`iteration variable 23`)", - "fcoolleg": "coolant fraction of TF coil outboard legs", + "f_a_tf_cool_outboard": "coolant fraction of TF coil outboard legs", "fcpttf": "f-value for TF coil current per turn upper limit\n (`constraint equation 77`, `iteration variable 146`)", "fcqt": "TF coil quench temparature remains below tmax_croco\n (`constraint equation 74`, `iteration variable 141`)", "fcr0": "fixed charge rate during construction", @@ -9929,7 +9929,7 @@ "j_plus_ib": "", "j_plus_ob": "", "jacket": "", - "jbus": "bussing current density (A/m2)", + "j_tf_bus": "bussing current density (A/m2)", "jscoh_bop": "central solenoid superconductor critical current density (A/m2) at beginning-of-pulse", "jscoh_eof": "central solenoid superconductor critical current density (A/m2) at end-of-flattop", "jcableoh_bop": "central solenoid cable critical current density (A/m2) at beginning-of-pulse", @@ -9958,8 +9958,8 @@ "ksic": "power fraction for outboard double-null scrape-off plasma", "lablcc": "lablcc(ipeqns) : labels describing constraint equations (corresponding itvs)\n\n\n\n", "lablmm": "lablmm(ipnfoms) : labels describing figures of merit:\n\n\n", - "lablxc": "lablxc(ipnvars) : labels describing iteration variables