]> git.mxchange.org Git - flightgear.git/commit
Added a new turbulence type ttStandard, and made it the default.
authordavid <david>
Sun, 16 Mar 2003 21:14:45 +0000 (21:14 +0000)
committerdavid <david>
Sun, 16 Mar 2003 21:14:45 +0000 (21:14 +0000)
commitb3930c9c6054fd4a733dd625af54a175622d49f4
treefbd54971265a546844cfd8371f7ea67d965af5f2
parentb9985548d4ba13ad1d8808c8c2e436f09be36ffb
Added a new turbulence type ttStandard, and made it the default.

ttStandard is copied from ttBerndt, with the following modifications:

1. All turbulence is diminished within three wingspans of the ground.

2. The horizontal forces are used to calculate the moments, but then
   zeroed out so that only the vertical force is actually applied to
   the aircraft.

3. The yaw moment is not used.

In fact, the horizontal forces and the yaw moment should be allowed,
but they are extremely rare compared to the vertical force and the
pitch/roll moments.  For now, simply zeroing them gives the most
accurate feel.
src/FDM/JSBSim/FGAtmosphere.cpp
src/FDM/JSBSim/FGAtmosphere.h