controlSurfaceWingCutOutType

complexType · extension complexBaseType · all

Part of the wing that is removed for a control surface

A control surface needs room in the wing: the flap bay of a trailing edge device, the recess behind a leading edge device. The cut-out describes that room. It is removed from the wing, from its outer shape as well as from its structure.

Without a wingCutOut the removed part is the control surface itself, so that the control surface fills the opening exactly. A wingCutOut describes a larger opening, which leaves the gap the control surface needs to move. It therefore has to contain the control surface: on the upper and on the lower surface of the wing its cut lies ahead of a trailing edge device and behind a leading edge device.

Shape of the cut-out

The cut-out is built like the outer shape of a control surface, from a cut at its inner and at its outer border and the ruled surface through the two cuts.

A spoiler lies in the upper surface of the wing, so a cut through the lower surface has no meaning for it. wingCutOut is not intended for spoilers.

Top view of a wing with a flap at the trailing edge and a slat at the leading edge and the cut-outs they need in the wing: the flap cut-out reaches further forward than the flap and ends at its borders, the slat cut-out reaches further aft than the slat and has its own borders at etaLE 0.43 and 0.92

The figure shows the flap and the slat of the example in controlSurfacesType with their cut-outs in the top view. The cut-out of the flap reaches further forward than the flap and ends at its borders; the cut-out of the slat reaches further aft than the slat and has borders of its own.

Example

The cut-out of the slat, with a control point and its own borders; the outer border is defined like the inner one:

<wingCutOut>
    <upperSkin>
        <xsiInnerBorder>0.17</xsiInnerBorder>
        <xsiOuterBorder>0.17</xsiOuterBorder>
    </upperSkin>
    <lowerSkin>
        <xsiInnerBorder>0.14</xsiInnerBorder>
        <xsiOuterBorder>0.14</xsiOuterBorder>
    </lowerSkin>
    <cutOutProfileControlPoint>
        <innerBorder>
            <relHeight>0.45</relHeight>
            <xsi>0.06</xsi>
        </innerBorder>
        <outerBorder>
            <relHeight>0.45</relHeight>
            <xsi>0.06</xsi>
        </outerBorder>
    </cutOutProfileControlPoint>
    <innerBorder>
        <etaLE>
            <eta>0.43</eta>
            <referenceUID>Wing_componentSegment</referenceUID>
        </etaLE>
        <etaTE>
            <eta>0.43</eta>
            <referenceUID>Wing_componentSegment</referenceUID>
        </etaTE>
    </innerBorder>
    <outerBorder>
        ...
    </outerBorder>
</wingCutOut>
Cut-out in the wing for a slat

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.
upperSkincontrolSurfaceSkinCutOutType[1..1] requiredPosition at which the cut-out meets the upper surface of the wing
lowerSkincontrolSurfaceSkinCutOutType[1..1] requiredPosition at which the cut-out meets the lower surface of the wing
cutOutProfileControlPointcutOutControlPointsType[0..1] optionalPoints through which the cut runs at the two borders
cutOutProfilescutOutProfilesType[0..1] optionalProfiles describing the cut (not usable as it stands)
innerBordercontrolSurfaceSkinCutOutBorderType[0..1] optionalInner border of the cut-out; defaults to the inner border of the control surface
outerBordercontrolSurfaceSkinCutOutBorderType[0..1] optionalOuter border of the cut-out; defaults to the outer border of the control surface

Used by

In a dataset · 9 paths

In the schema · 3 declarations

TypeName
leadingEdgeDeviceTypewingCutOut
spoilerTypewingCutOut
trailingEdgeDeviceTypewingCutOut