How do the aircraft loadouts affect fuel usage? (Full Version)

All Forums >> [New Releases from Matrix Games] >> Command: Modern Operations series



Message


skorpio667 -> How do the aircraft loadouts affect fuel usage? (3/10/2016 4:33:03 PM)

Hi all,

With the upcomming air-to-air refueling overhaul and future dedicated AAR-waypoints, I'm trying to figure out how an aircraft's loadout is affecting fuel usage, so I can incorporate Remaining Fuel/when to AAR (and how long it wil take) into my Excel Strike Planner.
I can't find a datafield in the database giving me that info, I think fuel usage is calculated by the loadout's weight fraction. But if so, how?

Could anyone shed some light on this?

Skorpio




ComDev -> RE: How do the aircraft loadouts affect fuel usage? (3/10/2016 4:54:41 PM)

Hi Skorpio,

In table DataLoadout there is a column named 'PayloadWeightDragModifier' that determines how much extra fuel aircraft burn per minute per kg of payload (drop tanks not included).

So first you need to sum up the overall payload weight, and then do this:

PayloadPenalty = (PayloadWeightDragModifier * (FuelConsumptionPerMinute * PayloadWeight )) / 100
FuelConsumptionPerMinute += PayloadPenalty

Thus, if aircraft drop their payload at max range, there will not be any drag on the return leg. Hence the need to know how much ordnance is planned to be expended at what distance from base [8D]




skorpio667 -> RE: How do the aircraft loadouts affect fuel usage? (3/10/2016 7:09:46 PM)

Aha! Thanks

Lots of work to do now [:D]

Skorpio




Filitch -> RE: How do the aircraft loadouts affect fuel usage? (3/8/2018 8:16:58 AM)


quote:

ORIGINAL: emsoy

Hi Skorpio,

In table DataLoadout there is a column named 'PayloadWeightDragModifier' that determines how much extra fuel aircraft burn per minute per kg of payload (drop tanks not included).

So first you need to sum up the overall payload weight, and then do this:

PayloadPenalty = (PayloadWeightDragModifier * (FuelConsumptionPerMinute * PayloadWeight )) / 100
FuelConsumptionPerMinute += PayloadPenalty

Thus, if aircraft drop their payload at max range, there will not be any drag on the return leg. Hence the need to know how much ordnance is planned to be expended at what distance from base [8D]

Is value of PayloadWeightDragModifier column depends on value of DefaultMissionProfile column?




ComDev -> RE: How do the aircraft loadouts affect fuel usage? (3/18/2018 9:02:33 PM)

No.




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.8144531