Crates.io | uefc |
lib.rs | uefc |
version | 0.2.1 |
source | src |
created_at | 2023-04-14 02:14:03.050396 |
updated_at | 2023-04-14 03:34:05.396979 |
description | A simple tool for optimizing the UEFC aircraft. |
homepage | |
repository | |
max_upload_size | |
id | 838866 |
size | 62,926 |
uefc
Optimization ToolA simple tool for optimizing the UEFC aircraft.
$ uefc
Command line arguments:
--iter N
: run N
iterations--threads T
: run the simulated annealing on T
threads--fix [name value]*
: fix variable name
to value
--help
: display a help menun
: 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)Developed by Joseph Hobbs, 2023.
Thanks to Adrian Lozano-Duran for mathematical models.
All code in this project is licensed under the MIT License.