Namespace NWH.Aerodynamics.AircraftController.Propulsion.Propulsors
Classes
JetPropulsor
Jet engine propulsor (turbofan/turbojet) with thrust output based on RPM and altitude. Generates direct thrust without a propeller, affected by air density.
PropellerPropulsor
Propeller-driven propulsor using blade element theory. Calculates thrust based on blade pitch angle, RPM, freestream velocity, and airfoil characteristics. Supports fixed-pitch and variable-pitch (constant-speed) configurations.
PropulsorBase
Base class for all thrust-generating propulsors (propellers, jets, etc.). Converts engine power/torque into thrust force applied to the aircraft.
Enums
PropellerPropulsor.PitchInputBinding
Input axis binding for manual propeller pitch control.
PropulsorBase.RotationDirection
Direction of propulsor rotation for visual animation.