-
Notifications
You must be signed in to change notification settings - Fork 463
Force and Moment Frames of Reference
Sean McLeod edited this page Feb 17, 2022
·
1 revision
Historically JSBSim only supported the wind
and body
frames of reference for specifying forces and only the body
frame of reference for specifying moments.
Since Feb 28 2018 though JSBSim now supports the ability to specify any one of the body
, wind
or stability
frames of reference for both forces and moments.
<axis name="AXIAL|SIDE|NORMAL" />
<axis name="X|Y|Z" />
<axis name="X|Y|Z" frame="BODY" />
<axis name="DRAG|SIDE|LIFT" />
<axis name="X|Y|Z" frame="WIND" />
<axis name="X|Y|Z" frame="STABILITY" />
<axis name="ROLL|PITCH|YAW" />
<axis name="ROLL|PITCH|YAW" frame="BODY" />
<axis name="ROLL|PITCH|YAW" frame="WIND" />
<axis name="ROLL|PITCH|YAW" frame="STABILITY" />