Version: Any
Frequency: Consistently
Severity: High
Similar MSFS 2020 issue: https://devsupport.flightsimulator.com/t/is-there-a-planned-fix-for-corrected-n1-being-capped-at-100/5832
Bug description:
The first major bug is that CN1 is capped at 100%. From a flight model standpoint, we need to go past 100% CN1 at high altitudes to be able to maintain a stable indicated N1, which is what happens in reality.
In FSX -which uses the same Corrected method as MSFS- we were able to go past 100% N1 as we climbed and therefore, we could keep N1 consistent throughout different altitudes. In MSFS Corrected N1 is capped at 100%, meaning that with full throttle the indicated N1 will decrease with altitude.
We can programmatically override the TURB ENG N1 variable, but that is an extra step that shouldn’t be needed as the engine simulation is correct, other than that cap at 100%.
Repro steps:
Take the Grand Caravan, 737 MAX or PC-12NGX and set it to full power and climb from sea level to 15000ft without moving the throttle. You will notice that indicated N1 will drop with altitude. IRL it should be stable, meaning that Corrected N1 should increase with altitude.
COMMENT:
The base sim already has the correct mathematics in it and Corrected Fuel Flow sets Corrected N1 already. If the clamp is removed from CN1, all developers have to do is adjust their fuel flow to achieve higher N1 with altitude and their engines will work perfectly, without external programming.
If a 3rd party developer does not update their fuel flows after this is fixed, their plane will work exactly the same as before, so no problems will be caused.
