-
Notifications
You must be signed in to change notification settings - Fork 38
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
Addition of controllability requirements analyses #638
Comments
First version implemented in e5c3161 Next steps
|
Thanks for these comments Addition to next steps:
What would be the benefit of a |
I implemented a proposal from @CarstenChristmann for renaming the |
I have now produced the first data file with the proposed new structure. In order to distinguish easier between the cases I prefer to have the flight conditions included. That means, I suggest to add the following nodes on a optional basis: .../controllabilityCases/controllabilityCase/machNumber |
I am sorry, but there is a misunderstanding here. The path I have described is not unambiguous. It must read: .../analyses/flightDynamics/controllabilityCases/controllabilityCase/machNumber It is just to have flight conditions (from pointPerformanceDefinitions) and results at a glance. |
Ok, but maybe just for my understanding: |
Exclude |
The analyses of the controllability requirements have to be saved in CPACS for further processing, i.e. sizing of control surfaces/effectors. Based on required roll authorities (roll rate, roll acceleration onset/stop) and other requirements, the corresponding moments about the axes and their coefficients are determined. It is proposed to save these in
cpacs/vehicles/model/analyses/flightDynamics/controllabilityCases/controllabilityCase
Each controllabilityCase consists of
l_onset
m_onset
n_onset
cl_onset
cm_onset
cn_onset
l_stop
m_stop
n_stop
cl_stop
cm_stop
cn_stop
The text was updated successfully, but these errors were encountered: