RCAIDE.Library.Components.Wings.Main_Wing
Main_Wing#
- class Main_Wing(*args, **kwarg)[source]#
Bases:
WingA class representing the primary lifting surface of an aircraft.
- tag#
Unique identifier for the main wing, defaults to ‘main_wing’
- Type:
str
- segments#
Collection of wing segments defining the wing geometry, initialized empty
- Type:
Notes
The main wing provides primary lift generation for the aircraft. It inherits all geometric and aerodynamic functionality from the Wing class and adds specific attributes for main wing operation.
See also
RCAIDE.Library.Components.Wings.WingBase wing class providing core functionality
RCAIDE.Library.Components.Wings.Segments.SegmentWing segment components used to build the wing
RCAIDE.Library.Components.Wings.Control_SurfacesControl surfaces that can be mounted on the wing
- class Segment_Container(*args, **kwarg)[source]#
Bases:
ContainerContainer class for managing wing segments. Provides organization and access methods for segment components.
Notes
This container is designed to hold and manage Segment objects that define the wing geometry. It inherits from the base Container class and provides specialized functionality for wing segments.
See also
RCAIDE.Library.Components.Wings.Segments.SegmentThe segment components stored in this container