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. During the problem setup, a notification of which variables are being overridden is printed out ``` The following variables have been overridden: 'aircraft:fuselage:wetted_area 'aircraft:horizontal_tail:wetted_area 'aircraft:vertical_tail:wetted_area...

enhancement
good first issue

### Desired capability or behavior. The `get_outputs()` function for `SubsystemBuilderBase` was a little confusing/misleading just based on the name and docstring (not really covered in the docs). It may not...

code cleanup

### Desired capability or behavior. Currently when matching strings to Enum values when using set_val(), AviaryValues requires matching case. This is not strictly necessary, and removing case sensitivity would allow...

enhancement

### Description If I typo one of the aircraft:* or mission:* hierarchy names, there is no warning or error that I have made a mistake. Note: the aviary reader is...

bug
enhancement

### Desired capability or behavior. `traj_results_report.html` is awesome. It's sick as heck. People want to see results against range sometimes. Do we want to provide this as an output from...

enhancement
usability

### Desired capability or behavior. ### Summary of Issue GASP had the ability to include a temperature delta in its mission analysis for a hot day, which was especially useful...

enhancement

### Desired capability or behavior. From Herb: I was looking at https://openmdao.github.io/Aviary/getting_started/onboarding_level1.html should the CLI cells show the exclamation mark? Won't that confuse people? Also, the MPI warnings are potentially...

documentation
code cleanup

### Desired capability or behavior. Currently the documentation is heavily geared towards users who download directly from github as opposed to pypi. I would like to see the example documentation...

documentation
usability

### Desired capability or behavior. It may be possible to eliminate this requirement by more intelligent code in the propulsion mission component. Adding try statements (or checking the engine's `self.use_XXXX`...

enhancement

### Desired capability or behavior. Node.js 16 is currently in use, but has been deprecated. ### Is your feature request related to a problem? Please describe. ![image](https://github.com/OpenMDAO/Aviary/assets/51181861/28543988-55e5-4215-9c1a-41e59a09ef9c) ### Associated Bug...

bug