fuel_reserve_calculator
Calculate required fuel reserves per FAR, JAR-OPS, or ICAO regulations. Get contingency, alternate, and final reserve components from trip fuel, flight time, and holding altitude.
Instructions
Calculate required fuel reserves per aviation regulations.
Args: regulation: Regulatory framework - "FAR_91", "FAR_121", "JAR_OPS", or "ICAO" trip_fuel_kg: Planned trip fuel in kg cruise_fuel_flow_kg_hr: Cruise fuel flow rate in kg/hr flight_time_min: Planned flight time in minutes alternate_fuel_kg: Fuel to fly to alternate airport in kg holding_altitude_ft: Expected holding altitude for reserve calculations
Returns: Formatted string with fuel reserve breakdown per the selected regulation, including contingency, alternate, and final reserve components.
Raises: No exceptions are raised directly; errors are returned as formatted strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| regulation | Yes | ||
| trip_fuel_kg | Yes | ||
| cruise_fuel_flow_kg_hr | Yes | ||
| flight_time_min | Yes | ||
| alternate_fuel_kg | No | ||
| holding_altitude_ft | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |