Replies: 5 comments 6 replies
-
Yes in general JSBSim supports In terms of output, no matter how the inputs were specified, JSBSim makes all combinations available for output. So you can retrieve the resultant force for each axis in each of the jsbsim/src/models/FGAerodynamics.cpp Lines 579 to 596 in 59c0bd9 |
Beta Was this translation helpful? Give feedback.
-
Are you taking into account that there are additional moments from the forces if the |
Beta Was this translation helpful? Give feedback.
-
Ah, I think I see your confusion. So originally JSBSim allowed you to specify the forces in Quite a while ago I then added support for all 3 axes frames, |
Beta Was this translation helpful? Give feedback.
-
Quite a while ago (Feb 28 2018 - eb99622) I added support for all 3 axes frames, I think this is the current comprehensive list. Once double-checked, @bcoconni, @agodemar, @jonsberndt we should update the JSBSim documentation and maybe have a specific Wiki entry for it as well. ForcesBody<axis name="AXIAL|SIDE|NORMAL" />
<axis name="X|Y|Z" />
<axis name="X|Y|Z" frame="BODY" /> Wind<axis name="DRAG|SIDE|LIFT" />
<axis name="X|Y|Z" frame="WIND" /> Stability<axis name="X|Y|Z" frame="STABILITY" /> MomentsBody<axis name="ROLL|PITCH|YAW" />
<axis name="ROLL|PITCH|YAW" frame="BODY" /> Wind<axis name="ROLL|PITCH|YAW" frame="WIND" /> Stability<axis name="ROLL|PITCH|YAW" frame="STABILITY" /> |
Beta Was this translation helpful? Give feedback.
-
Great! I updated and all forces and moments matched now! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I trying to compute the forces and moments outputs on the body axis for wingboy, horizontal tail and vertica tail separately. The xml was built using a set of axes: DRAG, SIDE, LIFT, ROLL, PITCH, and YAW. In the manual reference below shows that DRAG, SIDE, LIFT means the aero forces resultant will be computed in the wind axes. So, how about the aero moments resultants? Will be also computed on the wind axes? Do I need to built transfer matrix at the end to have all forces and moments in the body axes?
regards,
André
https://jsbsim-team.github.io/jsbsim-reference-manual/mypages/user-manual-forces-and-moments
Beta Was this translation helpful? Give feedback.
All reactions