jx_
Your question was:
Figure out how to reduce your net thrust without changing your fuel flow and you'll see what I mean.
The definition of TFSC in the SDK is: "Jet thrust specific fuel consumption. The ratio of fuel used in pounds per hour, to thrust in pounds. Applies at all speeds."
Note it says thrust, not gross thrust or net thrust. However, since it says it applies at all speeds it must relate to net thrust, not gross thrust. This is correct. TSFC is a function of
net thrust.
To verify this I set TSFC to 1.0 for simplicty, did a test flight and the thrust and fuel flow numbers were the same. So FSX does use Net Thrust/fuel used per hour for TSFC.
Here are my going in assumptions:
A. The only tools available to me are the turbine tables and simconnect.
B. I can not change the equations that use these tables.
D. TSFC is a static variable and I can not change that.
Starting with the turbine tables.
I am going to assume a fixed full throttle setting so I can forget about 1503 and 1504.1502 is no help either because it just dictates CN1 based on CN2 and Mach
1506 scales gross thrust based on CN1 and Mach. A decrease in gross thrust would give a decrease in net thrust, but fuel flow would also decrease because of the fixed TSFC value
Since net thrust is gross thrust minus intake momentum/ram drag. I could look at manipulating values in 1507.
If for instance, I increased the effect of table 1507 ram drag would increase, net thrust would decrease but so would fuel flow, because of the TSFC setting.
I have not looked at doing anything with 1505 because I'm not in a start-up situation and the throttle is fixed.
So that leaves Simconnect.
The A:Var TURB ENG CORRECTED FUEL FLOW is settable via Simconnect. It is calculated by dividing actual fuel flow by air pressure ratio times the square root of air temperature ratio. I'm very much a beginner as far as Simconnect is concerned so right now I do not know how to do that, but I do know who to ask.
As an aside,in many ways the use of "corrected" values for N1 ie CN1, N2, gross thrust etc is strange. Corrected values are used by engineers so as to be able to present a set of
computations on a single chart. I assume that this method lends itself to the use of look up tables and maybe that is why FS uses corrected values. All the stock aircraft output N1 for
display because that is what is used in the real world.
Roy