Service Ceiling Limitations #624
Replies: 5 comments 5 replies
-
There is no hard-coded value in JSBSim and there is no value specified in the aircraft's xml file, it simply comes down to the physics. |
Beta Was this translation helpful? Give feedback.
-
No, why would JSBSim want to determine the service ceiling? It simply applies the basics physics on each time step. |
Beta Was this translation helpful? Give feedback.
-
Now if you actually wanted to calculate it for a particular JSBSim aircraft model you could use JSBSim for the "test flights", i.e. you could automate the process e.g. via a python script in order to generate the required data to generate a service ceiling graph like the one below. |
Beta Was this translation helpful? Give feedback.
-
If you have service ceiling data like the example above for the ATR 72 and you were trying to implement a JSBSim model of the ATR 72 then whether you'll see the exact same service ceiling when flying the model in JSBSim is really going to depend on how accurate your aerodynamic and engine data is. JSBSim isn't going to by itself magically adapt the aerodynamic and engine data in order to match some test data you have like the graph above. |
Beta Was this translation helpful? Give feedback.
-
You should also be aware that the data you have could be some combination of aerodynamic and regulatory. An aircraft might only be certified to a certain altitude due to oxygen requirements, pressurization system design, structural issues etc. In that case, the aerodynamic would allow an aircraft to go higher than the regulations will. In the example for the ATR-72 that Sean provided, the ceiling is a function of aircraft weight and temperature, but the limit is always 25,000 ft. It is likely that the ATR-72 is not certified above that height, but from just the physics it can probably fly higher if it’s light and the air is cold. JSBSim operates based on the physics, not the regulations. So, make sure you understand what data you have for the aircraft.
…--Adam
On May 16, 2022, at 2:27 PM, ICanDoThings2 ***@***.***> wrote:
Fair enough. That's what I assumed it would do though, have the same service ceiling with the correct data. In any case I'm sure it probably won't be that far off.
—
Reply to this email directly, view it on GitHub <#624 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABQ44XG5VVWO5DUH225OMCLVKKHS3ANCNFSM5WADGZ2A>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
-
Does JSBSim have any kind of service ceilings for aircraft simulated? That is to say as with many aircraft after a certain altitude it becomes very difficult/slow to climb? If so, is it a hard value for aircraft, or one the simulation surmises based on input values, such as engine type, power, etc?
Beta Was this translation helpful? Give feedback.
All reactions