Adding a docs folder with the 1976 US Standard Atmosphere paper from NOAA

This commit is contained in:
Travis Hunter 2023-02-16 11:11:20 -07:00
parent a0e8512219
commit 891438c82c
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -15,6 +15,10 @@ public:
/** /**
* @brief Get the density of the air at a given altitude above mean sea level * @brief Get the density of the air at a given altitude above mean sea level
* This is overly simplistic and wrong implementation.
*
* @todo Fix this implementation. See the 1976 NOAA paper for the right way to
* do it
* *
* @param altitude the altitude above sea level * @param altitude the altitude above sea level
* @return the density in kg/m^3 * @return the density in kg/m^3