Class RudderControlSurface
Primary yaw control surface that deflects to generate yawing moment around the vertical axis. The rudder is typically mounted on the vertical stabilizer (fin).
Inheritance
RudderControlSurface
Inherited Members
Namespace: NWH.Aerodynamics.AircraftController.ControlSurfaces
Assembly: NWH.Aerodynamics.dll
Syntax
[Serializable]
public class RudderControlSurface : ControlSurface
Remarks
Rudder deflection generates side force on the tail, rotating the aircraft's nose left or right. Primary uses include coordinating turns (preventing adverse yaw from ailerons), crosswind landing corrections, and maintaining directional control during engine-out scenarios on multi-engine aircraft. Effectiveness increases with airspeed but decreases with turbulent or separated airflow.
Methods
| Edit this page View SourceFixedUpdate()
Declaration
public override void FixedUpdate()
Overrides
| Edit this page View SourceReset()
Declaration
public override void Reset()