Coder Social home page Coder Social logo

aeroelasticipy's Introduction

aeroelasticipy

This project is a re-edition of my Master Thesis, done back in 2013/2014. My MT covered the analysis of the 3D aeroelastic response of an UAV in a gust scenario.

This project was originally coded in Matlab. Now, I revisit the memory chest to migrate the code to Python 3.x, mainly because I was very curious about how could I improve the code performance, and also be able to share my results with the community.

I will first walk through the 3D steady VLM, 3D then unsteady VLM, and finally construct the free body motion equations calculating the aerodynamic forces with the VLM module.

  • Steady 3D VLM demo

Milestones:

  • The steady 3D Vortex Lattice Method module is ready and validated against the figures in Low Speed Aerodynamics (J. Katz et al.). Only minor further improvements will be made, related to controlling the access to some attributes and methods of the class. Now I can start working on the unsteady VLM.

Misc:

  • Steady VLM: I have managed to suppress all the for loops in the influence matrix and rhs term construction (all the Biot-Savart law evaluations) relying on numpy broadcasting, cross and dot products with high order arrays (the latter by means of np.einsum), improving execution time around x150!, compared to using numpy with naive for loop constructions.

aeroelasticipy's People

Contributors

partmor avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.