- Messages
- 89
- Country

(Asked this on the official devsupport forum but that seems fairly dead... This is a much more active and insightful forum, right?)
All (?) early jet aircraft had single-spool engines. How should the N1 and N2 related values for a such be chosen? Will making sure N1 always equals N2 work? Or is this an untested edge case and for now one should pretend that the engine is a modern one with two spools and just tweak the values and tables until the performance matches the documented performance of the real aircraft? On the cockpit instruments one would then just show values for an imaginary single spool, calculated in some suitable fashion from the simulated two spools.
I am checking two add-on aircraft from my Community folder that have single-spool engines, Sim Skunk Works’s TF-104G, and Tyler Gladman’s Bristol 188.
All (?) early jet aircraft had single-spool engines. How should the N1 and N2 related values for a such be chosen? Will making sure N1 always equals N2 work? Or is this an untested edge case and for now one should pretend that the engine is a modern one with two spools and just tweak the values and tables until the performance matches the documented performance of the real aircraft? On the cockpit instruments one would then just show values for an imaginary single spool, calculated in some suitable fashion from the simulated two spools.
I am checking two add-on aircraft from my Community folder that have single-spool engines, Sim Skunk Works’s TF-104G, and Tyler Gladman’s Bristol 188.
- The TF-104G has a J-79 engine. The engines.cfg makes some effort to ensure that N1 equals N2. For instance low_idle_n1=67 and low_idle_n2=67. It uses a n2_to_n1_table where for the most part N1 indeed equals N2. Except at the higher N1 (and N2) values, where N2 exceeds N1. I have no idea whether this is just an oversight or intentional to make the thing work as the developer wanted. Also some other values are different for N1 and N2, like min_n1_for_combustion=10 but min_n2_for_combustion=19.4.
- The Bristol 188 has a de Havilland Gyron Junior engine. In its engines.cfg there doesn’t seem to be any attempt to tell that there is no separate N1 and N2. For instance, low_idle_n1=25 and low_idle_n2=61. But the rated_N2_rpm=9200 which presumably is in the right ballpark for the RPM of the single spool of that engine, anyway it is much too low for more modern two-spool engines isn't it? (That’s the point of having separate spools, in't it, the LP one with larger fan, compressor, and turbine blades can spin slower than the HP one with small compressor and turbine blades.)

