JSBSim Atmosphere

From FlightGear wiki
Revision as of 01:26, 1 February 2015 by Hooray (talk | contribs)
Jump to navigation Jump to search

Atmosphere Model

JSBSim can use its own internal atmosphere, based on the 1976 U.S. Standard Atmosphere, or it can be set at intitialization time to use FlightGear's atmosphere. The property to set this is /environment/params/control-fdm-atmosphere, and it is by default set to "true", meaning FlightGear provides the atmosphere model.

Turbulence

JSBSim has three available turbulence models: Milspec, Tustin and Culp. The default model is Milspec. The turbulence model can be set at startup using the property /environment/params/jsbsim-turbulence-model, using one of the following string values:

  • ttMilspec
  • ttTustin
  • ttCulp
  • ttNone