]> git.mxchange.org Git - flightgear.git/commit
Vivian Meazza:
authorehofman <ehofman>
Wed, 22 Sep 2004 19:11:36 +0000 (19:11 +0000)
committerehofman <ehofman>
Wed, 22 Sep 2004 19:11:36 +0000 (19:11 +0000)
commite0e5b325cbb954f373ed12eb9d44df77a538a58c
tree78cf41ead17408cc9abad80f2bc0f581d80a7461
parent82dfd908b7df440a691f1ebaa346d9cd95f71cbf
Vivian Meazza:

The value of rho (air density) varies with height. (Including the upper
stratosphere, ust in case someone wants to model ICBMs.) The standard
atmosphere is used (based on a sea-level temperature of 15 deg C.).

Erik Hofman:
I moved this code over the AIBase::update() so all AIModels can make
use of rho, temperature, pressure, etc.
src/AIModel/AIBallistic.cxx
src/AIModel/AIBase.cxx
src/AIModel/AIBase.hxx
src/AIModel/AIManager.cxx
src/AIModel/AIManager.hxx
src/AIModel/AIStorm.cxx