Call FGPropeller::Calculate in JSBSim interface #783
Replies: 2 comments 3 replies
-
Hi @NOTaShinigami, |
Beta Was this translation helpful? Give feedback.
-
In JSBSim you can adjust the propeller RPM by adjusting the blade pitch angle while maintaining a constant throttle. To gain manual control of the blade angle you first set "constant-speed-mode" to zero. Here's an image of a test I just now ran in FlightGear. On the left are some engine and propeller parameters when the blade angle is set to 15 degrees, and on the right set to 20 degrees. The engine power output changes even though the throttle setting is constant, so if you really need a constant engine power I recommend using an electric engine instead. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm working on a project that requires the use of MATLAB and JSBSim. As part of my project, I want to adjust the RPM of my propeller at a particular power. I discovered in the FGPropeller class a Calculate member function that performs the work for me and that I'd like to utilize in the SFunction interface code. Is it possible to access it or is there some other solution to the problem?
Beta Was this translation helpful? Give feedback.
All reactions