RCAIDE.Library.Components.Powertrain.Propulsors
Propulsors#
Collection of propulsion system components for aircraft modeling and simulation.
This module provides various propulsor classes for different types of aircraft propulsion systems, including:
Electric propulsion (Electric_Rotor, Electric_Ducted_Fan)
Internal combustion engine propulsion (ICE_Propeller, Constant_Speed_ICE_Propeller)
Gas turbine propulsion (Turbofan, Turbojet, Turboshaft, Turboprop)
Power conversion components (Converters)
Notes
Each propulsor class inherits from the base Propulsor class and implements specific methods for performance calculation, operating condition management, and system state tracking.
The module structure allows for easy extension with new propulsion system types while maintaining consistent interfaces across all implementations.
See also
RCAIDE.Library.Components.Energy
Modules
A propulsion system class that combines an internal combustion engine with a constant-speed propeller. |
|
|
A propulsion system class that combines an electric motor with a ducted fan. |
|
A propulsion system class that combines an electric motor with a rotor for vertical and forward flight. |
|
A propulsion system class that combines an internal combustion engine with a fixed-pitch propeller. |
|
Base class for all propulsion system components in RCAIDE. |
|
A turbofan propulsion system model that simulates the performance of a turbofan engine. |
|
A turbojet propulsion system model that simulates the performance of a turbojet engine. |
|
A turboprop propulsion system model that simulates the performance of a turboprop engine. |