Replies: 3 comments 1 reply
-
Do you specifically mean do_simplex_trim, since this is the only reference to it in the repo. https://github.com/JSBSim-Team/jsbsim/search?q=do_simplex_trim Or do you mean do_simple_trim? https://github.com/JSBSim-Team/jsbsim/search?q=do_simple_trim Lines 41 to 50 in 375f5be |
Beta Was this translation helpful? Give feedback.
-
In fact, my question is for both, do_simplex_trim and do_simple_trim. do_simple_trim:
do_simplex_trim:
I apologize for so many questions. |
Beta Was this translation helpful? Give feedback.
-
So JSBSim over the years has accumulated 3 different trim implementations, see - #227 (comment) however only 1 of them is currently enabled, i.e. the do_simple_trim legacy trim routine by Tony Peden. The do_simplex_trim refers to Goppert's trim routines, but it isn't currently enabled. What was added back fairly recently was the linearization code of Goppert. In terms of the various trim modes for do_simple_trim take a look at: jsbsim/src/initialization/FGTrim.cpp Lines 801 to 855 in ebb770e |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Happy to be back to JSBSim after more than a decade!
Where can I find details about the different trim cases that can be done with the "simulation/do_simplex_trim" function?
For example, how does a "Custom" (option 4) trim is done?
Thank you.
Fabian
Beta Was this translation helpful? Give feedback.
All reactions