Estimating trim envelope and maneuvering envelope #802
Replies: 3 comments
-
Good question. I was wondering if their scenario assumes one "g". If so then that should take care of the alpha and angular rates. What I don't get is what is the starting pitch trim and elevator command. For instance in the |
Beta Was this translation helpful? Give feedback.
-
Yep, unfortunately not really any detailed info in the slides, need to get hold of one of the papers I guess. In terms of the red dot case and the control positions it's not clear, maybe you can end up at the red dot after a major upset from anywhere in the trim envelope, i.e. with the control positions you had at any of the trim points, e.g. trimmed for 250kt -2 deg of gamma. |
Beta Was this translation helpful? Give feedback.
-
That's an awesome piece of work @seanmcleod 👍 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've added a new Python sample to the repo, see pull request which demonstrates how to generate a trim envelope for an aircraft using JSBSim.
Here is some sample output for the 737 model at 15,000ft.
The idea for generating the trim envelope was based on seeing one in the following presentation.
Envelope Protection and Recovery Guidance for Upset Conditions
I'm looking for some input on how to go about using JSBSim to calculate the maneuvering envelope as shown in the following example.
There are a number of papers that are referenced in the presentation, however they all require payment to access. I did find this description regarding the maneuvering envelope.
So for example my understanding is that say there is some turbulence, wake etc. which puts the aircraft at say 200KIAS and a flight path angle of +25 degrees (as shown as the red dot in the image below), then it is possible for the aircraft to recover to the trim envelope within 5s given some set of control inputs (elevator, throttle) during those 5s?
In terms of the red dot, so we know part of the aircraft state at that point, i.e. IAS of 200kt and a flight path angle of +25 deg. However what about the rest of the state, e.g. alpha, angular rates, control inputs etc.? For example do we have to assume and test against a range of states in terms of alpha, control inputs etc. and prove that for each starting state we can get the aircraft back into the trim envelope in 5s?
Beta Was this translation helpful? Give feedback.
All reactions