OpenMDAO / Aviary

NASA's aircraft analysis, design, and optimization tool
https://openmdao.github.io/Aviary/
Other
106 stars 51 forks source link

Change how aviary convert_aero_table runs #339

Closed xjjiang closed 1 week ago

xjjiang commented 1 week ago

Summary

  1. Fixed a bug in aviary convert_aero_table runs.
  2. Changed how aviary convert_aero_table runs so that it is consistent with aviary convert_engine and aviary convert_prop_table. The consistent format is: aviary convert_* -f FLOPS|GASP input_file output_file.
  3. Allowed output files to be missing from the command line. If output_file name is missing, it will be created using a name from input_file name.

Related Issues

Backwards incompatibilities

None

New Dependencies

None