RCAIDE.Library.Components.Wings

Wings#

Module containing wing and lifting surface components for aircraft design and analysis. This module provides classes for various wing types including main wings, vertical and horizontal tails, and all-moving surfaces.

The module also includes a Control_Surfaces subpackage for various control surface types.

See also

RCAIDE.Library.Components.Airfoils

Related module for airfoil definitions used in wing design

RCAIDE.Library.Components.Fuselages

Related module for fuselage components that interface with wings

Modules

All_Moving_Surface(*args, **kwarg)

A base class for control surfaces that pivot as complete aerodynamic surfaces.

Control_Surfaces

Module containing control surface components for aircraft wing systems.

Horizontal_Tail(*args, **kwarg)

A class representing a horizontal stabilizer surface for aircraft pitch control and longitudinal stability.

Main_Wing(*args, **kwarg)

A class representing the primary lifting surface of an aircraft.

Segments

Module containing wing and lifting surface components for aircraft design and analysis.

Stabilator(*args, **kwarg)

A class representing an all-moving horizontal tail (stabilator) that provides pitch control and longitudinal stability.

Vertical_Tail(*args, **kwarg)

A class representing a vertical stabilizer surface for aircraft directional control and stability.

Vertical_Tail_All_Moving(*args, **kwarg)

A class representing an all-moving vertical tail that provides directional control and stability.

Wing(*args, **kwarg)

Base class for aircraft lifting surfaces providing core functionality for geometric definition and analysis.