1
0
Fork 0
flightgear/src/FDM
Bertrand Coconnier c1313f2ecb Added the core of the AI wake computations with its tests.
At the moment, this is dead code: only the tests are compiled. FG is still compiled without this code.

A new directory is created that contains all the numerical computations made to estimate the wake induced by AI aircrafts. This is based on the venerable Vortex Lattice Method (VLM) which was all the rage in the 60's Computational Fluid Dynamics (CFD).

Even though quite old, the method is relevant to compute aircrafts wake in real time since 3D Navier-Stokes (NS3D) is out of reach for real time computations even with modern multicore personal computers and their GPUs.
2017-06-10 18:27:19 +02:00
..
AIWake Added the core of the AI wake computations with its tests. 2017-06-10 18:27:19 +02:00
ExternalNet Remove unnecessary includes/using 2013-07-29 22:59:45 +01:00
ExternalPipe considering u,v,wbody-fps are the ECEF velocity expressed in body axis, change in all functions/variables name dealing with them, wrongly named with wind, or even north, east, down. 2013-10-27 13:24:54 +01:00
JSBSim Sync. w/ JSBSim 2017-06-05 13:09:00 +02:00
LaRCsim Fixed LaRCSim matrix computation routines. 2017-06-05 17:18:52 +02:00
SP Cleanup unused variable warning. 2017-04-06 18:26:18 +09:00
UIUCModel Silence a few compiler warnings 2017-01-26 15:37:43 +01:00
YASim YASim: revert a change in Model.cpp that caused segfaults on some systems. 2017-05-10 16:27:46 +02:00
CMakeLists.txt Replace auto_ptr with unique_ptr 2016-12-07 11:03:54 +01:00
fdm_shell.cxx Replace auto_ptr with unique_ptr 2016-12-07 11:03:54 +01:00
fdm_shell.hxx Revert wiping of /fdm on reposition. 2014-03-10 12:00:51 +00:00
flight.cxx Bugfix: pause works for JSBsim/Yasim again 2016-01-11 11:47:40 -06:00
flight.hxx Apply /sim/speed-up to general subsystem dt 2016-01-05 23:19:28 -06:00
flightProperties.cxx Fix flightProperties build. 2016-11-02 14:39:53 +00:00
flightProperties.hxx Fix flightProperties build. 2016-11-02 14:39:53 +00:00
groundcache.cxx Alternative terrain engine based on pagedLOD 2017-02-26 10:17:15 -05:00
groundcache.hxx bvh: Adapt to upstream bvh changes in simgear. 2012-08-24 21:24:12 +02:00
NullFDM.cxx new FSF address 2006-02-21 01:16:04 +00:00
NullFDM.hxx new FSF address 2006-02-21 01:16:04 +00:00
TankProperties.cxx Expose total-fuel-m3 to the tank properties 2014-08-25 21:40:12 +02:00
TankProperties.hxx Fixed an property tieing issue on sim reset. 2011-03-09 23:02:19 +01:00
UFO.cxx Fix #1771, wrong groundspeed indication for UFO 2015-07-10 11:07:34 +02:00
UFO.hxx cleanup: extract globals->get_controls() 2007-07-29 17:36:30 +00:00