controlSurfaceTrackTypeType

complexType · extension complexBaseType · all

Mechanism that carries a control surface at one spanwise position

A track is the structural connection between a control surface and the wing: a flap track, the revolute joint of an aileron or a spoiler, or the kinematics of a slat. etaPosition gives its spanwise position; as for the borders of the control surface, the referenceUID of that coordinate says what it refers to.

The deflection path leads: where the control surface stands at a control parameter follows from its path (controlSurfacePathType). The track describes the mechanism that moves it there, over the same control parameter, and both have to agree.

trackType and trackSubType name the kinematics, trackStructure the parts of the track and the places of its joints (trackStructureType), and actuator the drive, if it belongs to the track (trackActuatorType).

Track types

The joints of a track are named P1 to P8 and its struts strut1 to strut3, by track type:

The four track types in the section of a wing with a flap: (a) trackType1, a revolute joint P1 on the hinge line; (b) trackType2, a dropped hinge P2 below the wing carried by strut1 from P1, with strut2 to the flap at P3 and P4; (c) trackType3, a forward link strut1 from P2 to P3 on the flap and a carriage running on the straight track from P5 to P6 that carries the flap at P4; (d) trackType4, like trackType3 with the track from P7 to P8 and an upright link strut3 from P5 on the flap to P6 on the fixed structure

The figure shows the four track types in the section of the example wing at the inner border of its flap. The shapes of the wing and of the flap are the ones of the example in controlSurfacesType; the members of the mechanism are schematic, because the schema describes no shape for them.

Sub types

The sub type says how the track is attached to the wing and where its drive sits. Neither is expressed by the joints, so it only names the arrangement:

The list of types is not final; it is extended as further mechanisms are described.

Example

A track of the flap of the example in controlSurfacesType, with the places of its joints at the retracted and at the fully deflected position; only the first two joints are shown:

<track uID="Wing_flap_track1">
    <etaPosition>
        <eta>0.2</eta>
        <referenceUID>Wing_componentSegment</referenceUID>
    </etaPosition>
    <trackType>trackType3</trackType>
    <trackSubType>trackSubType1</trackSubType>
    <actuator uID="Wing_flap_track1_actuator">
        <actuatorUID>FlapRotaryActuator</actuatorUID>
        <material>
            <materialUID>Aluminium2024</materialUID>
        </material>
    </actuator>
    <trackStructure>
        <struts>
            <strut>
                <name>strut1</name>
                <materialUID>Aluminium2024</materialUID>
                <profileUID>TStringerProfile</profileUID>
            </strut>
            ...
        </struts>
        <jointPositions>
            <jointPosition>
                <controlParameters>0</controlParameters>
                <jointCoordinates>
                    <name>P1</name>
                    <x>3.7636</x>
                    <z>0.3910</z>
                </jointCoordinates>
            </jointPosition>
            <jointPosition>
                <controlParameters>0</controlParameters>
                <jointCoordinates>
                    <name>P2</name>
                    <x>4.3049</x>
                    <z>-0.0073</z>
                </jointCoordinates>
            </jointPosition>
            ...
        </jointPositions>
        <controlSurfaceAttachment>
            <materialUID>Aluminium2024</materialUID>
        </controlSurfaceAttachment>
        <carriage>
            <materialUID>Aluminium2024</materialUID>
        </carriage>
        ...
    </trackStructure>
</track>
Track of a flap with a carriage on a straight track

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.
etaPositionetaIsoLineType[1..1] requiredRelative spanwise position of the track
trackTypestringBaseType4 values[1..1] requiredKinematics of the track; see the remarks of controlSurfaceTrackTypeType
trackSubTypestringBaseType3 values[0..1] optionalAttachment and drive of the track; see the remarks of controlSurfaceTrackTypeType
actuatortrackActuatorType[0..1] optionalActuator that belongs to the track
trackStructuretrackStructureType[0..1] optionalParts of the track and the places of its joints

Used by

In a dataset · 9 paths

In the schema · 1 declaration

TypeName
controlSurfaceTracksTypetrack