missing dynamics representation? #13
Replies: 1 comment 3 replies
-
Hi @sbowman-mitre, you are correct. The generation of trajectory is only based on the kinematics model. The idea here is to use the kinematic model for generating semi-realistic trajectories (e.g. for fast time simulation). Currently, the dynamic model is used implicitly for calculating drag, fuel flow, and emissions. One improvement we can add to trajectory generation is to allow uses to specify the aircraft mass. Then we would need to use the dynamic model to ensure the only flyable trajectories are generated. I see you also raised another question regarding optimization in a different thread. That will be another place where the dynamic model will be used extensively. I hope this somehow answers your question. And let's keep the conversation here online, so others can also see it in the future :) |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for you work on this open-source api. I do have some confusion that I'm hoping you can clarify. In your paper announcing OpenAP (July 2020, mdpi) I see 4dof equations of motion discussed for aircraft dynamics. However, I do not see this represented in the code of this repo. In tray.py I see climb, descent, and complete trajectory generation capabilities, but they do not represent dynamics, only kinematics. How is dynamics represented in the code? If it isn't yet here, when do you expect to include that capability? Thanks!
Of course, send me a PM is you want to discuss further offline.
Beta Was this translation helpful? Give feedback.
All reactions