NWH Aerodynamics
Search Results for

    Show / Hide Table of Contents

    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
    object
    Object
    Component
    Behaviour
    MonoBehaviour
    AircraftMonoBehaviour
    ControlSurface
    RudderControlSurface
    Inherited Members
    ControlSurface.angle
    ControlSurface.angleSmoothing
    ControlSurface.maxAngle
    ControlSurface.minAngle
    ControlSurface.reverseRotation
    ControlSurface.rotationType
    ControlSurface.side
    ControlSurface.targetAirfoil
    ControlSurface.trimSpeed
    ControlSurface.Awake()
    ControlSurface.ApplyAngle(float, float)
    AircraftMonoBehaviour._aircraftController
    AircraftMonoBehaviour._inputManager
    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 Source

    FixedUpdate()

    Declaration
    public override void FixedUpdate()
    Overrides
    ControlSurface.FixedUpdate()
    | Edit this page View Source

    Reset()

    Declaration
    public override void Reset()
    Overrides
    ControlSurface.Reset()
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © NWH - Vehicle Physics, Aerodynamics, Dynamic Water Physics