OpenMDAO / Aviary

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

Read csv extended #281

Closed xjjiang closed 4 months ago

xjjiang commented 4 months ago

Summary

When adding external subsystem variables (e.g. Aircraft.Battery.CURRENT_MAX) to input deck (.csv file), these variables are not read in. This PR fixes this bug.

Changed the initial value and upper bound of Aircraft.Battery.Cell.DISCHARGE_RATE to avoid an unnecessary warning message.

Related Issues

Backwards incompatibilities

None

New Dependencies

None