January 10, 200719 yr I came across this "Fuel Flow" code and I am not sure what it is doing. I think it is checking to see if the aircraft has one engine or two engines and then it adjust the fuel flow accordingly. What is the purpose of the "GPH:1 and GPH:2" in the statement?%Fuel Burn: %((A:Eng fuel flow GPH:2, gallons per hour))%{if}%((A:Eng fuel flow GPH:1, gallons per hour) (A:Eng fuel flow GPH:2, gallons per hour) + 2 / )%!03d!% gph%{else}%((A:Eng fuel flow GPH:1, gallons per hour))%!03d!% gph%{end}Thanksgreenco
January 10, 200719 yr Hi,(A:Eng fuel flow GPH:2, gallons per hour) is the same as:(A:Eng2 fuel flow GPH, gallons per hour) The string gives fuel flow for single- and dual engine acft.Jan"Beatus ille qui procul negotiis..." Jan "Beatus ille qui procul negotiis..."
January 10, 200719 yr Thanks JanI thought that was what the code was doing, but I had never seen it expressed that way.greenco
Create an account or sign in to comment