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

### Summary Changes the location of the initialization of 'initial_guesses'. This fixes an error with load_inputs() when called with an AviaryValues object, rather than a .csv input file. Change to...

### Summary Added tab to the dashboard showing a 3d model representation of the aircraft, if all the data needed for computing the model is available in the problem case...

### Summary This PR corrects some of the insufficient information, broken links, etc. For links, I know jupyter-book can detect whether a file is an MD file or an ipynb...

### Summary Adding the ability to specify reserve missions for SGM trajectories ### Related Issues - Resolves # ### Backwards incompatibilities None ### New Dependencies None

### Description Unable to select different verbosity options using the aviary command line interface when running the fortran_to_aviary function. The documentation (and help command) suggests that you can parse an...

bug
good first issue

### Summary propulsion.md contains code and needs to be converted to an iPython notebook. ### Related Issues - Resolves # ### Backwards incompatibilities None ### New Dependencies None

### Summary In `LowSpeedAero` (GASP based), alpha is NOT an output even though the code indicates that `output_alpha` is `True`. This was a comment and is replaced by a warning...

### Summary make sure all main statements run properly. Move some of them to unit tests. - move the main statement in `examples/external_subsystems/battery/model/cell_comp.py` to a new file `examples/external_subsystems/battery/model/test_cell_comp.py` - move...

### Summary - renamed `CruiseAero` to `TabularCruiseAero` in `table_based.py`; - renamed `LowSpeedAero` to `TabularLowSpeedAero` in `table_based.py`; - replaced `include_strut` by `Aircraft.Wing.HAS_STRUT`; - renamed `training_data` to `connect_training_data`. ### Related Issues -...

### Summary The FLOPS-based tabular low-speed takeoff aero group includes landing gear drag in the net drag coefficient equation but does not have an option to disable it, meaning landing...