JSBSim Atmosphere

From FlightGear wiki
Revision as of 10:44, 16 March 2019 by Necolatis (talk | contribs) (added weather category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This article is a stub. You can help the wiki by expanding it.

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