@@ -59,7 +59,8 @@ def make_model_and_simulate():
5959 temperature = blanket_rear_wall_coolant_temperature ,
6060 pressure = blanket_rear_wall_coolant_pressure ,
6161 ),
62- nmm .Material .from_library (name = blanket_rear_wall_structural_material ),
62+ nmm .Material .from_library (
63+ name = blanket_rear_wall_structural_material ),
6364 ],
6465 fracs = [
6566 blanket_rear_wall_coolant_fraction ,
@@ -156,7 +157,8 @@ def make_model_and_simulate():
156157 temperature = center_column_shield_coolant_temperature_k ,
157158 pressure = center_column_shield_coolant_pressure_Pa ,
158159 ),
159- nmm .Material .from_library (name = center_column_shield_structural_material ),
160+ nmm .Material .from_library (
161+ name = center_column_shield_structural_material ),
160162 ],
161163 fracs = [
162164 center_column_shield_coolant_fraction ,
@@ -184,8 +186,10 @@ def make_model_and_simulate():
184186 temperature = inboard_tf_coils_coolant_temperature_k ,
185187 pressure = inboard_tf_coils_coolant_pressure_Pa ,
186188 ),
187- nmm .Material .from_library (name = inboard_tf_coils_conductor_material ),
188- nmm .Material .from_library (name = inboard_tf_coils_structure_material ),
189+ nmm .Material .from_library (
190+ name = inboard_tf_coils_conductor_material ),
191+ nmm .Material .from_library (
192+ name = inboard_tf_coils_structure_material ),
189193 ],
190194 fracs = [
191195 inboard_tf_coils_coolant_fraction ,
0 commit comments