Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Using standard deviation operator in optimization objective function
Posted 2024年11月23日 GMT+8 00:27 Heat Transfer, Optimization, Results & Visualization Version 6.2 2 Replies
Please login with a confirmed email address before reporting spam
Hello.
I want to define standard deviation of temperature distribution of the load after 60 seconds of heating **( time at 60s) ** as objective function in shape optimization module.
My study is consists of two steps, frequency domain and time dependent.
I made integration operation of the domain of the load in non local coupling section, intop2 Then i could get standard deviation at specific time (60s) by defining Derived values - global evaluation using stddev() built in operator, stddev('comp1.intop2',T).
However, I have no idea how to define objective function using stddev('comp1.intop2',T). stddev() does not work here. Also, I am struggling how to define standard deviation of temperature at specific time as objective function.
I appreciate any advice.