JSBSim Flight Dynamics Model
1.0 (02 March 2017)
An Open Source Flight Dynamics and Control Software Library in C++
|
Models the MSIS-00 atmosphere. More...
#include <FGMSIS.h>
Public Attributes | |
double | sw [24] |
double | swc [24] |
int | switches [24] |
Models the MSIS-00 atmosphere.
This is a wrapper for the NRL-MSIS-00 model 2001:
This C++ format model wraps the NRLMSISE-00 C source code package - release 20020503
The NRLMSISE-00 model was developed by Mike Picone, Alan Hedin, and Doug Drob. They also wrote a NRLMSISE-00 distribution package in FORTRAN which is available at http://uap-www.nrl.navy.mil/models_web/msis/msis_home.htm
Dominik Brodowski implemented and maintains this C version. You can reach him at devel. See the file "DOCUMENTATION" for details, and check @bro do.dehttp://www.brodo.de/english/pub/nrlmsise/index.html for updated releases of this package.