1
0
Fork 0
flightgear/src/FDM/JSBSim
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
..
initialization Fixes to the trim on ground feature. 2017-05-28 20:14:33 +02:00
input_output Restored the legacy behavior: the XML extension is mandatory and when it is not explicitely specified it is automatically added. 2017-03-14 21:59:14 +01:00
math Sync. w/ JSBSim 2017-06-05 13:09:00 +02:00
models Sync. w/ JSBSim 2017-06-05 13:09:00 +02:00
AUTHORS Fix my mailing address by replacing it with my web page. 2004-11-19 22:10:41 +00:00
CMakeLists.txt Add back a JSBSim.exe build, install 2017-01-12 12:30:42 +00:00
FGFDMExec.cpp Sync w/ JSBSim: 2017-03-11 13:24:51 +01:00
FGFDMExec.h Sync w/ JSBSim (use SGPath to manage file names) 2017-02-25 16:22:23 +01:00
FGJSBBase.cpp Add the latest batch of JSBSim changes. Tested with the Shuttle 2016-01-29 12:23:58 +01:00
FGJSBBase.h Sync. again 2016-01-12 19:05:51 +01:00
JSBSim.cpp Sync w/ JSBSim (use SGPath to manage file names) 2017-02-25 16:22:23 +01:00
JSBSim.cxx Added the generation of wake induced force and moment for JSBSim models. 2017-06-10 23:27:52 +02:00
JSBSim.hxx Added the generation of wake induced force and moment for JSBSim models. 2017-06-10 23:27:52 +02:00