NREL / HARP_Opt

HARP_Opt: Horizontal Axis Rotor Performance Optimization
Apache License 2.0
15 stars 14 forks source link

problem #2

Open fpxno1 opened 1 year ago

fpxno1 commented 1 year ago

Does this code could optimize a basline wind turbine blade? it only can be used to design a blade?

dcsale commented 1 year ago

HARP_Opt is not setup as-is to modify a baseline blade. You can specify 1 or more baseline blades to initialize the optimization, but the result might share nothing in common with the starting blades. However, if you wanted to modify a baseline blade, read through the Bezier curve fitting parts of this code, you could use that idea to fit a Bezier curve to a baseline blade (chord,twist, airfoil control points) and then let the optimization only change some of those control points (holding some constant).

On Wed, Nov 9, 2022 at 4:45 AM fpxno1 @.***> wrote:

Does this code could optimize a basline wind turbine blade? it only can be used to design a blade?

— Reply to this email directly, view it on GitHub https://github.com/NREL/HARP_Opt/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5AZILFHJDU6MY5RQSVYLTWHOFEFANCNFSM6AAAAAAR3K5U3Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

fpxno1 commented 1 year ago

when I run the script "batch_analysis" in matlab R2018b,It says some error.could you please help me image