From a3c053bcb643aaa2d3c7a6b6ddde04331b0e656a Mon Sep 17 00:00:00 2001 From: Devin <38879940+Devin-Crawford@users.noreply.github.com> Date: Thu, 30 Jan 2025 10:22:14 +0100 Subject: [PATCH] Update examples/high_frequency/multiphysics/microwave_oven.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sébastien Morais <146729917+SMoraisAnsys@users.noreply.github.com> --- examples/high_frequency/multiphysics/microwave_oven.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/high_frequency/multiphysics/microwave_oven.py b/examples/high_frequency/multiphysics/microwave_oven.py index 152857b42..812e76d07 100644 --- a/examples/high_frequency/multiphysics/microwave_oven.py +++ b/examples/high_frequency/multiphysics/microwave_oven.py @@ -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