wingIntermediateStructureCellType

complexType · extension complexBaseType · all

Filled region between the two shells

Between the upper and the lower shell the wing is filled with a material, e.g. with a honeycomb core described by its smeared properties.

The region is bounded like a cell of a shell: a border at its leading and one at its trailing edge (cellPositioningChordwiseType) and one at its inner and one at its outer end (cellPositioningSpanwiseType). Each of them is given by relative coordinates, by a spar or by a rib, and the corners of the region are the points where the borders meet.

rotZ turns the material in the plane of the chord surface. It is measured like the angle of the stringers and the orthotropy direction of the skin, from the straight line through the leading edge points of the first and the last element of the component segment (see wingStringerType). rotX turns it about the x axis of the wing, and 0 keeps it in the chord surface.

Section through a wing between its front and rear spar: the skin of the upper and the lower shell, the filling between the two shells, and the opening that a cut-out leaves in the lower shell between the relative chordwise positions 0.4 and 0.55

The figure shows the filling in a section of the example, between the two spars and the two shells.

Example

One filled bay of the example, between the two spars and between two ribs of the outer rib set:

<intermediateStructure>
    <cell uID="Wing_outerBay">
        <positioningLeadingEdge>
            <sparUID>Wing_frontSpar</sparUID>
        </positioningLeadingEdge>
        <positioningTrailingEdge>
            <sparUID>Wing_rearSpar</sparUID>
        </positioningTrailingEdge>
        <positioningInnerBorder>
            <ribNumber>2</ribNumber>
            <ribDefinitionUID>Wing_outerRibs</ribDefinitionUID>
        </positioningInnerBorder>
        <positioningOuterBorder>
            <ribNumber>5</ribNumber>
            <ribDefinitionUID>Wing_outerRibs</ribDefinitionUID>
        </positioningOuterBorder>
        <material>
            <materialUID>Aluminium2024</materialUID>
            <thickness>0.02</thickness>
        </material>
        <rotX>0</rotX>
        <rotZ>8</rotZ>
    </cell>
</intermediateStructure>
Filling between the shells

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
@uIDxsd:IDrequiredUID

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.
positioningLeadingEdgecellPositioningChordwiseType[1..1] requiredBorder of the region towards the leading edge
positioningTrailingEdgecellPositioningChordwiseType[1..1] requiredBorder of the region towards the trailing edge
positioningInnerBordercellPositioningSpanwiseType[1..1] requiredBorder of the region at its inner end
positioningOuterBordercellPositioningSpanwiseType[1..1] requiredBorder of the region at its outer end
materialmaterialDefinitionType[1..1] requiredMaterial of the filling
rotXdoubleBaseType[1..1] requiredAngle of the material about the x axis of the wing; 0 keeps it in the chord surface [deg]
rotZdoubleBaseType[1..1] requiredAngle of the material in the chord surface, measured like the angle of the stringers [deg]

Used by

In a dataset · 12 paths

In the schema · 1 declaration

TypeName
wingIntermediateStructureCellsTypecell