• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

P3D v4 Jet fuel flow when using Afterburner in stages

Roy Holmes

Resource contributor
Messages
1,805
Country
us-virginia
A jet with afterburner has two Thrust Specific Fuel Consumption (TSFC) settings in the Aircraft.cfg file.
The sim calculates fuel rate based on thrust and TSFC
One setting relates to TSFC without Afterburner the other relates to Afterburner.
Typically the first value would be 0.7 and the second could be 1.7.
Also it may have say 5 Afterburner stages where each stage calls up an increasing amount of AB thrust augmentation and the last stage is full afterburner.
The value for full afterburner thrust scalar is set in the .air file according to Mach in a table.
So you would think that at full dry thrust setting you would have X fuel flow and as you enter each AB stage that would increase so that the fuel flow variable was the sum of the dry thrust times dry TSFC and the added afterburner thrust times AB TSFC.
But it is not so. Once you enter AB the fuel flow rate is AB fuel only. So if you go from full dry into AB stage 1 the fuel rate typically drops by half even though the thrust value is correctly increased.

Has anyone else noticed this and if so what did you do?
Roy
 
I think I have a method that should work.
Record 1524 gives Afterburner (AB) scalars vs Mach. this is a 2 column table.
At Mach 1.3 the scalar might be1.5
Lets also assume the AB has stages 0 through 5, and we are considering Stage 5.
This means that the full 1.5 scalar is applied to the dry thrust so the 5th stage adds 50% more thrust to the dry thrust total.
With 5 stages, stage 1 would add 10%, stage 2 20%, etc.
At this stage we can apply the dry thrust TSFC to the the first 2/3 of the total thrust output as (A:TURB ENG JET THRUST:1,pounds) and the AB TSFC to 1/3 of it.
That would give us a fuel consumption rate which would need to be written to (C:SIMVARS; ENG FUEL FLOW PPH:1, pounds per hour)
I now need to learn how to read Record 1524 and would appreciate any offerings.
Roy
 
Back
Top