diff --git a/documentation/proc-pages/eng-models/cryostat-and-vacuum-system.md b/documentation/proc-pages/eng-models/cryostat-and-vacuum-system.md index 61ebed6e9e..82cc41c636 100644 --- a/documentation/proc-pages/eng-models/cryostat-and-vacuum-system.md +++ b/documentation/proc-pages/eng-models/cryostat-and-vacuum-system.md @@ -1,11 +1,70 @@ # Cryostat -The _vacuum vessel_ provides a toroidal evacuated chamber containing the plasma, first wall, blanket and shield. The _cryostat_ is a cylindrical chamber enclosing the entire reactor, including the vacuum vessel and all the coils and the intercoil structure. It provides a vacuum for thermal insulation. -The top flange of the cryostat will be a large structure taking a considerable load from atmospheric pressure. PROCESS does not calculate the required thickness, but the vertical distance *h* between the uppermost PF coil and the top flange of the cryostat is set using `clhsf` (default value 4.268 m); a scaling based on ITER is used: +The _vacuum vessel_ provides a toroidal evacuated chamber containing the plasma, first wall, blanket and shield. The _cryostat_ is a cylindrical chamber enclosing the entire reactor, including the vacuum vessel and all the coils and the intercoil structure. It provides a vacuum for thermal insulation. + +------------- + +## Cryostat geometry | `external_cryo_geometry()` + +### Calculate inboard radius + +The radius of the inboard side of the cryostat is found by taking the radius of the furthest out PF coil and adding a clearance gap: + +$$ +\mathtt{r\_cryostat\_inboard}, r_{\text{cryostat}} = \text{max}(r_{\text{PF}}) + \mathtt{dr\_pf\_cryostat} +$$ + +where $\mathtt{dr\_pf\_cryostat}$ is the radial PF coil to cryostat gap specified by the user at input. + +---------------- + +### Vertical clearance + +The top flange of the cryostat will be a large structure taking a considerable load from atmospheric pressure. The vertical distance $\mathrm{d}z_{\text{PF,cryostat}}$ between the uppermost PF coil and the top inside flange of the cryostat is set using a scaling based on ITER is used: + +$$ +\mathtt{dz\_pf\_cryostat}, \mathrm{d}z_{\text{PF,cryostat}} = \texttt{f_z_cryostat} \left( \frac{2 \times \texttt{r_cryostat_inboard}}{28.440}\right) +$$ + +------------------- + +### Half-height + +The internal half height of the cryostat is then calculated by taking the maximum vertical height of the PF coils and adding the calculated clearance, $\mathtt{dz\_pf\_cryostat}$. + $$ -h = \mathtt{clhsf} \left( \frac{2 \times \mathtt{rdewex}}{28.440}\right) +\mathtt{z\_cryostat\_half\_inside} = \text{max}(z_{\text{PF}}) + \mathtt{dz\_pf\_cryostat} $$ +------------------- + +### Vertical clearance of TF coil + +The vertical clearance between the top of the TF coil and the inside of the cryostat is then calculated: + +$$ +\mathtt{dz\_tf\_cryostat} = \mathtt{z\_cryostat\_half\_inside} - (z_{\text{TF}} + \mathrm{d}z_{\text{TF}}) +$$ + +where $z_{\text{TF}}$ is the height of the inside of the TF leg and $\mathrm{d}z_{\text{TF}}$ is its thickness. + +---------------------- + + +### Calculate cryostat volume + +We calculate the cryostat volume by taking the outer dimensions of the cryostat structure and then remove that of the inside structure. This is just subtracting the volumes of two cylinders. + +$$ +\mathtt{vol\_cryostat}, V_{\text{cryostat}} = \\ +\underbrace{\left[\pi \left(r_{\text{cryostat}}+dr_{\text{cryostat}}\right)^2 \times 2\left(\mathtt{z\_cryostat\_half\_inside}+ dr_{\text{cryostat}}\right)\right]}_{\text{Outer shell}} \\ +- \underbrace{\left[\pi r_{\text{cryostat}}+^2 \times 2\left(\mathtt{z\_cryostat\_half\_inside}\right) \right]}_{\text{Inner shell}} +$$ + +where $dr_{\text{cryostat}}$ is the uniform thickness of the cryostat that is set at input by the user with `dr_cryostat =` + +------------------- + # Cryogenics The model for the cryogenic cooling power, and the electric power to provide this, is based on D.S. Slack, J.A. Kern, J.R., Miller, Cryogenic system design for a compact tokamak reactor, UCRL-98733, DE89 003176 (1989). See related issues for comments. diff --git a/documentation/proc-pages/fusion-devices/stellarator.md b/documentation/proc-pages/fusion-devices/stellarator.md index 6b5473bb98..020fd4a81e 100644 --- a/documentation/proc-pages/fusion-devices/stellarator.md +++ b/documentation/proc-pages/fusion-devices/stellarator.md @@ -277,7 +277,7 @@ declfw = 0.075 *Neutron decay length in first wall (m) declshld = 0.075 *Neutron decay length in shield area (m) blnkith = 0.6 *Inboard blanket thickness (m) blnkoth = 0.6 *Outboard blanket thickness (m) -ddwex = 0.15 *Cryostat thickness (m) +dr_cryostat = 0.15 *Cryostat thickness (m) d_vv_in = 0.01 *Vacuum vessel thickness (TF coil / shield) (m) gapds = 0.025 *Gap between inboard vacuum vessel and tf coil (m) gapomin = 0.025 *Minimum gap between outboard vacuum vessel and TF coil (m) diff --git a/examples/data/csv_output_large_tokamak_MFILE.DAT b/examples/data/csv_output_large_tokamak_MFILE.DAT index d3b2ffff15..437c61bdae 100644 --- a/examples/data/csv_output_large_tokamak_MFILE.DAT +++ b/examples/data/csv_output_large_tokamak_MFILE.DAT @@ -604,7 +604,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -992,9 +992,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7769E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5292E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6091E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7769E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5292E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6091E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -1523,7 +1523,7 @@ scraplo = 0.25 blnkoth = 1.0 * Cryostat thickness [m] -ddwex = 0.15 +dr_cryostat = 0.15 * Outboard shield thickness [m] shldoth = 0.800 diff --git a/examples/data/large_tokamak_1_MFILE.DAT b/examples/data/large_tokamak_1_MFILE.DAT index 1c6c8c0443..f5e79b7979 100644 --- a/examples/data/large_tokamak_1_MFILE.DAT +++ b/examples/data/large_tokamak_1_MFILE.DAT @@ -601,7 +601,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -987,9 +987,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7798E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5339E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6044E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7798E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5339E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6044E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -1517,7 +1517,7 @@ scraplo = 0.25 blnkoth = 1.0 * Cryostat thickness [m] -ddwex = 0.15 +dr_cryostat = 0.15 * Outboard shield thickness [m] shldoth = 0.800 diff --git a/examples/data/large_tokamak_2_MFILE.DAT b/examples/data/large_tokamak_2_MFILE.DAT index d37f36227c..6e6a49f838 100644 --- a/examples/data/large_tokamak_2_MFILE.DAT +++ b/examples/data/large_tokamak_2_MFILE.DAT @@ -601,7 +601,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -987,9 +987,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7798E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5339E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6044E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7798E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5339E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6044E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -1517,7 +1517,7 @@ scraplo = 0.25 blnkoth = 1.0 * Cryostat thickness [m] -ddwex = 0.15 +dr_cryostat = 0.15 * Outboard shield thickness [m] shldoth = 0.800 diff --git a/examples/data/large_tokamak_3_MFILE.DAT b/examples/data/large_tokamak_3_MFILE.DAT index 088e0ffaaa..ab81affe3b 100644 --- a/examples/data/large_tokamak_3_MFILE.DAT +++ b/examples/data/large_tokamak_3_MFILE.DAT @@ -601,7 +601,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -987,9 +987,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7798E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5339E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6044E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7798E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5339E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6044E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -1517,7 +1517,7 @@ scraplo = 0.25 blnkoth = 1.0 * Cryostat thickness [m] -ddwex = 0.15 +dr_cryostat = 0.15 * Outboard shield thickness [m] shldoth = 0.800 diff --git a/examples/data/large_tokamak_4_MFILE.DAT b/examples/data/large_tokamak_4_MFILE.DAT index 491d9b2221..7bc67064f0 100644 --- a/examples/data/large_tokamak_4_MFILE.DAT +++ b/examples/data/large_tokamak_4_MFILE.DAT @@ -601,7 +601,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -987,9 +987,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7798E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5339E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6044E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7798E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5339E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6044E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -1517,7 +1517,7 @@ scraplo = 0.25 blnkoth = 1.0 * Cryostat thickness [m] -ddwex = 0.15 +dr_cryostat = 0.15 * Outboard shield thickness [m] shldoth = 0.800 diff --git a/examples/data/large_tokamak_IN.DAT b/examples/data/large_tokamak_IN.DAT index 838e0942b0..6de0b0d43d 100644 --- a/examples/data/large_tokamak_IN.DAT +++ b/examples/data/large_tokamak_IN.DAT @@ -327,7 +327,7 @@ scraplo = 0.25 blnkoth = 1.0 * Cryostat thickness [m] -ddwex = 0.15 +dr_cryostat = 0.15 * Outboard shield thickness [m] shldoth = 0.800 diff --git a/examples/data/mfile_to_csv_vars.json b/examples/data/mfile_to_csv_vars.json index bfc69337e1..e5cac4559a 100644 --- a/examples/data/mfile_to_csv_vars.json +++ b/examples/data/mfile_to_csv_vars.json @@ -15,7 +15,7 @@ "ohcth", "cpttf", "dr_tf_wp", - "ddwex", + "dr_cryostat", "shldoth", "divfix", "rmajor" diff --git a/examples/data/scan_MFILE.DAT b/examples/data/scan_MFILE.DAT index 8d6d5ca7c8..5abda44580 100644 --- a/examples/data/scan_MFILE.DAT +++ b/examples/data/scan_MFILE.DAT @@ -454,7 +454,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2100E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -816,9 +816,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 2.0043E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 2.0115E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.6623E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.9786E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 2.0115E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.6623E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.9786E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.8951E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 4.6430E+04 OP # Superconducting TF Coil Power Conversion # @@ -1449,7 +1449,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2100E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -1811,9 +1811,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 2.0043E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 2.0115E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.6623E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.9786E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 2.0115E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.6623E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.9786E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.8951E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 4.6430E+04 OP # Superconducting TF Coil Power Conversion # @@ -2444,7 +2444,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2100E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -2806,9 +2806,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 2.0043E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 2.0115E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.6623E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.9786E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 2.0115E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.6623E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.9786E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.8951E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 4.6430E+04 OP # Superconducting TF Coil Power Conversion # @@ -3439,7 +3439,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2100E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -3801,9 +3801,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 2.0043E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 2.0115E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.6623E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.9786E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 2.0115E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.6623E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.9786E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.8951E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 4.6430E+04 OP # Superconducting TF Coil Power Conversion # @@ -4434,7 +4434,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2100E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -4796,9 +4796,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 2.0043E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 2.0115E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.6623E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.9786E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 2.0115E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.6623E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.9786E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.8951E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 4.6430E+04 OP # Superconducting TF Coil Power Conversion # @@ -5429,7 +5429,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2100E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -5791,9 +5791,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 2.0043E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 2.0115E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.6623E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.9786E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 2.0115E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.6623E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.9786E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.8951E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 4.6430E+04 OP # Superconducting TF Coil Power Conversion # @@ -6424,7 +6424,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2100E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -6786,9 +6786,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 2.0043E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 2.0115E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.6623E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.9786E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 2.0115E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.6623E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.9786E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.8951E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 4.6430E+04 OP # Superconducting TF Coil Power Conversion # @@ -7419,7 +7419,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2100E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -7781,9 +7781,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 2.0043E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 2.0115E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.6623E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.9786E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 2.0115E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.6623E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.9786E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.8951E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 4.6430E+04 OP # Superconducting TF Coil Power Conversion # @@ -8414,7 +8414,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2100E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -8776,9 +8776,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 2.0043E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 2.0115E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.6623E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.9786E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 2.0115E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.6623E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.9786E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.8951E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 4.6430E+04 OP # Superconducting TF Coil Power Conversion # @@ -9081,7 +9081,7 @@ sweep = 5.8e8, 6.0e8, 6.2e8, 6.4e8, 6.6e8, 6.8e8, 7.0e8, 7.2e8, 7.4e8 blnkith = 0.755 * Inboard blanket thickness (m); blnkoth = 0.982 * Outboard blanket thickness (m) bore = 2.483 * Central solenoid inboard radius (m) -ddwex = 0.15 * Cryostat thickness (m) +dr_cryostat = 0.15 * Cryostat thickness (m) d_vv_in = 0.30 * Inboard vacuum vessel thickness (tf coil / shield) (m) d_vv_out = 0.30 * Outboard vacuum vessel thickness (tf coil / shield) (m) d_vv_top = 0.30 * Topside vacuum vessel thickness (tf coil / shield) (m) diff --git a/examples/data/scan_example_file_IN.DAT b/examples/data/scan_example_file_IN.DAT index 483bdf6301..95b289d5c2 100644 --- a/examples/data/scan_example_file_IN.DAT +++ b/examples/data/scan_example_file_IN.DAT @@ -327,7 +327,7 @@ scraplo = 0.25 blnkoth = 1.0 * Cryostat thickness [m] -ddwex = 0.15 +dr_cryostat = 0.15 * Outboard shield thickness [m] shldoth = 0.800 diff --git a/process/blanket_library.py b/process/blanket_library.py index 68e5786e4d..0e628a36f6 100644 --- a/process/blanket_library.py +++ b/process/blanket_library.py @@ -363,42 +363,67 @@ def apply_coverage_factors(self): # changes in the same location. fwbs_variables.vdewin = fwbs_variables.fvoldw * fwbs_variables.vdewin - def external_cryo_geometry(self): - """Calculate cryostat geometry - author: J. Morris, CCFE, Culham Science Centre + @staticmethod + def external_cryo_geometry() -> None: + """Calculate cryostat geometry. + + This method calculates the geometry of the cryostat, including the inboard radius, + the vertical clearance between the uppermost PF coil and the cryostat lid, the half-height + of the cryostat, the vertical clearance between the TF coil and the cryostat, the cryostat volume, + the vacuum vessel mass, and the sum of internal vacuum vessel and cryostat masses. + """ - # cryostat radius (m) - # ISSUE #508 Remove RFP option - # rb(i) = outer radius of PF coil i (tokamaks) - fwbs_variables.rdewex = np.max(pfcoil_variables.rb) + fwbs_variables.rpf2dewar - # Clearance between uppermost PF coil and cryostat lid (m). + # Cryostat radius [m] + # Take radius of furthest PF coil and add clearance + fwbs_variables.r_cryostat_inboard = ( + np.max(pfcoil_variables.rb) + fwbs_variables.dr_pf_cryostat + ) + + # Clearance between uppermost PF coil and cryostat lid [m]. # Scaling from ITER by M. Kovari - blanket_library.hcryopf = ( - build_variables.clhsf * (2.0 * fwbs_variables.rdewex) / 28.440 + blanket_library.dz_pf_cryostat = ( + build_variables.f_z_cryostat + * (2.0 * fwbs_variables.r_cryostat_inboard) + / 28.440 ) - # Half-height of cryostat (m) - # ISSUE #508 Remove RFP option - fwbs_variables.zdewex = np.max(pfcoil_variables.zh) + blanket_library.hcryopf + # Half-height of cryostat [m] + # Take height of furthest PF coil and add clearance + fwbs_variables.z_cryostat_half_inside = ( + np.max(pfcoil_variables.zh) + blanket_library.dz_pf_cryostat + ) # Vertical clearance between TF coil and cryostat (m) - buildings_variables.clh1 = fwbs_variables.zdewex - ( + buildings_variables.dz_tf_cryostat = fwbs_variables.z_cryostat_half_inside - ( build_variables.hmax + build_variables.tfcth ) - # cryostat volume (m3) - fwbs_variables.vdewex = ( - (2.0 * np.pi * fwbs_variables.rdewex) * 2.0 * fwbs_variables.zdewex - + (2.0 * np.pi * fwbs_variables.rdewex**2) - ) * build_variables.ddwex + # Internal cryostat space volume [m^3] + fwbs_variables.vol_cryostat_internal = ( + np.pi + * (fwbs_variables.r_cryostat_inboard) ** 2 + * 2 + * fwbs_variables.z_cryostat_half_inside + ) + + # Cryostat structure volume [m^3] + # Calculate by taking the volume of the outer cryostat and subtracting the volume of the inner cryostat + fwbs_variables.vol_cryostat = ( + ( + np.pi + * (fwbs_variables.r_cryostat_inboard + build_variables.dr_cryostat) ** 2 + ) + * 2 + * (build_variables.dr_cryostat + fwbs_variables.z_cryostat_half_inside) + ) - (fwbs_variables.vol_cryostat_internal) # Vacuum vessel mass (kg) fwbs_variables.vvmass = fwbs_variables.vdewin * fwbs_variables.denstl # Sum of internal vacuum vessel and cryostat masses (kg) fwbs_variables.dewmkg = ( - fwbs_variables.vdewin + fwbs_variables.vdewex + fwbs_variables.vdewin + fwbs_variables.vol_cryostat ) * fwbs_variables.denstl def primary_coolant_properties(self, output: bool): diff --git a/process/build.py b/process/build.py index 8d825755c0..255f6edcd4 100644 --- a/process/build.py +++ b/process/build.py @@ -3,6 +3,7 @@ import numpy as np from process.fortran import ( + blanket_library, build_variables, buildings_variables, constants, @@ -131,7 +132,7 @@ def calculate_vertical_build(self, output: bool) -> None: # Start at the top and work down. vbuild = ( - buildings_variables.clh1 + buildings_variables.dz_tf_cryostat + build_variables.tfcth + build_variables.tftsgap + build_variables.thshield_vb @@ -149,17 +150,17 @@ def calculate_vertical_build(self, output: bool) -> None: po.obuild( self.outfile, "Cryostat roof structure*", - buildings_variables.clh1, + buildings_variables.dz_tf_cryostat, vbuild, - "(clh1)", + "(dz_tf_cryostat)", ) po.ovarre( self.mfile, "Cryostat roof structure*", - "(clh1)", - buildings_variables.clh1, + "(dz_tf_cryostat)", + buildings_variables.dz_tf_cryostat, ) - vbuild = vbuild - buildings_variables.clh1 + vbuild = vbuild - buildings_variables.dz_tf_cryostat # Top of TF coil tf_top = vbuild @@ -384,13 +385,13 @@ def calculate_vertical_build(self, output: bool) -> None: # Inner vertical dimension of TF coil build_variables.dh_tf_inner_bore = tf_height - 2 * build_variables.tfcth - vbuild = vbuild - buildings_variables.clh1 + vbuild = vbuild - buildings_variables.dz_tf_cryostat po.obuild( self.outfile, "Cryostat floor structure**", - buildings_variables.clh1, + buildings_variables.dz_tf_cryostat, vbuild, - "(clh1)", + "(dz_tf_cryostat)", ) # To calculate vertical offset between TF coil centre and plasma centre @@ -402,7 +403,7 @@ def calculate_vertical_build(self, output: bool) -> None: # write(self.outfile, 20) vbuild = ( - buildings_variables.clh1 + buildings_variables.dz_tf_cryostat + build_variables.tfcth + build_variables.tftsgap + build_variables.thshield_vb @@ -422,17 +423,17 @@ def calculate_vertical_build(self, output: bool) -> None: po.obuild( self.outfile, "Cryostat roof structure*", - buildings_variables.clh1, + buildings_variables.dz_tf_cryostat, vbuild, - "(clh1)", + "(dz_tf_cryostat)", ) po.ovarre( self.mfile, "Cryostat roof structure*", - "(clh1)", - buildings_variables.clh1, + "(dz_tf_cryostat)", + buildings_variables.dz_tf_cryostat, ) - vbuild = vbuild - buildings_variables.clh1 + vbuild = vbuild - buildings_variables.dz_tf_cryostat # Top of TF coil tf_top = vbuild @@ -675,14 +676,14 @@ def calculate_vertical_build(self, output: bool) -> None: # Inner vertical dimension of TF coil build_variables.dh_tf_inner_bore = tf_height - 2 * build_variables.tfcth - vbuild = vbuild - buildings_variables.clh1 + vbuild = vbuild - buildings_variables.dz_tf_cryostat po.obuild( self.outfile, "Cryostat floor structure**", - buildings_variables.clh1, + buildings_variables.dz_tf_cryostat, vbuild, - "(clh1)", + "(dz_tf_cryostat)", ) # To calculate vertical offset between TF coil centre and plasma centre @@ -703,6 +704,10 @@ def calculate_vertical_build(self, output: bool) -> None: # Other build quantities + # Output the cryostat geometry + _ = self.cryostat_output() + + # Output the cdivertor geometry divht = self.divgeom(output) # Issue #481 Remove build_variables.vgaptf if build_variables.vgap_xpoint_divertor < 0.00001e0: @@ -745,6 +750,50 @@ def calculate_vertical_build(self, output: bool) -> None: build_variables.hpfu - (build_variables.hmax + build_variables.tfcth) ) / 2.0e0 + def cryostat_output(self) -> None: + """ + Outputs the cryostat geometry details to the output file. + + Returns: + None + """ + po.oheadr(self.outfile, "Cryostat build") + po.ovarrf( + self.outfile, + "Cryostat thickness (m)", + "(dr_cryostat)", + build_variables.dr_cryostat, + "OP ", + ) + po.ovarrf( + self.outfile, + "Cryostat intenral half height (m)", + "(z_cryostat_half_inside)", + fwbs_variables.z_cryostat_half_inside, + "OP ", + ) + po.ovarrf( + self.outfile, + "Vertical clearance from highest PF coil to cryostat (m)", + "(dz_pf_cryostat)", + blanket_library.dz_pf_cryostat, + "OP ", + ) + po.ovarrf( + self.outfile, + "Cryostat structure volume (m^3)", + "(vol_cryostat)", + fwbs_variables.vol_cryostat, + "OP ", + ) + po.ovarrf( + self.outfile, + "Cryostat internal volume (m^3)", + "(vol_cryostat_internal)", + fwbs_variables.vol_cryostat_internal, + "OP ", + ) + def divgeom(self, output: bool): """ Divertor geometry calculation @@ -2354,13 +2403,6 @@ def calculate_radial_build(self, output: bool) -> None: radius, ) - po.ovarre( - self.mfile, - "External cryostat thickness (excludes structure) (m)", - "(ddwex)", - build_variables.ddwex, - ) - if (current_drive_variables.iefrf in [5, 8]) or ( current_drive_variables.iefrffix in [5, 8] ): diff --git a/process/buildings.py b/process/buildings.py index 0178a0d6f5..0dca4ba3d4 100644 --- a/process/buildings.py +++ b/process/buildings.py @@ -81,7 +81,7 @@ def run(self, output: bool = False): - build_variables.d_vv_top - build_variables.d_vv_bot, fwbs_variables.whtshld, - fwbs_variables.rdewex, + fwbs_variables.r_cryostat_inboard, heat_transport_variables.helpow, ) @@ -201,14 +201,14 @@ def bldgs( crcl = 9.41e-6 * wt + 5.1e0 # Building height (m) - # clh1 : clearance from TF coil to cryostat top, m + # dz_tf_cryostat : clearance from TF coil to cryostat top, m # clh2 : clearance beneath TF coil to foundation, including basement, m # stcl : clearance above crane to roof, m # Additional tfh allows TF coil to be lifted right out hrbi = ( buildings_variables.clh2 + 2.0e0 * tfh - + buildings_variables.clh1 + + buildings_variables.dz_tf_cryostat + buildings_variables.trcl + crcl + buildings_variables.stcl @@ -390,7 +390,7 @@ def bldgs_sizes(self, output, tf_radial_dim, tf_vertical_dim): # Lateral size driven by radial width of largest component, from: # PF coil max radius, cryostat radius, TF coil outer radius width_reactor_piece = max( - pfcoil_variables.pfrmax, fwbs_variables.rdewex, tf_radial_dim + pfcoil_variables.pfrmax, fwbs_variables.r_cryostat_inboard, tf_radial_dim ) # Allow for biological shielding around reactor width_reactor_piece = width_reactor_piece + buildings_variables.bioshld_thk diff --git a/process/costs_2015.py b/process/costs_2015.py index 62ee69cd8d..46565a7c43 100644 --- a/process/costs_2015.py +++ b/process/costs_2015.py @@ -544,7 +544,11 @@ def calc_building_costs(self): self.s_label[1] = "Tokamak Complex (excluding hot cell)" self.s_cref[1] = 1100000.0e0 * cost_variables.tok_build_cost_per_vol # ITER cryostat volume (m^3) - self.s_k[1] = (np.pi * fwbs_variables.rdewex**2) * 2.0e0 * fwbs_variables.zdewex + self.s_k[1] = ( + (np.pi * fwbs_variables.r_cryostat_inboard**2) + * 2.0e0 + * fwbs_variables.z_cryostat_half_inside + ) self.s_kref[1] = 18712.0e0 self.s_cost[1] = ( self.s_cost_factor[1] * self.s_cref[1] * (self.s_k[1] / self.s_kref[1]) @@ -640,7 +644,7 @@ def calc_land_costs(self): ITER_buffer_land_area = ITER_total_land_area - ITER_key_buildings_land_area # Scale with area of cryostat (m) - self.s_k[9] = np.pi * fwbs_variables.rdewex**2 + self.s_k[9] = np.pi * fwbs_variables.r_cryostat_inboard**2 self.s_kref[9] = 638.0e0 # Cost of land per hectare (2014 $ / ha) self.s_cref[9] = 318000.0e0 @@ -660,7 +664,7 @@ def calc_land_costs(self): # Cost of clearing ITER land self.s_cref[10] = 214.0e6 # Scale with area of cryostat (m) - self.s_k[10] = np.pi * fwbs_variables.rdewex**2 + self.s_k[10] = np.pi * fwbs_variables.r_cryostat_inboard**2 self.s_kref[10] = 638.0e0 self.s_cost[10] = ( self.s_cost_factor[10] @@ -974,7 +978,9 @@ def calc_remaining_subsystems(self): self.s_cref[43] = 351.0e6 # Scale with cryostat external volume (m3) self.s_k[43] = ( - (np.pi * fwbs_variables.rdewex**2.0e0) * 2.0e0 * fwbs_variables.zdewex + (np.pi * fwbs_variables.r_cryostat_inboard**2.0e0) + * 2.0e0 + * fwbs_variables.z_cryostat_half_inside ) self.s_kref[43] = 18700.0e0 self.s_cost[43] = ( @@ -1002,8 +1008,12 @@ def calc_remaining_subsystems(self): self.s_cref[45] = 126.0e6 # Scale with cryostat surface area (m2) self.s_k[45] = ( - 2.0e0 * np.pi * fwbs_variables.rdewex * 2.0e0 * fwbs_variables.zdewex - + 2 * (np.pi * fwbs_variables.rdewex**2) + 2.0e0 + * np.pi + * fwbs_variables.r_cryostat_inboard + * 2.0e0 + * fwbs_variables.z_cryostat_half_inside + + 2 * (np.pi * fwbs_variables.r_cryostat_inboard**2) ) self.s_kref[45] = 3902.0e0 self.s_cost[45] = ( @@ -1119,7 +1129,7 @@ def calc_remaining_subsystems(self): self.s_label[55] = "Access control and security systems" # Cost of ITER access control and security systems # Scale with area of cryostat (m2) - self.s_k[55] = np.pi * fwbs_variables.rdewex**2 + self.s_k[55] = np.pi * fwbs_variables.r_cryostat_inboard**2 self.s_kref[55] = 640.0e0 self.s_cref[55] = 42.0e6 self.s_cost[55] = ( @@ -1199,7 +1209,12 @@ def calc_remaining_subsystems(self): self.s_label[59] = "Logistics" self.s_cref[59] = 129.0e6 # Scale with cryostat external volume (m) - self.s_k[59] = np.pi * fwbs_variables.rdewex**2 * 2.0e0 * fwbs_variables.zdewex + self.s_k[59] = ( + np.pi + * fwbs_variables.r_cryostat_inboard**2 + * 2.0e0 + * fwbs_variables.z_cryostat_half_inside + ) self.s_kref[59] = 18700.0e0 self.s_cost[59] = ( self.s_cost_factor[59] diff --git a/process/geometry/cryostat_geometry.py b/process/geometry/cryostat_geometry.py index 668c5666ef..2af9f9a96a 100644 --- a/process/geometry/cryostat_geometry.py +++ b/process/geometry/cryostat_geometry.py @@ -6,16 +6,16 @@ def cryostat_geometry( - rdewex: float, ddwex: float, zdewex: float + r_cryostat_inboard: float, dr_cryostat: float, z_cryostat_half_inside: float ) -> list[RectangleGeometry]: """Calculates rectangular geometries of the cryostat - :param rdewex: cryostat internal radius - :type rdewex: float - :param ddwex: external cryostat thickness - :type ddwex: float - :param zdewex: cryostat internal half-height - :type zdewex: float + :param r_cryostat_inboard: cryostat internal radius + :type r_cryostat_inboard: float + :param dr_cryostat: external cryostat thickness + :type dr_cryostat: float + :param z_cryostat_half_inside: cryostat internal half-height + :type z_cryostat_half_inside: float :return: list of RectangleGeometry - dataclass returning rectangular geometry parameters :rtype: List[RectangleGeometry] """ @@ -23,17 +23,33 @@ def cryostat_geometry( # rectangle representing vertical part of cryostat above the midplane rect1 = RectangleGeometry( - anchor_x=rdewex, anchor_z=0, width=ddwex, height=(zdewex + ddwex) + anchor_x=r_cryostat_inboard, + anchor_z=0, + width=dr_cryostat, + height=(z_cryostat_half_inside + dr_cryostat), ) # rectangle representing vertical part of cryostat below the midplane rect2 = RectangleGeometry( - anchor_x=rdewex, anchor_z=0, width=ddwex, height=-(zdewex + ddwex) + anchor_x=r_cryostat_inboard, + anchor_z=0, + width=dr_cryostat, + height=-(z_cryostat_half_inside + dr_cryostat), ) # rectangle representing horizontal part of cryostat above the midplane - rect3 = RectangleGeometry(anchor_x=0, anchor_z=zdewex, width=rdewex, height=ddwex) + rect3 = RectangleGeometry( + anchor_x=0, + anchor_z=z_cryostat_half_inside, + width=r_cryostat_inboard, + height=dr_cryostat, + ) # rectangle representing horizontal part of cryostat below the midplane - rect4 = RectangleGeometry(anchor_x=0, anchor_z=-zdewex, width=rdewex, height=-ddwex) + rect4 = RectangleGeometry( + anchor_x=0, + anchor_z=-z_cryostat_half_inside, + width=r_cryostat_inboard, + height=-dr_cryostat, + ) return [rect1, rect2, rect3, rect4] diff --git a/process/hcpb.py b/process/hcpb.py index e790f6cf2f..5df40f251e 100644 --- a/process/hcpb.py +++ b/process/hcpb.py @@ -3,7 +3,6 @@ from process.coolprop_interface import FluidProperties from process.fortran import ( build_variables, - buildings_variables, ccfe_hcpb_module, constants, constraint_variables, @@ -1531,47 +1530,3 @@ def write_output(self): "(etaiso)", fwbs_variables.etaiso, ) - - po.osubhd(self.outfile, "Other volumes, masses and areas :") - po.ovarre( - self.outfile, - "First wall area (m2)", - "(fwarea)", - build_variables.fwarea, - "OP ", - ) - po.ovarre( - self.outfile, - "Cryostat internal radius (m)", - "(rdewex)", - fwbs_variables.rdewex, - "OP ", - ) - po.ovarre( - self.outfile, - "Cryostat internal half-height (m)", - "(zdewex)", - fwbs_variables.zdewex, - "OP ", - ) - po.ovarre( - self.outfile, - "Vertical clearance from TF coil to cryostat (m)", - "(clh1)", - buildings_variables.clh1, - "OP ", - ) - po.ovarre( - self.outfile, - "Divertor area (m2)", - "(divsur)", - divertor_variables.divsur, - "OP ", - ) - po.ovarre( - self.outfile, - "Divertor mass (kg)", - "(divmas)", - divertor_variables.divmas, - "OP ", - ) diff --git a/process/io/mfile_to_csv_vars.json b/process/io/mfile_to_csv_vars.json index bfc69337e1..e5cac4559a 100644 --- a/process/io/mfile_to_csv_vars.json +++ b/process/io/mfile_to_csv_vars.json @@ -15,7 +15,7 @@ "ohcth", "cpttf", "dr_tf_wp", - "ddwex", + "dr_cryostat", "shldoth", "divfix", "rmajor" diff --git a/process/io/plot_proc.py b/process/io/plot_proc.py index 1ee5ddc6bb..01fb60cfcb 100644 --- a/process/io/plot_proc.py +++ b/process/io/plot_proc.py @@ -359,7 +359,11 @@ def poloidal_cross_section(axis, mfile_data, scan, demo_ranges, colour_scheme): def plot_cryostat(axis, _mfile_data, _scan, colour_scheme): """Function to plot cryostat in poloidal cross-section""" - rects = cryostat_geometry(rdewex=rdewex, ddwex=ddwex, zdewex=zdewex) + rects = cryostat_geometry( + r_cryostat_inboard=r_cryostat_inboard, + dr_cryostat=dr_cryostat, + z_cryostat_half_inside=z_cryostat_half_inside, + ) for rec in rects: axis.add_patch( @@ -484,7 +488,12 @@ def toroidal_cross_section(axis, mfile_data, scan, demo_ranges, colour_scheme): r2, r1 = cumulative_radial_build2("thshield_ob", mfile_data, scan) arc_fill(axis, r1, r2, color=THERMAL_SHIELD_COLOUR[colour_scheme - 1]) - arc_fill(axis, rdewex, rdewex + ddwex, color=CRYOSTAT_COLOUR[colour_scheme - 1]) + arc_fill( + axis, + r_cryostat_inboard, + r_cryostat_inboard + dr_cryostat, + color=CRYOSTAT_COLOUR[colour_scheme - 1], + ) # Segment the TF coil inboard # Calculate centrelines @@ -3377,9 +3386,9 @@ def main(args=None): global ddwi global gapsto global tfthko - global rdewex - global zdewex - global ddwex + global r_cryostat_inboard + global z_cryostat_half_inside + global dr_cryostat global j_plasma_0 bore = m_file.data["bore"].get_scan(scan) @@ -3399,9 +3408,9 @@ def main(args=None): shldoth = m_file.data["shldoth"].get_scan(scan) gapsto = m_file.data["gapsto"].get_scan(scan) tfthko = m_file.data["tfthko"].get_scan(scan) - rdewex = m_file.data["rdewex"].get_scan(scan) - zdewex = m_file.data["zdewex"].get_scan(scan) - ddwex = m_file.data["ddwex"].get_scan(scan) + r_cryostat_inboard = m_file.data["r_cryostat_inboard"].get_scan(scan) + z_cryostat_half_inside = m_file.data["z_cryostat_half_inside"].get_scan(scan) + dr_cryostat = m_file.data["dr_cryostat"].get_scan(scan) j_plasma_0 = m_file.data["j_plasma_0"].get_scan(scan) # Magnets related diff --git a/process/stellarator.py b/process/stellarator.py index 06c4f269ec..d19abc1406 100644 --- a/process/stellarator.py +++ b/process/stellarator.py @@ -1837,21 +1837,21 @@ def stfwbs(self, output: bool): # External cryostat outboard major radius (m) - fwbs_variables.rdewex = ( + fwbs_variables.r_cryostat_inboard = ( build_variables.r_tf_outboard_mid + 0.5e0 * build_variables.tfthko - + fwbs_variables.rpf2dewar + + fwbs_variables.dr_pf_cryostat ) - adewex = fwbs_variables.rdewex - physics_variables.rmajor + adewex = fwbs_variables.r_cryostat_inboard - physics_variables.rmajor # External cryostat volume - fwbs_variables.vdewex = ( + fwbs_variables.vol_cryostat = ( 4.0e0 * (np.pi**2) * physics_variables.rmajor * adewex - * build_variables.ddwex + * build_variables.dr_cryostat ) # Internal vacuum vessel volume @@ -1883,7 +1883,7 @@ def stfwbs(self, output: bool): # Sum of internal vacuum vessel and external cryostat masses fwbs_variables.dewmkg = ( - fwbs_variables.vdewin + fwbs_variables.vdewex + fwbs_variables.vdewin + fwbs_variables.vol_cryostat ) * fwbs_variables.denstl if output: @@ -2238,22 +2238,28 @@ def stfwbs(self, output: bool): self.outfile, "External cryostat inner radius (m)", "", - fwbs_variables.rdewex - 2.0e0 * adewex, + fwbs_variables.r_cryostat_inboard - 2.0e0 * adewex, ) po.ovarre( self.outfile, "External cryostat outer radius (m)", - "(rdewex)", - fwbs_variables.rdewex, + "(r_cryostat_inboard)", + fwbs_variables.r_cryostat_inboard, ) po.ovarre( self.outfile, "External cryostat minor radius (m)", "(adewex)", adewex ) po.ovarre( self.outfile, - "External cryostat shell volume (m3)", - "(vdewex)", - fwbs_variables.vdewex, + "External cryostat shell volume (m^3)", + "(vol_cryostat)", + fwbs_variables.vol_cryostat, + ) + po.ovarre( + self.outfile, + "Internal volume of the cryostat structure (m^3)", + "(vol_cryostat_internal)", + fwbs_variables.vol_cryostat_internal, ) po.ovarre( self.outfile, diff --git a/source/fortran/blanket_library.f90 b/source/fortran/blanket_library.f90 index ca0b482e4f..543583e3b2 100644 --- a/source/fortran/blanket_library.f90 +++ b/source/fortran/blanket_library.f90 @@ -42,7 +42,7 @@ module blanket_library real(dp) :: volvvi, volvvo !! Volume of inboard and outboard Vacuum Vessel (m3) - real(dp) :: hcryopf + real(dp) :: dz_pf_cryostat !! Clearance between uppermost PF coil and cryostat lid (m) real(dp) :: vfblkti, vfblkto @@ -129,7 +129,7 @@ subroutine init_blanket_library hblnkt = 0.0D0 hshld = 0.0D0 - hcryopf = 0.0D0 + dz_pf_cryostat = 0.0D0 hvv = 0.0D0 volshldi = 0.0D0 volshldo = 0.0D0 diff --git a/source/fortran/build_variables.f90 b/source/fortran/build_variables.f90 index fd40058398..0bdbfb12d3 100644 --- a/source/fortran/build_variables.f90 +++ b/source/fortran/build_variables.f90 @@ -60,10 +60,10 @@ module build_variables real(dp) :: bore !! central solenoid inboard radius (m) (`iteration variable 29`) - real(dp) :: clhsf + real(dp) :: f_z_cryostat !! cryostat lid height scaling factor (tokamaks) - real(dp) :: ddwex + real(dp) :: dr_cryostat !! cryostat thickness (m) real(dp) :: d_vv_in @@ -315,8 +315,8 @@ subroutine init_build_variables blnkoth = 0.235D0 blnktth = 0.0D0 bore = 1.42D0 - clhsf = 4.268D0 - ddwex = 0.07D0 + f_z_cryostat = 4.268D0 + dr_cryostat = 0.07D0 d_vv_in = 0.07D0 d_vv_out = 0.07D0 d_vv_top = 0.07D0 diff --git a/source/fortran/buildings_variables.f90 b/source/fortran/buildings_variables.f90 index 2e56a85d49..4ce2c827a2 100644 --- a/source/fortran/buildings_variables.f90 +++ b/source/fortran/buildings_variables.f90 @@ -34,7 +34,7 @@ module buildings_variables real(dp) :: chemlab_l, chemlab_w, chemlab_h !! Chemistry labs and treatment buldings length, width, height (m) - real(dp) :: clh1 + real(dp) :: dz_tf_cryostat !! vertical clearance from TF coil to cryostat (m) (calculated for tokamaks) real(dp) :: clh2 @@ -328,7 +328,7 @@ subroutine init_buildings_variables chemlab_l = 50.0D0 chemlab_w = 30.0D0 chemlab_h = 6.0D0 - clh1 = 2.5D0 + dz_tf_cryostat = 2.5D0 clh2 = 15.0D0 control_buildings_l = 80.0D0 control_buildings_w = 60.0D0 diff --git a/source/fortran/fwbs_variables.f90 b/source/fortran/fwbs_variables.f90 index 6479992aba..98a2cf67ec 100644 --- a/source/fortran/fwbs_variables.f90 +++ b/source/fortran/fwbs_variables.f90 @@ -418,18 +418,21 @@ module fwbs_variables !! nuclear heating in the TF coil (MW/m3) (`blktmodel>0`) !#TODO: check usage of old blktmodel. Update to iblanket - real(dp) :: rdewex + real(dp) :: r_cryostat_inboard !! cryostat radius [m] - real(dp) :: zdewex + real(dp) :: z_cryostat_half_inside !! cryostat height [m] - real(dp) :: rpf2dewar - !! radial distance between outer edge of largest (`ipfloc=3`) PF coil (or stellarator + real(dp) :: dr_pf_cryostat + !! Radial distance between outer edge of furthest away PF coil (or stellarator !! modular coil) and cryostat [m] - real(dp) :: vdewex - !! cryostat volume [m^3] + real(dp) :: vol_cryostat + !! Cryostat structure volume [m^3] + + real(dp) :: vol_cryostat_internal + !! Internal volume of the cryostat [m^3] real(dp) :: vdewin !! vacuum vessel volume [m^3] @@ -772,10 +775,11 @@ subroutine init_fwbs_variables pradloss = 0.0D0 ptfnuc = 0.0D0 ptfnucpm3 = 0.0D0 - rdewex = 0.0D0 - zdewex = 0.0D0 - rpf2dewar = 0.5D0 - vdewex = 0.0D0 + r_cryostat_inboard = 0.0D0 + z_cryostat_half_inside = 0.0D0 + dr_pf_cryostat = 0.5D0 + vol_cryostat = 0.0D0 + vol_cryostat_internal = 0.0D0 vdewin = 0.0D0 vfshld = 0.25D0 volblkt = 0.0D0 diff --git a/source/fortran/input.f90 b/source/fortran/input.f90 index 541bcd4ba8..e53a4cee14 100644 --- a/source/fortran/input.f90 +++ b/source/fortran/input.f90 @@ -196,13 +196,13 @@ subroutine parse_input_file(in_file,out_file,show_changes) shldtth, shldlth, vgap_vv_thermalshield, plleni, fwoth, vvblgap, & thshield_ib, thshield_ob, thshield_vb, iprecomp, & blbpith, aplasmin, blbuoth, tfcth, & - iohcl, tftsgap, clhsf, bore, plleno, scrapli, gapomin, ddwex, & + iohcl, tftsgap, f_z_cryostat, bore, plleno, scrapli, gapomin, dr_cryostat, & rinboard, blnkoth, fseppc, plsepo, blnkith, & ohcth, plsepi, blbmith, gapoh, fcspc, scraplo, vgaptop, & blbpoth, gapds, fwith, vgap_xpoint_divertor, shldith, sigallpc, tfootfi, f_avspace,& r_cp_top, d_vv_in, d_vv_out, d_vv_top, d_vv_bot, f_r_cp, i_r_cp_top use buildings_variables, only: hcwt, conv, wgt, trcl, rbwt, & - esbldgm3, fndt, row, wgt2, pibv, clh1, stcl, clh2, & + esbldgm3, fndt, row, wgt2, pibv, dz_tf_cryostat, stcl, clh2, & tfcbv, hccl, rbrt, triv, shov, admv, i_bldgs_v, i_bldgs_size, & mbvfac, pfbldgm3, wsvfac, rbvfac, rxcl, shmf, & aux_build_l, aux_build_w, aux_build_h, auxcool_l, auxcool_w, auxcool_h, & @@ -275,7 +275,7 @@ subroutine parse_input_file(in_file,out_file,show_changes) fblhebpi, fblss, inlet_temp, outlet_temp, fblbreed, qnuc, blpressure, & blpressure_liq, n_liq_recirc, pnuc_fw_ratio_dcll, f_nuc_pow_bz_struct, & declblkt, fblhebmo, blkttype, afw, inuclear, declshld, hcdportsize, & - npdiv, peaking_factor, primary_pumping, rpf2dewar, secondary_cycle, secondary_cycle_liq, & + npdiv, peaking_factor, primary_pumping, dr_pf_cryostat, secondary_cycle, secondary_cycle_liq, & denstl, declfw, nphcdout, iblnkith, vfpblkt, fwinlet, wallpf, fblbe, & fhole, fwbsshape, coolp, tfwmatmax, irefprop, fw_channel_length, & li6enrich, etaiso, nblktmodto, fvoldw, i_shield_mat, i_bb_liq, & @@ -1312,11 +1312,11 @@ subroutine parse_input_file(in_file,out_file,show_changes) case ('bore') call parse_real_variable('bore', bore, 0.0D0, 50.0D0, & 'Machine bore (m)') - case ('clhsf') - call parse_real_variable('clhsf', clhsf, 2.0D0, 10.0D0, & + case ('f_z_cryostat') + call parse_real_variable('f_z_cryostat', f_z_cryostat, 2.0D0, 10.0D0, & 'Cryostat lid height scaling factor (m)') - case ('ddwex') - call parse_real_variable('ddwex', ddwex, 0.0D0, 10.0D0, & + case ('dr_cryostat') + call parse_real_variable('dr_cryostat', dr_cryostat, 0.0D0, 10.0D0, & 'cryostat wall thickness (m)') case ('d_vv_in') call parse_real_variable('d_vv_in', d_vv_in, 0.0D0, 10.0D0, & @@ -1372,8 +1372,8 @@ subroutine parse_input_file(in_file,out_file,show_changes) case ('rinboard') call parse_real_variable('rinboard', rinboard, 0.1D0, 10.0D0, & 'Plasma inboard radius (m)') - case ('rpf2dewar') - call parse_real_variable('rpf2dewar', rpf2dewar, 0.1D0, 5.0D0, & + case ('dr_pf_cryostat') + call parse_real_variable('dr_pf_cryostat', dr_pf_cryostat, 0.1D0, 5.0D0, & 'Outer PF coil to cryostat distance (m)') case ('i_r_cp_top') call parse_int_variable('i_r_cp_top', i_r_cp_top, 0, 2, & @@ -2766,8 +2766,8 @@ subroutine parse_input_file(in_file,out_file,show_changes) case ('admv') call parse_real_variable('admv', admv, 1.0D4, 1.0D6, & 'Administration building volume (m3)') - case ('clh1') - call parse_real_variable('clh1', clh1, 0.0D0, 20.0D0, & + case ('dz_tf_cryostat') + call parse_real_variable('dz_tf_cryostat', dz_tf_cryostat, 0.0D0, 20.0D0, & 'Clearance TF coil to cryostat top (m)') case ('clh2') call parse_real_variable('clh2', clh2, 0.0D0, 30.0D0, & diff --git a/tests/integration/data/large_tokamak_1_MFILE.DAT b/tests/integration/data/large_tokamak_1_MFILE.DAT index 8768bc988c..93f02ef64b 100644 --- a/tests/integration/data/large_tokamak_1_MFILE.DAT +++ b/tests/integration/data/large_tokamak_1_MFILE.DAT @@ -600,7 +600,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -986,9 +986,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7798E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5339E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6044E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7798E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5339E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6044E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -1516,7 +1516,7 @@ scraplo = 0.25 blnkoth = 1.0 * Cryostat thickness [m] -ddwex = 0.15 +dr_cryostat = 0.15 * Outboard shield thickness [m] shldoth = 0.800 diff --git a/tests/integration/data/large_tokamak_2_MFILE.DAT b/tests/integration/data/large_tokamak_2_MFILE.DAT index 12efdbeceb..31418922b3 100644 --- a/tests/integration/data/large_tokamak_2_MFILE.DAT +++ b/tests/integration/data/large_tokamak_2_MFILE.DAT @@ -601,7 +601,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -987,9 +987,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7798E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5339E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6044E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7798E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5339E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6044E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -1517,7 +1517,7 @@ scraplo = 0.25 blnkoth = 1.0 * Cryostat thickness [m] -ddwex = 0.15 +dr_cryostat = 0.15 * Outboard shield thickness [m] shldoth = 0.800 diff --git a/tests/integration/data/large_tokamak_3_MFILE.DAT b/tests/integration/data/large_tokamak_3_MFILE.DAT index 3cc6e67093..49280fde57 100644 --- a/tests/integration/data/large_tokamak_3_MFILE.DAT +++ b/tests/integration/data/large_tokamak_3_MFILE.DAT @@ -601,7 +601,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -987,9 +987,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7798E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5339E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6044E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7798E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5339E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6044E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -1517,7 +1517,7 @@ scraplo = 0.25 blnkoth = 1.0 * Cryostat thickness [m] -ddwex = 0.15 +dr_cryostat = 0.15 * Outboard shield thickness [m] shldoth = 0.800 diff --git a/tests/integration/data/large_tokamak_4_MFILE.DAT b/tests/integration/data/large_tokamak_4_MFILE.DAT index 24ecdbb674..310b446e58 100644 --- a/tests/integration/data/large_tokamak_4_MFILE.DAT +++ b/tests/integration/data/large_tokamak_4_MFILE.DAT @@ -601,7 +601,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -987,9 +987,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7798E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5339E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6044E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7798E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5339E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6044E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -1517,7 +1517,7 @@ scraplo = 0.25 blnkoth = 1.0 * Cryostat thickness [m] -ddwex = 0.15 +dr_cryostat = 0.15 * Outboard shield thickness [m] shldoth = 0.800 diff --git a/tests/integration/data/large_tokamak_IN.DAT b/tests/integration/data/large_tokamak_IN.DAT index 838e0942b0..6de0b0d43d 100644 --- a/tests/integration/data/large_tokamak_IN.DAT +++ b/tests/integration/data/large_tokamak_IN.DAT @@ -327,7 +327,7 @@ scraplo = 0.25 blnkoth = 1.0 * Cryostat thickness [m] -ddwex = 0.15 +dr_cryostat = 0.15 * Outboard shield thickness [m] shldoth = 0.800 diff --git a/tests/integration/data/large_tokamak_MFILE.DAT b/tests/integration/data/large_tokamak_MFILE.DAT index 484a98a267..96442a6102 100644 --- a/tests/integration/data/large_tokamak_MFILE.DAT +++ b/tests/integration/data/large_tokamak_MFILE.DAT @@ -587,7 +587,7 @@ TF_coil_outboard_leg_radial_thickness_(m)_______________________________ (tfthko)______________________ 9.2950E-01 # Vertical Build # Divertor_null_switch____________________________________________________ (i_single_null)_______________ 1 - Cryostat_roof_structure*________________________________________________ (clh1)________________________ 5.6032E+00 + Cryostat_roof_structure*________________________________________________ (dz_tf_cryostat)________________________ 5.6032E+00 Vessel_-_TF_coil_vertical_gap_(m)_______________________________________ (vgap2)_______________________ 1.6300E-01 Topside_vacuum_vessel_radial_thickness_(m)______________________________ (d_vv_top)____________________ 3.0000E-01 Top_radiation_shield_thickness_(m)______________________________________ (shldtth)_____________________ 6.0000E-01 @@ -599,7 +599,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(excludes_structure)_(m)____________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(excludes_structure)_(m)____________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_Solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -990,9 +990,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7805E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5351E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6032E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7805E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5351E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6032E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -1518,7 +1518,7 @@ scraplo = 0.25 blnkoth = 1.0 * Cryostat thickness [m] -ddwex = 0.15 +dr_cryostat = 0.15 * Outboard shield thickness [m] shldoth = 0.800 diff --git a/tests/integration/data/large_tokamak_once_through.IN.DAT b/tests/integration/data/large_tokamak_once_through.IN.DAT index 8c6092dd97..40441cd868 100644 --- a/tests/integration/data/large_tokamak_once_through.IN.DAT +++ b/tests/integration/data/large_tokamak_once_through.IN.DAT @@ -96,7 +96,7 @@ boundl(140) = 0.4 blnkith = 0.7 * inboard blanket thickness (m); (calculated if `blktmodel>0`) (=0;0 if `iblnkith=0`) blnkoth = 1.0 * outboard blanket thickness (m); calculated if `blktmodel>0` bore = 2.003843190236783 * central solenoid inboard radius (m) (`iteration variable 29`) -ddwex = 0.15 * cryostat thickness (m) +dr_cryostat = 0.15 * cryostat thickness (m) d_vv_in = 0.3 * vacuum vessel inboard thickness (TF coil / shield) (m) d_vv_out = 0.3 * vacuum vessel outboard thickness (TF coil / shield) (m) d_vv_top = 0.3 * vacuum vessel topside thickness (TF coil / shield) (m) (= d_vv_bot if double-null) diff --git a/tests/integration/data/ref_IN.DAT b/tests/integration/data/ref_IN.DAT index 15421c2ad3..c4eb896a5f 100644 --- a/tests/integration/data/ref_IN.DAT +++ b/tests/integration/data/ref_IN.DAT @@ -102,7 +102,7 @@ ixc = 110 * ftaulimit blnkith = 0.755 * Inboard blanket thickness (m); blnkoth = 0.982 * Outboard blanket thickness (m) bore = 2.483 * Central solenoid inboard radius (m) -ddwex = 0.15 * Cryostat thickness (m) +dr_cryostat = 0.15 * Cryostat thickness (m) d_vv_in = 0.30 * Inboard vacuum vessel thickness (tf coil / shield) (m) d_vv_out = 0.30 * Outboard vacuum vessel thickness (tf coil / shield) (m) d_vv_top = 0.30 * Topside vacuum vessel thickness (tf coil / shield) (m) diff --git a/tests/integration/data/scan_2D_MFILE.DAT b/tests/integration/data/scan_2D_MFILE.DAT index c7e8558a2a..4fb14a0bff 100644 --- a/tests/integration/data/scan_2D_MFILE.DAT +++ b/tests/integration/data/scan_2D_MFILE.DAT @@ -602,7 +602,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -988,9 +988,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7774E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5301E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6076E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7774E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5301E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6076E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -1765,7 +1765,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -2151,9 +2151,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7765E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5286E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6094E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7765E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5286E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6094E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -2928,7 +2928,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -3314,9 +3314,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7758E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5274E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6107E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7758E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5274E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6107E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -4091,7 +4091,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -4477,9 +4477,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7759E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5275E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6109E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7759E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5275E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6109E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -5254,7 +5254,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -5640,9 +5640,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7766E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5286E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6097E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7766E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5286E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6097E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -6417,7 +6417,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -6803,9 +6803,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7775E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5302E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6082E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7775E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5302E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6082E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -7580,7 +7580,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -7966,9 +7966,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7776E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5304E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6084E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7776E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5304E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6084E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -8743,7 +8743,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -9129,9 +9129,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7768E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5290E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6096E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7768E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5290E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6096E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -9906,7 +9906,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -10292,9 +10292,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7760E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5277E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6103E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7760E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5277E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6103E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -11069,7 +11069,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -11455,9 +11455,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7761E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5278E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6108E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7761E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5278E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6108E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -12232,7 +12232,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -12618,9 +12618,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7769E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5292E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6104E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7769E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5292E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6104E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -13395,7 +13395,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -13781,9 +13781,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7777E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5305E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6096E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7777E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5305E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6096E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -14558,7 +14558,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -14944,9 +14944,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7778E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5307E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6101E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7778E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5307E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6101E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -15721,7 +15721,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -16107,9 +16107,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7770E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5293E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6115E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7770E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5293E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6115E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -16884,7 +16884,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2000E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -17270,9 +17270,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 1.6044E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 1.7762E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.5280E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.6129E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 1.7762E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.5280E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.6129E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.4879E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 3.6453E+04 OP # Superconducting TF Coil Power Conversion # @@ -17803,7 +17803,7 @@ scraplo = 0.25 blnkoth = 1.0 * Cryostat thickness [m] -ddwex = 0.15 +dr_cryostat = 0.15 * Outboard shield thickness [m] shldoth = 0.800 diff --git a/tests/integration/data/scan_MFILE.DAT b/tests/integration/data/scan_MFILE.DAT index d9665f4060..6d08e423bc 100644 --- a/tests/integration/data/scan_MFILE.DAT +++ b/tests/integration/data/scan_MFILE.DAT @@ -454,7 +454,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2100E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -816,9 +816,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 2.0043E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 2.0115E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.6623E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.9786E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 2.0115E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.6623E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.9786E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.8951E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 4.6430E+04 OP # Superconducting TF Coil Power Conversion # @@ -1449,7 +1449,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2100E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -1811,9 +1811,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 2.0043E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 2.0115E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.6623E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.9786E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 2.0115E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.6623E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.9786E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.8951E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 4.6430E+04 OP # Superconducting TF Coil Power Conversion # @@ -2444,7 +2444,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2100E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -2806,9 +2806,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 2.0043E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 2.0115E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.6623E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.9786E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 2.0115E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.6623E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.9786E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.8951E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 4.6430E+04 OP # Superconducting TF Coil Power Conversion # @@ -3439,7 +3439,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2100E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -3801,9 +3801,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 2.0043E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 2.0115E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.6623E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.9786E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 2.0115E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.6623E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.9786E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.8951E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 4.6430E+04 OP # Superconducting TF Coil Power Conversion # @@ -4434,7 +4434,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2100E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -4796,9 +4796,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 2.0043E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 2.0115E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.6623E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.9786E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 2.0115E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.6623E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.9786E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.8951E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 4.6430E+04 OP # Superconducting TF Coil Power Conversion # @@ -5429,7 +5429,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2100E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -5791,9 +5791,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 2.0043E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 2.0115E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.6623E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.9786E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 2.0115E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.6623E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.9786E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.8951E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 4.6430E+04 OP # Superconducting TF Coil Power Conversion # @@ -6424,7 +6424,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2100E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -6786,9 +6786,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 2.0043E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 2.0115E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.6623E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.9786E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 2.0115E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.6623E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.9786E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.8951E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 4.6430E+04 OP # Superconducting TF Coil Power Conversion # @@ -7419,7 +7419,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2100E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -7781,9 +7781,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 2.0043E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 2.0115E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.6623E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.9786E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 2.0115E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.6623E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.9786E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.8951E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 4.6430E+04 OP # Superconducting TF Coil Power Conversion # @@ -8414,7 +8414,7 @@ Divertor_structure_vertical_thickness_(m)_______________________________ (divfix)______________________ 6.2100E-01 Bottom_radiation_shield_thickness_(m)___________________________________ (shldlth)_____________________ 7.0000E-01 Underside_vacuum_vessel_radial_thickness_(m)____________________________ (d_vv_bot)____________________ 3.0000E-01 - External_cryostat_thickness_(m)_________________________________________ (ddwex)_______________________ 1.5000E-01 + External_cryostat_thickness_(m)_________________________________________ (dr_cryostat)_______________________ 1.5000E-01 Ratio_of_Central_solenoid_height_to_TF_coil_internal_height_____________ (ohhghf)______________________ 9.0000E-01 Width_of_neutral_beam_duct_where_it_passes_between_the_TF_coils_(m)_____ (beamwd)______________________ 5.8000E-01 # Divertor build and plasma position # @@ -8776,9 +8776,9 @@ No_of_outboard_blanket_modules_toroidally_______________________________ (nblktmodto)__________________ 48 Isentropic_efficiency_of_first_wall_/_blanket_coolant_pumps_____________ (etaiso)______________________ 9.0000E-01 First_wall_area_(m2)____________________________________________________ (fwarea)______________________ 2.0043E+03 OP - Cryostat_internal_radius_(m)____________________________________________ (rdewex)______________________ 2.0115E+01 OP - Cryostat_internal_half-height_(m)_______________________________________ (zdewex)______________________ 1.6623E+01 OP - Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (clh1)________________________ 5.9786E+00 OP + Cryostat_internal_radius_(m)____________________________________________ (r_cryostat_inboard)______________________ 2.0115E+01 OP + Cryostat_internal_half-height_(m)_______________________________________ (z_cryostat_half_inside)______________________ 1.6623E+01 OP + Vertical_clearance_from_TF_coil_to_cryostat_(m)_________________________ (dz_tf_cryostat)________________________ 5.9786E+00 OP Divertor_area_(m2)______________________________________________________ (divsur)______________________ 1.8951E+02 OP Divertor_mass_(kg)______________________________________________________ (divmas)______________________ 4.6430E+04 OP # Superconducting TF Coil Power Conversion # @@ -9081,7 +9081,7 @@ sweep = 5.8e8, 6.0e8, 6.2e8, 6.4e8, 6.6e8, 6.8e8, 7.0e8, 7.2e8, 7.4e8 blnkith = 0.755 * Inboard blanket thickness (m); blnkoth = 0.982 * Outboard blanket thickness (m) bore = 2.483 * Central solenoid inboard radius (m) -ddwex = 0.15 * Cryostat thickness (m) +dr_cryostat = 0.15 * Cryostat thickness (m) d_vv_in = 0.30 * Inboard vacuum vessel thickness (tf coil / shield) (m) d_vv_out = 0.30 * Outboard vacuum vessel thickness (tf coil / shield) (m) d_vv_top = 0.30 * Topside vacuum vessel thickness (tf coil / shield) (m) diff --git a/tests/integration/data/uncertainties_nonopt_ref_IN.DAT b/tests/integration/data/uncertainties_nonopt_ref_IN.DAT index c16eba5660..6b60709067 100644 --- a/tests/integration/data/uncertainties_nonopt_ref_IN.DAT +++ b/tests/integration/data/uncertainties_nonopt_ref_IN.DAT @@ -102,7 +102,7 @@ ixc = 110 * ftaulimit blnkith = 0.755 * Inboard blanket thickness (m); blnkoth = 0.982 * Outboard blanket thickness (m) bore = 2.483 * Central solenoid inboard radius (m) -ddwex = 0.15 * Cryostat thickness (m) +dr_cryostat = 0.15 * Cryostat thickness (m) d_vv_in = 0.30 * Inboard vacuum vessel thickness (tf coil / shield) (m) d_vv_out = 0.30 * Outboard vacuum vessel thickness (tf coil / shield) (m) d_vv_top = 0.30 * Topside vacuum vessel thickness (tf coil / shield) (m) diff --git a/tests/integration/data/uncertainties_ref_IN.DAT b/tests/integration/data/uncertainties_ref_IN.DAT index c6236d680a..45ef5c53d9 100644 --- a/tests/integration/data/uncertainties_ref_IN.DAT +++ b/tests/integration/data/uncertainties_ref_IN.DAT @@ -102,7 +102,7 @@ ixc = 110 * ftaulimit blnkith = 0.755 * Inboard blanket thickness (m); blnkoth = 0.982 * Outboard blanket thickness (m) bore = 2.483 * Central solenoid inboard radius (m) -ddwex = 0.15 * Cryostat thickness (m) +dr_cryostat = 0.15 * Cryostat thickness (m) d_vv_in = 0.30 * Inboard vacuum vessel thickness (tf coil / shield) (m) d_vv_out = 0.30 * Outboard vacuum vessel thickness (tf coil / shield) (m) d_vv_top = 0.30 * Topside vacuum vessel thickness (tf coil / shield) (m) diff --git a/tests/integration/ref_dicts.json b/tests/integration/ref_dicts.json index a37bcc9e84..282eb2ea4a 100644 --- a/tests/integration/ref_dicts.json +++ b/tests/integration/ref_dicts.json @@ -1457,9 +1457,9 @@ "circumference_target": 0.0, "cland": 19.2, "clgsmass": 0.0, - "clh1": 2.5, + "dz_tf_cryostat": 2.5, "clh2": 15.0, - "clhsf": 4.268, + "f_z_cryostat": 4.268, "cm": null, "beam_current": 0.0, "cnorm": null, @@ -1609,7 +1609,7 @@ ], "dcondins": 1800.0, "dcopper": 8900.0, - "ddwex": 0.07, + "dr_cryostat": 0.07, "declblkt": 0.075, "declfw": 0.075, "declshld": 0.075, @@ -2216,7 +2216,7 @@ "hcd_building_l": 70.0, "hcd_building_w": 40.0, "hcdportsize": 1.0, - "hcryopf": 0.0, + "dz_pf_cryostat": 0.0, "hcwt": 1.5, "heat_sink_h": 12.0, "heat_sink_l": 160.0, @@ -3949,7 +3949,7 @@ ], "rconl": 0.0, "rcool": 0.005, - "rdewex": 0.0, + "r_cryostat_inboard": 0.0, "reactor_clrnc": 4.0, "reactor_fndtn_thk": 2.0, "reactor_hall_h": 0.0, @@ -4262,7 +4262,7 @@ "rpf": 0.0, "rpf1": 0.0, "rpf2": -1.63, - "rpf2dewar": 0.5, + "dr_pf_cryostat": 0.5, "rpfac": 0.0, "res_plasma": 0.0, "rref": [ @@ -7905,7 +7905,7 @@ "vcool": 20.0, "vcritx": 0.0, "vdalw": 20.0, - "vdewex": 0.0, + "vol_cryostat": 0.0, "vdewin": 0.0, "velblkti": 0.0, "velblkto": 0.0, @@ -8581,7 +8581,7 @@ "z_ib": 0.0, "z_ob": 0.0, "zcls": 0.0, - "zdewex": 0.0, + "z_cryostat_half_inside": 0.0, "zeff": 0.0, "zeff_div": 0.0, "zeffai": 0.0, @@ -9123,9 +9123,9 @@ "circumference_target": "", "cland": "cost of land (M$)", "clgsmass": "gravity support structure for TF coil, PF coil and intercoil support systems (kg)", - "clh1": "vertical clearance from TF coil to cryostat (m) (calculated for tokamaks)", + "dz_tf_cryostat": "vertical clearance from TF coil to cryostat (m) (calculated for tokamaks)", "clh2": "clearance beneath TF coil to foundation (including basement) (m)", - "clhsf": "cryostat lid height scaling factor (tokamaks)", + "f_z_cryostat": "cryostat lid height scaling factor (tokamaks)", "cm": "", "beam_current": "neutral beam current (A)", "cnorm": "", @@ -9264,7 +9264,7 @@ "dcond": "density of superconductor type given by i_tf_sc_mat/isumatoh/isumatpf (kg/m3)", "dcondins": "density of conduit + ground-wall insulation (kg/m3)", "dcopper": "density of copper (kg/m3)", - "ddwex": "cryostat thickness (m)", + "dr_cryostat": "cryostat thickness (m)", "declblkt": "neutron power deposition decay length of blanket structural material (m) (stellarators only)", "declfw": "neutron power deposition decay length of first wall structural material (m) (stellarators only)", "declshld": "neutron power deposition decay length of shield structural material (m) (stellarators only)", @@ -9743,7 +9743,7 @@ "hcd_building_l": "HCD building length, width, height (m)", "hcd_building_w": "HCD building length, width, height (m)", "hcdportsize": "switch for size of heating/current drive ports (`iblanket=2` (KIT HCPB)):\n