Replies: 1 comment
-
Hi @www2000, Just to avoid confusion: the turbine model in JSBSim is not an engineering model. No physics or thermodynamics laws are modeled: the spool rotation speeds jsbsim/src/models/propulsion/FGTurbine.cpp Lines 124 to 129 in dafcaad The same goes for all the other engine parameters (EGT, oil temp, etc.). So handling a third spool could just be the matter of adding a new property That being said, if you'd like to redesign the XML code for better legibility that's fine and you are welcome to submit a pull request. As long as they were properly written and did not break anything we have accepted all the pull requests that were adding features to the turbine model. |
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.
-
The majority of Turbofan/Turbojet/Turboprop in today's aircraft having 2-spool and this reflect the current state of jsbsim.
In this idea is to upgrade jsbsim to support three-spool[1] and n-spool configs for Turbofan/Turbojet/Turboprop.
The default is 2-spool setup for backward compatibility the older config files when the
spools={n}
Attributes in theturbine_engine
tag is missing in the XML config.beside this the
<spools n={number}> ... </spools>
make the XML code more readable.[1] https://en.wikipedia.org/wiki/Category:Three-spool_turbofan_engines
xml template with the change:
Beta Was this translation helpful? Give feedback.
All reactions