1
0
Fork 0
flightgear/tests
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
..
.gitignore
alcinfo.cxx KIll off ALUT now it's gone from SimGear 2012-08-22 00:10:00 +01:00
CMakeLists.txt
est-epsilon.cxx John Denker: 2009-12-09 08:15:09 +01:00
fake_sgPrecipitation.cxx
fake_sgSky.cxx
fake_sgSky.hxx
fake_sound.cxx
fakeAIAircraft.hxx Added the core of the AI wake computations with its tests. 2017-06-10 18:27:19 +02:00
fgTestDriver.cxx Partial testing framework. 2017-03-25 15:35:26 +00:00
gl-info.cxx John Denker: 2009-12-09 08:15:09 +01:00
test-env-map.cxx
test-gethostname.cxx
test-mktime.cxx
test-text.cxx
test-up.cxx
test_flightplan.cxx
test_ls_matrix.cxx Fixed LaRCSim matrix computation routines. 2017-06-05 17:18:52 +02:00
test_navaids2.cxx
testAeroElement.cxx
testAeroMesh.cxx
testStubs.cxx
unitTestHelpers.cxx
unitTestHelpers.hxx Unit-test for initPosition. 2017-03-27 15:38:05 +01:00