Aviary Tabular Aerodynamics Subsystem #702
Replies: 2 comments 3 replies
-
Hey, mizu. I was hoping we had an example in the aviary documentation for it, but I didn't see one. There is a unit test though, which should be helpful. Note, that this is for the format that FLOPS uses, and gives lift dependent and lift independent drag. For a more traditional polar that gives lift and drag as functions of mach, altitude, and angle of attack, you should used the "solved_alpha" method: Here, angle of attack will be computed by a solver so that the interpolated lift equals the weight at each point in the trajectory. Some general explanation is given here, though it is light on examples: https://openmdao.github.io/Aviary/user_guide/aerodynamics.html |
Beta Was this translation helpful? Give feedback.
-
Thank you for the guidance @Kenneth-T-Moore , unfortunately some errors arise from the suggested implementation : there is no documentation linked to these variables since they havent been defined in our Level 2 code. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello ,
I am facing a couple of issues with the implementation of a tabular aerodynamics subsystem into my Level 2 aviary code . and would like to know if there is an example of implementation .
Beta Was this translation helpful? Give feedback.
All reactions