wingSparType

complexType · extension complexBaseType · all

Spars of the wing

The spars of a component segment are defined in two steps. First the spar positions (sparPositions) are given as points of the chord surface of the component segment, the surface spanned by the chord lines of its elements (see componentSegmentType). Then each spar (sparSegments) is built from two or more of these positions and carries its own cross section.

A spar is the surface through its positions, bounded by the surface of the wing. Between two consecutive positions it is a plane surface: it runs straight from one position to the other, not along the lines of constant ξ of the component segment. Its orientation about that line follows from the rotation of the cross section (sparCrossSectionType). On a swept or tapered wing the relative chordwise position therefore drifts between two positions, and the more so the more the chord changes: a spar that is to keep its chordwise position needs a position at each element at which the planform bends.

Top view of a wing with three spars on the chord surface of its component segment: a front spar from the root element at xsi 0.15 over the kink element at xsi 0.2 to the tip element at xsi 0.25, a rear spar from the root element at xsi 0.65 over the kink element at xsi 0.66 to the tip element at xsi 0.7, and a short auxiliary spar that starts at the same spar position as the rear spar and ends at eta 0.25 and xsi 0.8. Notes mark the root position of the front spar as eta 0, xsi 0.15 in the component segment and its kink position as eta 1, xsi 0.2 in segment 1, and the position shared by the rear and the auxiliary spar

The figure shows three spars of a wing in the top view: a front and a rear spar that both bend at the kink of the wing and keep their chordwise position, and a short auxiliary spar in the inner wing that starts at the same spar position as the rear spar.

Rules

Position along a spar

Some elements give a position along a spar, e.g. a spar position on another spar (curvePointType) or the borders of a spar cell (sparCellType). They use the mid line of the spar, the line of the spar on the chord surface: it runs straight within each segment of the wing and bends where it crosses an element. η is the relative arc length along this line, 0 at the first and 1 at the last position of the spar.

Example

The front spar of the figure, with the three positions it runs through and its cross section. Its middle position is given in the coordinates of segment 1, so that it lies exactly on the kink element of the wing; the other two are given in the coordinates of the component segment:

<spars>
    <sparPositions>
        <sparPosition uID="Wing_frontSpar_root">
            <sparPositionEtaXsi>
                <eta>0</eta>
                <xsi>0.15</xsi>
                <referenceUID>Wing_componentSegment</referenceUID>
            </sparPositionEtaXsi>
        </sparPosition>
        <sparPosition uID="Wing_frontSpar_kink">
            <sparPositionEtaXsi>
                <eta>1</eta>
                <xsi>0.2</xsi>
                <referenceUID>Wing_segment1</referenceUID>
            </sparPositionEtaXsi>
        </sparPosition>
        <sparPosition uID="Wing_frontSpar_tip">
            <sparPositionEtaXsi>
                <eta>1</eta>
                <xsi>0.25</xsi>
                <referenceUID>Wing_componentSegment</referenceUID>
            </sparPositionEtaXsi>
        </sparPosition>
    </sparPositions>
    <sparSegments>
        <sparSegment uID="Wing_frontSpar">
            <name>Front spar</name>
            <sparPositionUIDs>
                <sparPositionUID>Wing_frontSpar_root</sparPositionUID>
                <sparPositionUID>Wing_frontSpar_kink</sparPositionUID>
                <sparPositionUID>Wing_frontSpar_tip</sparPositionUID>
            </sparPositionUIDs>
            <sparCrossSection>
                <upperCap uID="Wing_frontSpar_upperCap">
                    <area>0.0024</area>
                    <material>
                        <materialUID>Aluminium2024</materialUID>
                        <thickness>0.006</thickness>
                    </material>
                </upperCap>
                <lowerCap uID="Wing_frontSpar_lowerCap">
                    <area>0.0024</area>
                    <material>
                        <materialUID>Aluminium2024</materialUID>
                        <thickness>0.006</thickness>
                    </material>
                </lowerCap>
                <web1>
                    <material>
                        <materialUID>Aluminium2024</materialUID>
                        <thickness>0.004</thickness>
                    </material>
                    <relPos>0.5</relPos>
                </web1>
                <rotation>90</rotation>
            </sparCrossSection>
        </sparSegment>
    </sparSegments>
</spars>
Front spar of a wing

Attributes

NameTypeConstraintsUseDefaultDescription
@externalDataDirectoryxsd:stringoptionalDirectory of the external data file
@externalDataNodePathxsd:stringoptionalPath of the node inside the external data file
@externalFileNamexsd:stringoptionalName of the external data file

Child elements

NameTypeConstraintsOccurrenceHow often the element may appear at this place. The schema writes it as minOccurs and maxOccurs on the declaration.DefaultDescription
allThe children below may appear in any order. Each may appear at most once.
sparPositionssparPositionsType[1..1] requiredPoints on the chord surface at which the spars are fixed
sparSegmentssparSegmentsType[1..1] requiredThe spars themselves, each running through spar positions

Used by

In a dataset · 12 paths

In the schema · 1 declaration

TypeName
wingComponentSegmentStructureTypespars