OpenMDAO / Aviary

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

Change usage of 'rho' to Dynamic.Mission.DENSITY #195

Open johnjasa opened 5 months ago

johnjasa commented 5 months ago

Description

In at least takeoff_ode.py we use 'rho' when we should be using Dynamic.Mission.DENSITY. This led to confusion for users who were trying to add timeseries outputs for the atmospheric model but couldn't access Dynamic.Mission.DENSITY.

Also other spots for similar issues, at least for 'rho'.

Example

See above

Aviary Version

0.9.4-dev

Relevant environment information

No response

xjjiang commented 1 month ago

Is this issue solved?