Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions process/data_structure/tfcoil_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@


a_tf_wp_steel: float = None
"""winding pack structure area (m2)"""
"""Total area of all winding pack steel (sum of each conduit steel from each turn) (m2)"""


a_tf_wp_extra_void: float = None
Expand Down Expand Up @@ -783,7 +783,7 @@


dx_tf_turn_steel: float = None
"""TF coil conduit case thickness (m) (`iteration variable 58`)"""
"""TF coil turn steel conduit case thickness (m) (`iteration variable 58`)"""


dx_tf_wp_insulation: float = None
Expand Down
4 changes: 2 additions & 2 deletions process/tf_coil.py
Original file line number Diff line number Diff line change
Expand Up @@ -976,9 +976,9 @@ def outtf(self):
)
po.ovarre(
self.outfile,
"WP cross section area (per coil) (m2)",
"Total steel area in WP (per coil) (m2)",
"(a_tf_wp_steel)",
superconducting_tf_coil_variables.a_tf_wp_no_insulation,
tfcoil_variables.a_tf_wp_steel,
)
po.ovarre(
self.outfile,
Expand Down
Loading