Flight Dynamics Model: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (fgplot)
(This article is just a short intro to FDM's, so I'd say a link to FGPlot is sufficient.)
Line 1: Line 1:
A '''Flight Dynamics Model''' (FDM) is a set of math equations used to calculate the physical forces acting on a simulated [[aircraft]], such as thrust, lift, and drag. [[FlightGear]] supports several different types of flight dynamics models. Every aircraft simulated by FlightGear must use one of these models.  
A '''Flight Dynamics Model''' (FDM) is a set of math equations used to calculate the physical forces acting on a simulated [[aircraft]], such as thrust, lift, and drag. [[FlightGear]] supports several different types of flight dynamics models. Every aircraft simulated by FlightGear must use one of these models.  
For built-in runtime plotting of FlightGear properties (including FDM/Autopilot properties), check out [[FGPlot]] (available in FlightGear 2.11+).
[[File:FgPlot.jpg|400px]]


* '''[[LaRCsim]]''' was originally developed by NASA, and was the first FlightGear FDM, now replaced by JSBSim and YASim.
* '''[[LaRCsim]]''' was originally developed by NASA, and was the first FlightGear FDM, now replaced by JSBSim and YASim.
Line 17: Line 14:


* [[FDM engine feature standardization]]
* [[FDM engine feature standardization]]
* [[FGPlot]], for built-in runtime plotting of FlightGear properties (including FDM properties) (available in FlightGear 2.11 and later).


{{FDM}}
{{FDM}}

Revision as of 20:42, 11 July 2013

A Flight Dynamics Model (FDM) is a set of math equations used to calculate the physical forces acting on a simulated aircraft, such as thrust, lift, and drag. FlightGear supports several different types of flight dynamics models. Every aircraft simulated by FlightGear must use one of these models.

  • LaRCsim was originally developed by NASA, and was the first FlightGear FDM, now replaced by JSBSim and YASim.
  • JSBSim was originally developed specifically for FlightGear, and has been the default FlightGear flight dynamics model since 2000. In addition to airplanes JSBSim also supports rockets, helicopters and lighter than air aircraft.
  • UIUC was developed by the UIUC Applied Aerodynamics Group at University of Illinois, based on LaRCsim, and includes additional features, such as the ability to simulate aircraft icing. UIUC lacks ground interaction.
  • YASim is yet another FDM using different calculation methods. YASim supports airplanes and helicopters. It was introduced in FlightGear version 0.7.9 in 2002.
  • FlightGear can also be set up to render using inputs from an external FDM source, such as from MATLAB.
  • Other custom FDM have been written for specific aircraft types, such as for hot air balloons.

Currently, FlightGear is the only graphical flight simulator to support all of these flight dynamics models.

Related content