Flight Dynamics Model: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''Flight Dynamics Models''' are how the flight for an [[aircraft]] is simulated in the program. [[FlightGear]] uses a variety of internally written and imported flight model projects. Any aircraft must be programmed to use one of these models. Currently FlightGear is the only flight graphical flight simulator all the FDM are used for, and UIUC and YASim were developed specifically for FlightGear.
'''Flight Dynamics Models''' are how the flight for an [[aircraft]] is simulated in the program. [[FlightGear]] uses a variety of internally written and imported flight model projects. Any aircraft must be programmed to use one of these models. Currently FlightGear is the only flight graphical flight simulator all the FDM are used for, and UIUC and YASim were developed specifically for FlightGear.


Early version used a FDM based on LaRCsim by NASA, which was replaced with more flexible FDM.
Early version used a FDM based on [[LaRCsim]] by NASA, which was replaced with more flexible FDM.


* [[JSBSim]] - the default flight dynamics model software since 2000.  
* [[JSBSim]] - the default flight dynamics model software since 2000.  
* [[YASim]] - another FDM using different calculation method. Introduced starting in 0.7.9 in 2002.  
* [[YASim]] - another FDM using different calculation method. Introduced starting in 0.7.9 in 2002.  
* [[UIUC]] - another included FDM, developed by the UIUC Applied Aerodynamics Group at University of Illinois at Urbana-Champaign, also made use of LaRCsim.[5]
* [[UIUC]] - another included FDM, developed by the UIUC Applied Aerodynamics Group at University of Illinois at Urbana-Champaign, also made use of LaRCsim.  
* FlightGear can also be setup to render using inputs from an external FDM source, such as from Matlab.  
* FlightGear can also be setup to render using inputs from an external FDM source, such as from Matlab.  
* Other custom FDM for a specific aircraft type have been written, such as for lighter then air aircraft.
* Other custom FDM for a specific aircraft type have been written, such as for lighter then air aircraft.

Revision as of 12:17, 23 September 2008

Flight Dynamics Models are how the flight for an aircraft is simulated in the program. FlightGear uses a variety of internally written and imported flight model projects. Any aircraft must be programmed to use one of these models. Currently FlightGear is the only flight graphical flight simulator all the FDM are used for, and UIUC and YASim were developed specifically for FlightGear.

Early version used a FDM based on LaRCsim by NASA, which was replaced with more flexible FDM.

  • JSBSim - the default flight dynamics model software since 2000.
  • YASim - another FDM using different calculation method. Introduced starting in 0.7.9 in 2002.
  • UIUC - another included FDM, developed by the UIUC Applied Aerodynamics Group at University of Illinois at Urbana-Champaign, also made use of LaRCsim.
  • FlightGear can also be setup to render using inputs from an external FDM source, such as from Matlab.
  • Other custom FDM for a specific aircraft type have been written, such as for lighter then air aircraft.

For developers, see also FDM engine feature standardization

References

  • Wikipedia's English FlightGear article