I have run the Blade Optimization Example found in https://wisdem.readthedocs.io/en/master/examples/blade/tutorial.html for the three cases baseline, aerodynamic optimization, and structural optimization.
My problem is that my output plots are not like the ones shown in the example.
For all the runs I use the input .yaml files provided in my WISDEM folder “examples\03_blade”.
The baseline calculation succeds, the Simple Aerodynamic Optimization fails with the max_iter optimization parameter set to 2 (as expected, I have understood from the example text), but also with max_iter set to 10 or 20, and the Simple Structural Optimization succeds with max_iter set to 10.
Then, for the successful structural optimization, I generated the plots to compare the optimized variables to the baseline ones with the command
and, for the unsuccessful aerodynamic optimization, with the command
Now, for the structural optimization, my plot of unit mass vs. blade non-dimensional span is exactly like Fig. 4 in the example, but the plot of spar cap thickness vs. blade non-dim span is not like Fig. 3, and shows no difference between the baseline case and the optimized case (see attachment sc_opt.png).
Since I haven’t changed anything in the .yaml files except max_iter value, I would like to know why this plot does not match that reported in the example.
Similarly, for the failed aerodynamic optimization, my plot of twist vs non-dimensional blade span, unlike Fig. 2 in the example, shows no difference between the baseline case and the optimized case (see attachment twist_opt.png). However, the plot of axial induction vs. blade non-dim span does show a difference between the two cases, but is not the same as in Fig. 1 (see attachment induction.png).
In this case I wonder whether I should expect my plots to be like figures 1 and 2 only in case of succesfull optimization; I have not understood that from the example text.
Thank you for your time and attention.