]> git.mxchange.org Git - flightgear.git/commit
Added a tunable "induced drag" number to aircraft. One of the things that
authorandy <andy>
Sat, 30 Nov 2002 02:24:16 +0000 (02:24 +0000)
committerandy <andy>
Sat, 30 Nov 2002 02:24:16 +0000 (02:24 +0000)
commitfe4e83a10bfa6927a4925215cbce48433a05ec6e
tree137be4bf01d0ff4f53c614a6dea0274df2860ab7
parent95109cec57604fdf8d9dd33115e284e0b0abe69b
Added a tunable "induced drag" number to aircraft.  One of the things that
isn't well-constrained by the solution process is the drag-vs-aoa curve.
The default value that YASim picked was very steep, and resulted in most
of the jets flying their approaches *way* behind the power curve.  This
changes the default to be more forgiving, and adds an "idrag" tunable
to the configuration file for tweakers.

Also, change the default gear springiness to be less stiff.
src/FDM/YASim/Airplane.cpp
src/FDM/YASim/FGFDM.cpp
src/FDM/YASim/Surface.cpp
src/FDM/YASim/Surface.hpp
src/FDM/YASim/Wing.cpp
src/FDM/YASim/Wing.hpp