Flight Operations

Flight planning, dispatch, and operational control center (OCC) systems. Integrated with OMS for real-time load control - actual passenger and baggage data flows directly to the pilot's EFB.

Scope

Flight Planning

  • Route planning and optimization
  • Fuel calculation
  • Alternate airport selection
  • Performance calculations
  • Cost index optimization

Dispatch Functions

  • Flight release authority
  • Weather briefing
  • NOTAM review
  • MEL/CDL management
  • ATC slot management

Operational Control

  • Real-time flight tracking
  • Schedule changes
  • Delay management
  • Diversion handling
  • Emergency response

Regulatory Compliance

  • ETOPS authorization
  • RVSM compliance
  • PBN requirements
  • Security protocols

Real-Time Load Control

Paperless Weight & Balance

Load data flows directly from the OMS to the pilot's Electronic Flight Bag (EFB), eliminating paper load sheets:

┌─────────────────────────────────────────────────────────────────┐
│                  Real-Time Load Control                         │
│                                                                 │
│  ┌───────────┐                                                  │
│  │ Std.      │─────┐                                            │
│  │ Weights   │     │                                            │
│  └───────────┘     │                                            │
│                    │     ┌────────────┐                         │
│  ┌───────────┐     │     │            │     ┌────────────────┐  │
│  │ Actual    │     ├────►│    Σ       │────►│ Center of      │  │
│  │ Bag Weight│─────┤     │ Summation  │     │ Gravity (CoG)  │  │
│  │ (from OMS)│     │     │            │     │ & Trim         │  │
│  └───────────┘     │     └────────────┘     └───────┬────────┘  │
│                    │                                │           │
│  ┌───────────┐     │                                │           │
│  │ Cargo     │─────┘                                │           │
│  │ Manifest  │                                      ▼           │
│  └───────────┘                              ┌──────────────┐    │
│                                             │ Pilot's EFB  │    │
│                                             │ (iPad)       │    │
│                                             │              │    │
│                                             │ LOAD SHEET   │    │
│                                             │ COMPLETED    │    │
│                                             │              │    │
│                                             │ Flight:AS456 │    │
│                                             │ Trim: Pushed │    │
│                                             └──────────────┘    │
│                                                                 │
└─────────────────────────────────────────────────────────────────┘

Data Flow: OMS to Cockpit

OMS (Orders)
    │
    ├── Passenger count (from confirmed orders)
    ├── Actual bag weights (from check-in)
    └── Special loads (wheelchairs, pets, etc.)
          │
          ▼
Load Control Service
    │
    ├── Standard passenger weights (AHM 560)
    ├── Cargo and mail weights
    └── Fuel load
          │
          ▼
Weight & Balance Calculation
    │
    ├── Zero Fuel Weight (ZFW)
    ├── Takeoff Weight (TOW)
    ├── Landing Weight (LDW)
    └── Center of Gravity (%MAC)
          │
          ▼
EFB (Pilot's iPad)
    │
    └── Trim settings pushed directly

Benefits of Real-Time Integration

BenefitDescription
PaperlessNo printed load sheets
AccurateActual weights from OMS, not estimates
FastSupports 25-30 min turnaround
Real-timeLate changes reflected immediately
AuditableFull digital trail

Safety via Summation

Real-time data ensures accurate trim calculations:

  • Actual passenger count from Order.Status == CHECKED_IN
  • Actual bag weights recorded at check-in
  • Late changes (offloads, add-ons) reflected immediately
  • Fuel burn adjusted for actual load

Research Topics

  • OCC system architecture
  • Flight planning algorithms
  • Fuel optimization strategies
  • ACARS/datalink integration
  • ADS-B and flight tracking
  • Weather data integration
  • NOTAM processing automation
  • Slot management (CTOT)

Architecture Considerations

OCC Dashboard

┌────────────────────────────────────────────────┐
│              Flight Overview                   │
│  ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐        │
│  │Active│ │Delayed│ │ Gate │ │Alerts│        │
│  │  42  │ │   3   │ │  8   │ │  2   │        │
│  └──────┘ └──────┘ └──────┘ └──────┘        │
├────────────────────────────────────────────────┤
│              Flight List                       │
│  Flight │ Route │ ETD  │ Status │ Actions     │
│  UA123  │ JFKLHR │ 0845 │ Boarding │ [View]   │
│  UA456  │ ORDSFO │ 0900 │ Delayed  │ [View]   │
└────────────────────────────────────────────────┘

Flight Data Model

Flight
├── FlightNumber, Date
├── Route
│   ├── Origin, Destination
│   ├── Alternates[]
│   └── Waypoints[]
├── Aircraft
│   ├── Registration
│   ├── Type
│   └── Configuration
├── Crew
│   ├── Captain, FirstOfficer
│   └── CabinCrew[]
├── Fuel
│   ├── MinRequired
│   ├── Planned
│   └── Actual
├── Times
│   ├── Scheduled (STD/STA)
│   ├── Estimated (ETD/ETA)
│   └── Actual (ATD/ATA)
├── Status
└── Delays[]

External Data Feeds

SourceDataFrequency
WeatherMETAR, TAF, SIGMET30 min
NOTAMAerodrome, En-routeReal-time
ATCSlot times, flow controlReal-time
AircraftPosition, fuel, ETA1-5 min

Integration Points

SystemDirectionData
OMSInboundPassenger count, bag weights (real-time)
ScheduleInboundFlight schedule
CrewBidirectionalCrew assignments
MaintenanceInboundAircraft status
DCSBidirectionalCheck-in status, boarding count
ATCBidirectionalSlot management
FuelOutboundFuel orders
EFBOutboundLoad sheet, trim data (push)

Vendor Landscape

Flight Planning Systems

VendorProduct
Lido (Lufthansa Systems)Flight planning suite
JeppesenFliteDeck, Ops
SITAOptiClimb
SabreFlight planning

OCC Systems

VendorProduct
IBS SoftwareiFlight
PROSFlight operations
CustomIntegrated OCC

Regulatory Framework

Key Regulations

  • FAA Part 121 / EASA OPS
  • ICAO Annex 6
  • ETOPS requirements
  • Fuel policy compliance
  • Rest requirements impact