Computes the fuel required for a flight leg given distance, ground speed, and fuel burn rate.
The result is in the same unit as fuelBurnPerHr (gallons, liters, pounds, etc.) - the function is unit-agnostic for fuel quantity.
fuelBurnPerHr
Leg distance in nautical miles.
Ground speed in knots.
Fuel burn rate per hour (in any consistent unit).
Fuel required for the leg (same unit as fuelBurnPerHr).
Computes the fuel required for a flight leg given distance, ground speed, and fuel burn rate.
The result is in the same unit as
fuelBurnPerHr(gallons, liters, pounds, etc.) - the function is unit-agnostic for fuel quantity.