plane icon Welcome to Microsoft Flight Simulator’s SDK Q&A Platform!

You have questions regarding the SDK? DevMode Tools? SimConnect? You would like to submit an idea for future improvements, seek help or exchange knowledge? You’re in the right place.


Please take a moment to read the platform’s guidelines before you get started!


question

Cammac avatar image
Cammac asked SWS-AlexVletsas commented

Jet engine cannot achieve over 100% N1.

Hi,

For the project I am working on TOGA thrust on an ISA day is about 104/108% N1. CLB thrust in the upper flight levels can be around 103%N1 and TOGA/MCT in the mid flight levels around 110%.

From what I can see so far I am unable to get the engines to achieve an N1 higher than 100% even when I have the correct N2_N1 tables inserted along with the below settings inserted into the engines.cfg.

high_n1=117

high_n2=110.5

max_n1_protection=117

max_n2_protection=110.5

What you can also see is the engine is making the correct rated thrust but at 100% N1 which of course should not be the case if TOGA is supposed to be 106%.

The knock on effect of this is climb and CRZ performance is substantially off and the engine can't reached the correct rated CLB or takeoff thrust setting.

Also if I set the above CFG settings to lower than 100% N1 then they are respected and the engines won't go over the set N1 limit so long as it's lower than 100% N1.


1634555669589.png


Steps to reproduce:

  • Select a Jet engine and set the high_n1= high_n2 max_n1_protection max_n2_protection to values of more than 100% or copy the settings I used above.
  • Set weather to ISA and no wind at sea level airport.
  • Increase power to TOGA and you will see a slight N1 overshoot to say 101% but it will slowly come back to 100% and you should see that at 101% it's creating over the max rated thrust.

Tested on both SU5 and SU6

Thanks again.

aircraft
1634555669589.png (729.2 KiB)
10 |10000

Up to 5 attachments (including images) can be used with a maximum of 4.8 MiB each and 23.8 MiB total.

FlyingRaccoon avatar image
FlyingRaccoon answered boufogre commented

Hello @Cammac

We were able to reproduce this issue and identify why it's happening.
We are working on a fix. No ETA yet as it needs to be properly tested and we want to make sure there are no regressions.

Regards,
ASOBO/Sylvain

1 comment
10 |10000

Up to 5 attachments (including images) can be used with a maximum of 4.8 MiB each and 23.8 MiB total.

boufogre avatar image boufogre commented ·
Hello,


Any update on the fix?

Thank you!

1 Like 1 ·
boufogre avatar image
boufogre answered boufogre commented

Hello,

Just to contribute to this problem, I think the cause is that the documentation mentions a linear interpolation to 100% N1, when it should be to the specified high N1 value. It should not be hard to fix, hopefully.

1638789121988.png
Another discovery I have made by experimenting is that the high N1 and high N2 values specified in the configuration file are corrected values, not actual values. The same is valid, according to my observations, for the N1 and N2 protections.


1638789121988.png (23.3 KiB)
1 comment
10 |10000

Up to 5 attachments (including images) can be used with a maximum of 4.8 MiB each and 23.8 MiB total.

boufogre avatar image boufogre commented ·
Actually, I would like to correct myself. To conserve the logic of the tables where a throttle position commands a N2 value, which is then converted to a N1 value, the linear interpolation should be between idle N2 and high N2.
0 Likes 0 ·
boufogre avatar image
boufogre answered boufogre edited

Proof that N1 over 100% can be achieved using the use_commanded_Ne_table parameter:

1638877118982.png

However, it can be seen in the engines debug UI that the TComN1, which my guess is the commanded N1 from the formula is indicating 100%.


1638877118982.png (3.2 MiB)
10 |10000

Up to 5 attachments (including images) can be used with a maximum of 4.8 MiB each and 23.8 MiB total.

FlyingRaccoon avatar image
FlyingRaccoon answered SWS-AlexVletsas commented

Hello @chuckv
We haven't moved forward on this unfortunately.
Priorities have shifted and we haven't been able to come back to this ever since.
It's still in our backlog but I can't tell when it will be addressed.

Regards,
Sylvain

1 comment
10 |10000

Up to 5 attachments (including images) can be used with a maximum of 4.8 MiB each and 23.8 MiB total.

SWS-AlexVletsas avatar image SWS-AlexVletsas commented ·
Hello @FlyingRaccoon


Trying to be pushy without being pushy, this is a basic problem to address as most jet engines are capable of going past 100%. Working it out with L:vars is one way to do it, but whenever it is fixed we're prone to updating (many) aircraft because all of them will break. So the sooner it's fixed, the less the pain.

3 Likes 3 ·