Adding a docs folder with the 1976 US Standard Atmosphere paper from NOAA
This commit is contained in:
parent
a0e8512219
commit
891438c82c
BIN
docs/us-standard-atmosphere_st76-1562_noaa.pdf
Normal file
BIN
docs/us-standard-atmosphere_st76-1562_noaa.pdf
Normal file
Binary file not shown.
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user