1 / 13

Low Speed Airfoil Design

Low Speed Airfoil Design. Joan Puig. Project Goals. Maximize L/D Easy to build Keep Cm at a value that is not going to make the airplane unstable Have space for a strong structure Design an optimal airfoil for my RC airplane. Tools. Panel Method to generate Cp distribution

adila
Download Presentation

Low Speed Airfoil Design

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Low Speed Airfoil Design Joan Puig

  2. Project Goals • Maximize L/D • Easy to build • Keep Cm at a value that is not going to make the airplane unstable • Have space for a strong structure • Design an optimal airfoil for my RC airplane

  3. Tools • Panel Method to generate Cp distribution • Shape adjusting function • Optimizer • Drag estimation tools (future work...)

  4. Shape Adjusting Function • It generates any reasonable airfoil starting from a guess and a set of linerly independent bump functions.

  5. Bad bump function choice

  6. Optimization Process Review • Don't assume anything about the input data • Fit the input data using a spline to the desired X coordinate values • Pass appropriate parameters to the optimization function • Collect data periodically

  7. Guess

  8. 20 Iterations

  9. 40 Iterations

  10. 60 Iterations

  11. Final Result

  12. Convergence rate

  13. Speed • Solving a matrix is o(n^3) -> most of the time is spent here • Try to be able to fit your matrix in the cache • 32*(n^2+8n)/(8*1024)<available cache ~128-512 • Don't calculate x^2, x^3, sin(...) exp(...^n)... every time, compute them at the beginning and use them as global variables

More Related