Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AP2 reference model discussion #65

Closed
jdeschut opened this issue Feb 15, 2021 · 5 comments · Fixed by #67
Closed

AP2 reference model discussion #65

jdeschut opened this issue Feb 15, 2021 · 5 comments · Fixed by #67

Comments

@jdeschut
Copy link
Contributor

@rcleuthold

  • What are the sources of the aero_validity constraints? In Licitra2019a, we find for alpha: [-6.0, 9.0] deg, and beta: [-20.0, 20.0] deg, whereas in ampyx_data.py it is implemented as:
aero_validity['alpha_max_deg'] = 10.
aero_validity['alpha_min_deg'] = -5.
aero_validity['beta_max_deg'] = 3.
aero_validity['beta_min_deg'] = -3.
  • Why is the angular velocity inequality implemented as a norm inequality? To me, it seems as though in Licitra2019a, they are intended as simple variable bounds.

Maybe we can bundle our experiences with the AP2 reference model in this thread?

@rcleuthold
Copy link
Collaborator

rcleuthold commented Feb 17, 2021 via email

@jdeschut
Copy link
Contributor Author

So if I understand correctly, the CD_min-constraint is a practical substitute for the case when the correct aero-validity bounds are not known? I guess we can work with that: if the aero-validity bounds are correct, it will never be active.

What about the angular velocity inequality?

@rcleuthold
Copy link
Collaborator

rcleuthold commented Feb 19, 2021 via email

@jdeschut
Copy link
Contributor Author

Yes, I meant why not just put simple bounds instead of a norm inequality? (In Licitra2019a, also peer-reviewed) they seem to be simple bounds).

I checked and compared the stability derivatives in Malz2019 and Licitra2019a in more detail, and they are more or less the same. In this sense I think it reasonable to take the flight envelope (alpha, beta, airspeed, omega, surface deflections an their rates) from Licitra2019a.

The only weird thing is that the static coefficients of Licitra2019a are completely, inexplicably off (I sent a figure via e-mail, where I chross-checked with another AP2-look-up table). It's very strange that it is only the static coefficient polynomials which are wrong. The coefficients are defined in exactly the same way as in Malz2019 (body frame with NED convention).

@rcleuthold
Copy link
Collaborator

rcleuthold commented Feb 19, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants