wind turbine optimization
play

Wind Turbine Optimization a case study to help you think about your - PowerPoint PPT Presentation

Wind Turbine Optimization a case study to help you think about your project Andrew Ning ME 575 Three broad areas of optimization (with some overlap) Gradient-Based Gradient-Free Convex Today we will focus on gradient-based, but for some


  1. Wind Turbine Optimization a case study to help you think about your project Andrew Ning ME 575

  2. Three broad areas of optimization (with some overlap) Gradient-Based Gradient-Free Convex Today we will focus on gradient-based, but for some projects the other areas are more important.

  3. In higher dimensional space, analytic gradients become increasingly important # iterations # design vars

  4. There is a difference between developing for analysis vs optimization V y (1 + a 0 ) plane of rotation φ V x (1 − a ) W

  5. There is a difference between developing for analysis vs optimization V y (1 + a 0 ) plane of rotation φ V x (1 − a ) W ◆ 2 ✓ 1 − a C T = 4 a (1 − a ) c n σ 0 C T = sin φ ◆ 2 ✓ 1 + a 0 C Q = 4 a 0 (1 + a 0 ) tan φλ 2 c t σ 0 λ 2 C Q = r r cos φ

  6. There is a difference between developing for analysis vs optimization V y (1 + a 0 ) plane of rotation φ V x (1 − a ) W 1 1 a 0 = a = 4 sin 2 φ 4 sin φ cos φ + 1 − 1 c n σ 0 c t σ 0

  7. There is a difference between developing for analysis vs optimization y use Parameters Converg Skew correction use ProgGen use WTP_Data n CALL GetCoefs Declarations reset induction Return ! Converg & Initialize induction vars < MaxIter CALL NewtRaph CALL FindZC reset induction Initial guess ( AxInd / TanInd ) n ! Converg & < MaxIter y CALL NewtRaph Converg ZFound CALL BinSearch y n AxIndLo = AxInd - 1 AxIndHi = AxInd + 1 n AxIndLo = -0.5 Converg CALL BinSearch AxIndHi = 0.6 y Skew correction n AxIndLo = -1.0 Converg CALL BinSearch AxIndHi = -0.4 CALL GetCoefs y n AxIndLo = 0.59 Converg CALL BinSearch Return AxIndHi = 2.5 y y Converg Return Skew correction CALL GetCoefs n AxIndLo = -1.0 CALL BinSearch AxIndHi = 2.5 y Converg Skew correction CALL GetCoefs Return n Return

  8. Sometimes a new solution approach is needed… V y (1 + a 0 ) plane of rotation φ V x (1 − a ) W R ( φ ) = sin φ cos φ 1 − a − V x (1 + a 0 ) = 0 V y

  9. Sometimes a new solution approach is needed… Algorithm Avg. Function Calls Failure Rate (%) Steffensen 16.4 16.3 Powell Hybrid 72.3 16.2 Fixed-Point 31.8 12.6 Levenberg-Marquardt 92.3 8.8 Newton 79.0 5.8 New Method 11.3 0.0

  10. But most of the time the changes needed are relatively minor smoothing empirical factors/corrections

  11. But most of the time the changes needed are relatively minor provide alternatives to input files

  12. Planning for optimization at the beginning can help a lot Try to avoid: • max/min • abs • piecewise functions • convergence loops, • noisy output • empirical models • discretization

  13. Planning for optimization at the beginning can help a lot [f, g] = func(x) Think about gradients upfront

  14. Engineering design is multidisciplinary Aerodynamic Performance Capital Structural Costs Design Optimization Maintenance Control and UQ Costs Strategy Farm Site Layout Selection

  15. Single discipline thinking usually leads to poor solutions

  16. �� Single discipline thinking usually leads to poor solutions Sector 2 Sector 3 Sector 1 AA BB V y (1 + a 0 ) plane of rotation φ V x (1 − a ) W Laminas schedule at AA Laminas schedule at BB Aerodynamics Composite Laminate Theory

  17. Single discipline thinking usually leads to poor solutions Finite Element Analysis Performance and Buckling

  18. Single component thinking usually leads to poor solutions m RNA g z T y x H

  19. Splines are an effective way to represent continuous distributions with a small number of design variables

  20. A relatively small number of design variables were used in our early studies Description Name # of Vars chord distribution {c} 5 { θ } twist distribution 4 spar cap thickness distribution {t} 3 tip speed ratio in region 2 λ 1 rotor diameter D 1 machine rating rating 1

  21. However, we typically used around 100 constraints minimize J ( x ) x ultimate tensile strength subject to ( � f � m ✏ 50 i ) / ✏ ult < 1 , i = 1 , . . . , N ultimate compressive strength ( � f � m ✏ 50 i ) / ✏ ult > − 1 , i = 1 , . . . , N spar cap buckling ( ✏ 50 j � f − ✏ cr ) / ✏ ult > 0 , j = 1 , . . . , M tip deflection at rated � / � 0 < 1 . 1 blade natural frequency ! 1 / (3 Ω rated ) > 1 . 1 � root-gravity /S f < 1 fatigue at blade root (gravity loads) � root-gravity /S f > − 1 fatigue at blade root (gravity loads) V tip < V tipmax maximum tip speed

  22. Single discipline optimization lead to inferior results

  23. Even if multiple disciplines were iterated. Integrated optimization is key. AEP mass COE 0.8 0.4 0 -0.4 -0.8 -1.2 AEP first mass first min COE

  24. An appropriate objective choice is critical and generally under-appreciated

  25. In higher dimensional space, analytic gradients become increasingly important Rotor Nacelle Hub Struc Rotor Perf Rotor Struc LSS/HSS Gearbox Rotor Aero Blade Struc Bearings Generator Section Aero Section Struc Bedplate Yaw System Tower / Costs Tower Struc TCC Foundation Tower Aero O&M AEP Jacket Struc Tower Hydro BOS Tower Soil Finance

  26. In higher dimensional space, analytic gradients become increasingly important Component Description # of vars Rotor Chord distribution 5 Rotor Twist distribution 4 Rotor Spar-cap thickness distribution 5 Rotor Trailing-edge panel thickness distribution 5 Rotor Precurve distribution 3 Rotor Hub precone angle 1 Rotor Tip-speed ratio in Region 2 1 Tower Height 1 Tower Waist location 1 Tower Diameter 2 Tower Shell Thickness 3

  27. As the problem size increases, even finite differencing may not be good enough Finite-difference Analytic Run time (hours) 5.43 1.11

  28. Some takeaways • There is a big difference between developing tools just for analysis versus for analysis and optimization. • During analysis development think about gradients, discuss appropriate objectives, and think about the system-level. • We will discuss later what can/should be done on the optimization side (scaling, multi-start, reformulation, etc.)

  29. Some optimizers you might be interested in • fmincon: Matlab, 4 algorithms • SNOPT: commercial tool from Stanford. talk to me about license • OptdesX, APOPT: tools available at BYU • scipy.optimize: Python, not great, but easy to use • KNITRO: academic version • CVX, Gurobi: convex optimization, Matlab-based • CPLX: linear and integer programming

  30. Some frameworks you might be interested in • pyOptSparse: Python, a wrapper to many optimizers • OpenMDAO: Python-based, developed at NASA, not a “black box” approach, coupled derivatives, MDO architectures, HPC support • ModelCenter or Isight: tool to integrate models with interfaces to other tools like Matlab, Excel, etc. • DAKOTA: Sandia, only has open-source optimizers, but allows easy coupling to UQ algorithms • AMPL: a mathematical programming language, supports many optimizers

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend