summaryrefslogtreecommitdiff
path: root/README.org
blob: 562423f47aa7fa72b90b2e66c29dde9f7ee6419d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#+TITLE: Aircraft Studio
#+AUTHOR: Marius Peter
#+EMAIL: mpeter@ucla.edu

This program enables the creation of NACA airfoils;
the analysis of the airfoil's structural properties;
the optimization via genetic algorithm of a population of airfoils;
With the final objective of designing a lightweight FAR 23 compliant airfoil.

I adapted it from my own code for the UCLA MAE 154B final project (Spring 2019).

* Program Structure

** =creator.py=
   This module enables the creation of discrete aircraft components.

** =evaluator.py=

** =generator.py=
   The =generator= module contains classes describing aircrafts comprised
   of sufficient =creator= components that they can be fed to the =evaluator=
   for useful analysis.

* Program Flow

  1. Create an =evaluator= object
  2. Populate the =evaluator= with aircrafts by either:
     1. Using =generator= methods to create an aircraft from a template
     2. Using =creator= to manually describe all aircraft components
  3. Use =evaluator= methods to:
     1. Calculate relevant aircraft properties
     2. Set desired optimization parameter(s)
     3. Execute the genetic algoritm and return an optimized aircraft
Copyright 2019--2024 Marius PETER