Skip to content

Commit ef5dc6a

Browse files
authored
added thermal strain plot instead of stress plot (#213)
1 parent 7a04eab commit ef5dc6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/technology_showcase/Rotor_Blade_Inverse_solve.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -553,11 +553,11 @@ def display_image(image_name):
553553
# %%
554554
# Equivalent stress
555555

556-
Tree.Activate([EQV_STRS1])
556+
Tree.Activate([THERM_STRN1])
557557
ExtAPI.Graphics.ExportImage(
558-
os.path.join(cwd, "stress.png"), image_export_format, settings_720p
558+
os.path.join(cwd, "thermal_strain.png"), image_export_format, settings_720p
559559
)
560-
display_image("stress.png")
560+
display_image("thermal_strain.png")
561561

562562
# %%
563563
# Cleanup

0 commit comments

Comments
 (0)