3 unstable releases
0.2.1 | Apr 14, 2023 |
---|---|
0.2.0 | Apr 14, 2023 |
0.1.0 | Apr 14, 2023 |
#6 in #simulated-annealing
31 downloads per month
36KB
596 lines
uefc
Optimization Tool
A simple tool for optimizing the UEFC aircraft.
Usage
$ uefc
Command line arguments:
--iter N
: runN
iterations--threads T
: run the simulated annealing onT
threads--fix [name value]*
: fix variablename
tovalue
--help
: display a help menu
Variables
n
: Load factor (unitless)r
: Turn radius (in meters)m
: Payload mass (in grams)tau
: Thickness ratio (unitless)lambda
: Taper ratio (unitless)ar
: Aspect ratio (unitless)s
: Planform area (in m2)dihedral
: Dihedral angle (in degrees)cl
: Maximum coefficient of lift (unitless)
License
Developed by Joseph Hobbs, 2023.
Thanks to Adrian Lozano-Duran for mathematical models.
All code in this project is licensed under the MIT License.
Dependencies
~4–11MB
~111K SLoC