]> git.mxchange.org Git - flightgear.git/commit
Finally fixed the flap drag issue. Drag modifications need to be based on
authorandy <andy>
Sat, 15 Jun 2002 05:40:02 +0000 (05:40 +0000)
committerandy <andy>
Sat, 15 Jun 2002 05:40:02 +0000 (05:40 +0000)
commit9541e06a1e5ff9bbb9a504c0b3b40577e2057067
tree002bb26392f4cc9067e1a5cb90abfbceaf6a98ce
parent22a55b25f9cdf94701b30fc1b409ae921cd6258c
Finally fixed the flap drag issue.  Drag modifications need to be based on
the amount of drag that the produced lift *would* have produced given an
unflapped air surface.  A nifty trick involving the assumption that AoA is
small works for this, and produces plausible results in the high AoA case
as well.

Also, trim for approach using the elevator-trim control, not elevator.
Just cosmetic for current planes, but future ones might have differing
implementations of trim.
src/FDM/YASim/FGFDM.cpp
src/FDM/YASim/Surface.cpp
src/FDM/YASim/Surface.hpp