Aviary icon indicating copy to clipboard operation
Aviary copied to clipboard

NASA's aircraft analysis, design, and optimization tool

Results 284 Aviary issues
Sort by recently updated
recently updated
newest added

### Description In at least `takeoff_ode.py` we use `'rho'` when we should be using `Dynamic.Atmosphere.DENSITY`. This led to confusion for users who were trying to add timeseries outputs for the...

bug
good first issue

### Desired capability or behavior. `Aircraft.Fuselage.AVG_DIAMETER`, when used by the FLOPS-based geometry and weight regressions, is not a true average diameter - it is actually a hypothetical diameter that averages...

documentation
good first issue
question
code cleanup

### Desired capability or behavior. The Dashboard Results tab should include a page that shows a display of a simple tube and wing 3d model of the designed aircraft. Make...

enhancement

### Desired capability or behavior. The Aviary capability of aliasing the names of variables in the headers of engine decks is not currently in the propulsion or input file documentation....

### Desired capability or behavior. The current system could results in loss of data if multiple runs are made of the same problem. The reports would overwrite previous runs. Put...

enhancement

### Desired capability or behavior. Currently `check_phase_info` has some checks for keys, usually that they are required. But we need to more formally define which keys are required or optional...

enhancement
code cleanup
usability

### Desired capability or behavior. After wrestling with GASP-based initial guessing, I'm putting it aside for a bit. We should move the initial guessing that currently occurs in `create_vehicle` out...

code cleanup

### Desired capability or behavior. Currently the FlexibleTraj is initialized with a dictionary of the phases that will comprise it. To combine two trajectories, the dictionaries must be combined before...

enhancement
wontfix

### Desired capability or behavior. Current mass report is a placeholder regurgitation of some relevant outputs. The report should be updated to use the mass categories in SAWE RP-8. Additional...

enhancement
usability

### Desired capability or behavior. Now that all phases use the `PhaseBuilderBase` we can and should document how defaults are set. Currently they're at the bottoms of the different phase...

documentation