1
0
Fork 0
flightgear/src/FDM
Bertrand Coconnier b76db7737d Added the generation of wake induced force and moment for JSBSim models.
The wake induced force and moment are computed as an external reaction to the JSBSim model. For these force and moment to be accounted for by JSBSim, the following external reaction needs to be added to FDM XML definition:
<external reaction>
  <force name="ai-wake">
    ...
  </force>
  <moment name="ai-wake">
    ...
  </moment>
</external reaction>

This is similar to how the hook and wire feature is modeled in JSBSim.
2017-06-10 23:27:52 +02:00
..
AIWake Compile AI wake numerical core in FG main executable. 2017-06-10 20:19:43 +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 Added the generation of wake induced force and moment for JSBSim models. 2017-06-10 23:27:52 +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 Compile AI wake numerical core in FG main executable. 2017-06-10 20:19:43 +02:00
fdm_shell.cxx Added the computation of the wake of all AI aircrafts. 2017-06-10 21:13:20 +02:00
fdm_shell.hxx Added the computation of the wake of all AI aircrafts. 2017-06-10 21:13:20 +02:00
flight.cxx Added the computation of the wake of all AI aircrafts. 2017-06-10 21:13:20 +02:00
flight.hxx Added the computation of the wake of all AI aircrafts. 2017-06-10 21:13:20 +02: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 , 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