OpenMDAO / Aviary

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

Not all mission variables included in core_mission_inputs #254

Open johnjasa opened 2 months ago

johnjasa commented 2 months ago

Description

The variables included in core_mission_inputs need to be checked and updated to ensure they include all possible mission variables.

We ran into an issue where a variable used in the ODE (Aircraft.Wing.INCIDENCE) was not included but should be. It's only used in the groundroll_ode so I could see it slipping through the cracks. This was specifically for the groundroll phase but there may be other combinations of phases and variables.

Example

See description

Aviary Version

0.9.4-dev

Relevant environment information

No response