Namespace NWH.Aerodynamics.AircraftController.Fuel
Classes
AircraftFuelConsumer
Abstract base class for components that consume fuel from the aircraft fuel system. Implement this class to create custom fuel-consuming systems.
AircraftFuelManager
Centralized fuel system manager that tracks fuel tanks, monitors consumption, and distributes fuel to consumers based on tank selection settings.
AircraftFuelTank
Represents a fuel tank that stores fuel and affects aircraft center of mass and total weight. Position in the aircraft hierarchy should match the physical fuel tank location.