JSBSim force axis #730
Replies: 4 comments 3 replies
-
At first, I'd say it looks like you're flying rearward 😄 |
Beta Was this translation helpful? Give feedback.
-
So, in terms of the stability and wind axes the lift and drag forces are defined as positive for "up" and "rearward". See - https://jsbsim-team.github.io/jsbsim-reference-manual/mypages/user-manual-frames-of-reference/ So |
Beta Was this translation helpful? Give feedback.
-
The impression I have is that it is simply convention that when talking about forces in the stability and wind axes the resultant lift and drag forces are defined as positive opposite to the sign of the relevant axes, but when referring to the same forces in the body axes the sign of the forces match sign of the individual axes. |
Beta Was this translation helpful? Give feedback.
-
For example from a textbook section "Aerodynamic Derivatives in Body Fixed Axes": |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
According to the JSBSim Reference Manual:
Structural Frame: X-axis increases from the nose towards the tail, the Y-axis increases from the fuselage out towards the right (when looking forward from the cockpit), and of course the Z-axis then is positive upwards.
Body frame - In JSBSim, the body frame is similar to the structural frame, but rotated 180 degrees about the Y axis, with the origin coincident with the CG.
Stability frame - This frame is similar to the body frame, except that the X-axis points into the relative wind vector projected onto the XY plane of symmetry for the aircraft. The Y-axis still points out the right wing, and the Z-axis completes the right-hand system.
Wind frame - This frame is similar to the Stability frame, except that the X-axis points directly into the relative wind. The Z-axis is perpendicular to the X-axis, and remains within the aircraft body axis XZ plane (also called the reference plane). The Y-axis completes a right hand coordinate system.
Running a trim analysis in python using
fdm.do_trim(0)
and printing the results as below:we got:
According to the manual, the Z axis from body wind and stab point "from the aircraft to the earth".
Why does the body axis is giving a different signal than the stability and wind?
Beta Was this translation helpful? Give feedback.
All reactions