Ansys Learning Forum › Forums › Discuss Simulation › Process Integration and Design Optimization › Results of Gradient-based Optimization › Reply To: Results of Gradient-based Optimization
Thanks for your replying,
I found a solution without using other tools, but using only fluent. I applied a Execute command, in which I printed all the output parameters (I set alpha, drag, lift and efficiency lika output parameters, alpha is also a input parameter) in a .txt file and, after, I cleaned this file and transformed it in a .xy file. The execute command is the following:
/define/parameters/output-parameters/write-all-to-file
"name_file"
[execution every 1 design iteration]
I can't print the parameters for every operating condition, but that's not a problem, because I simulate these conditions separately.