-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
Control surface deflection is not working in the analysis #134
Comments
Experienced a simillar issue with the AVL interface. If you have just one control surface an easy fix is to modify line 379, where instead of 1, there should be the actual deflection of the control surface group control handle. If you have more control surfaces you should implement a for loop, but be careful how avl names the surface group handles (d1,d2,d3,...) Overall looks like a substantial bug that should be addressed with the next package revision @peterdsharpe |
Yes, control surface deflections are not yet included in the current implementation of In practice, the reason why including control surface deflections in Re: AVL: This allows the control surface deflections to be defined as part of the airplane geometry definition (i.e., the Alternatively, one could write a |
@peterdsharpe @JurajCe |
Bug Description / Observed Behavior
I am trying to simulate wing with deflected control surface. I tried to run both Cessna 152 example from airplane.py, and example of elevator from wing.py installed in AeroSandbox folder. It doesn't raise any exception or error. The problem is that deflection is not shown using .draw() function, and is not included in VLM analysis. I also tried my own geometry, but with no success.
Steps to Reproduce
Expected Behavior
Airplane object is expected to have control surface deflected. Results are supposed to be different with different angle of control surface deflection.
My terminal output
System Information
The text was updated successfully, but these errors were encountered: