Skip to content

Commit

Permalink
Update examples/high_frequency/multiphysics/microwave_oven.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Morais <[email protected]>
  • Loading branch information
Devin-Crawford and SMoraisAnsys authored Jan 30, 2025
1 parent 64b6256 commit a3c053b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/high_frequency/multiphysics/microwave_oven.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def generate_temps(stop):

# ## Cook the gingerbread
# ### Loop to determine transient time
# This is the core of our optimization process. We will increase the Icepak stop time by steps of 5 seconds until the mean temperature of the gingerbread reaches the 50 degrees. We could also have used an optimizer (Optislang) or run a longer time and plot the average temperature over time.
# This is the core of our optimization process. We increase the Icepak stop time by steps of 5 seconds until the mean temperature of the gingerbread reaches the 50 degrees. We could also have used an optimizer (Optislang) or run a longer time and plot the average temperature over time.

while not solved:
stop_time = stop_time + 5
Expand Down

0 comments on commit a3c053b

Please sign in to comment.