Replies: 2 comments 1 reply
-
Take a look at the AH-1S helicopter model in the JSBSim repo - https://github.com/JSBSim-Team/jsbsim/tree/master/aircraft/ah1s Here are the rotor configs used by the AH-1S. https://github.com/JSBSim-Team/jsbsim/blob/master/engine/ah1s_rotor.xml https://github.com/JSBSim-Team/jsbsim/blob/master/engine/ah1s_tail_rotor.xml |
Beta Was this translation helpful? Give feedback.
-
JSBSim will look in both locations for engines/thrusters. Generally common components that are used by multiple aircraft types would be stored in the JSBSim I've submitted a pull request to move these rotor files since they are specific to this aircraft type, see - #1167 |
Beta Was this translation helpful? Give feedback.
-
I just check src/models/propulsion/FGRotor.cpp after reading some reference from this in algorithm explanation part and this one . The first link pretty much quite similar in some part of FGRotor.
My question is does jsbsim support this? What to do in order to be able access this via xml in order to model helicoptering example.
Sorry if by chance I jump to conclusions too fast, as I still new in this and not that familiar with cpp.
Thank you as always.
Beta Was this translation helpful? Give feedback.
All reactions