Aviary icon indicating copy to clipboard operation
Aviary copied to clipboard

NASA's aircraft analysis, design, and optimization tool

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

### Desired capability or behavior. from @johnjasa: Currently ref values for scaling things like states and controls are hardcoded or set in differing and esoteric ways. We should standardize this...

code cleanup
usability

### Desired capability or behavior. from @johnjasa: In some places within Aviary, especially where we go from user-facing phase_info to the inner guts of phase instantiation, we use AviaryValues object...

code cleanup

### Desired capability or behavior. from @jdgratz10: We need to develop some sort of report for variables that are being overridden. This report should be included as a panel in...

usability

### Desired capability or behavior. A major issue facing both users and developers is difficulty determining where options are used, and determining what options are used by a component. It...

help wanted
code cleanup
epic
usability

### Desired capability or behavior. from @johnjasa: I don't love that some states we don't give the option to set fix_initial to true. I'm honestly not sure why we don't...

code cleanup
usability

### Desired capability or behavior. Minimize the code reuse in `aviary/mission/flops_based/phases/detailed_takeoff.py` and `aviary/mission/flops_based/phases/detailed_landing.py`. ### Is your feature request related to a problem? Please describe. _No response_ ### Associated Bug Report...

code cleanup

### Desired capability or behavior. from @dlcaldwelljr-ama-inc: Some intermediate forces from trajectory analysis should be more accessible for debugging. A few examples are: GASP based "thrust_along_flightpath" and "thrust_across_flightpath"; FLOPS based...

code cleanup

### Desired capability or behavior. from @johnjasa: Currently the `Dynamic` variables do not follow the same naming convention as `Aircraft` and `Mission` variables. Specifically with an example, `Dynamic.Mission.ALTITUDE = 'altitude'`...

documentation
code cleanup

### Desired documentation content. from @jdgratz10: Our documentation needs to include information on what inputs [inc. options] and outputs are necessary for each Aviary-core subsystem in order to swap that...

documentation

### Desired capability or behavior. Currently detailed takeoff and landing is only being run standalone. It needs to be run in a mission. (_add benchmark test that uses both detailed...

validation