Click or drag to resize

componentSegmentType Complex Type

ComponentSegment of the wing.

Namespace: Empty

Schema: Empty

Base Type
Usages
Children
NameOccurrencesDescription
All All
      Element controlSurfaces[0, 1]

controlSurfacesType

      Element description[0, 1]

Description of the componentSegment.

      Element fromElementUID

Reference to the element from which the componentSegment shall start.

      Element name
      Element path[0, 1]

Description of deflection path of componentSegments (e.g. used for trimmable HTPs).

      Element structure[0, 1]

Structure of the wing

      Element toElementUID

Reference to the element from which the componentSegment shall end.

      Element wingFuelTanks[0, 1]

List of wing fuel tanks.

      Element wingFuselageAttachments[0, 1]

Definition of the wing-fuselage attachment.

      Element wingStructuralMounts[0, 1]

wingStructuralMountsType

      Element wingWingAttachments[0, 1]

List of wingWingAttachments.

Attributes
NameTypeRequiredDescription
Attribute externalDataDirectorySimple Type string
Attribute externalDataNodePathSimple Type string
Attribute externalFileNameSimple Type string
Attribute uIDSimple Type IDYes
Remarks

Within componentSegments the wing structure, the control surfaces, the wing fuel tanks and the wingFuselageAttachment is defined by using relative coordinates.

A componentSegment is defined in the same way as segments: from one cross section (sections->elements) to another. Compared to segments one componentSegment can can start and end at elements that are not consecutive. Therefore that one componentSegment can be the combination of several segments. Each wing has at least one componentSegment (from root to tip). The maximal number of componentSegments equals the number of segments (each segment is defined as one componentSegment). This also implies that each segment can only be part of one componentSegment.

In principal a componentSegment can combine any number of segments. But if in one section two elements are defined, the componentSegment has to start/end there as no well-defined relative coordinats can be defined if steps in the wing occure.

An example for wing componentSegments can be found in the picture below:

wingcomponentsegments

Within componentSegments a relative spanwise coordinate (eta) and a relative chordwise coordinate (xsi) is defined. Those coordinates are used for the definition of e.g. wing structures and control surfaces. there are two types of eta xsi coordinates. Segment (eta, xsi) coordinates define the relative local coordinate system for a segment ranging from (0,0) to (1,1).

componentsegments_1

The eta xsi coordinates for a component segment are based on the segment eta xsi planes. As a reference length for the component segment eta coordinate the mid chord lines of all the segments are used. The beginning of this line at from-element equals eta = 0, while the end of this line at the to-element equals eta = 1. All wing positions that lie on the same element (segment border) have the same eta coordinate. The points inbetween two elements are defined by the iso xsi lines of the segment eta xsi space. An example for the definition of the relative axes can be found in the picture below:

componentsegments_2

In order to calculate the global coordinates of a component segment eta xsi point one first has to calculate the eta point on the xsi iso line of (xsi=0.5), and then walk along the iso eta lineof the segment.

An example for determining the a component eta xsi point can be found in the picture below:

componentsegments_3