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:
trackType1: a revolute joint. Its joint P1 lies on the hinge line of the control surface (see controlSurfacePathType). No actuator belongs to the track. This is the only track type defined for spoilers.
trackType2: a dropped hinge. P1 sits at the wing and carries strut1, the drive strut, down to the hinge P2 below the wing; strut2 reaches from there to P4 on the control surface, which is also held at P3. A linear or a rotary actuator belongs to the track.
trackType3: a forward link and a carriage on a straight track. P1 carries the rotary drive at the rear spar of the wing, strut2 reaches down to P2 on the fixed structure below the wing, and the forward link strut1 from P2 to P3 holds the front of the control surface. The carriage runs on the straight track from P5 to P6 and carries the control surface at P4.
trackType4: like trackType3, with an upright link as aft support. strut3 runs from P5 on the control surface down to P6 on the fixed structure, and the ends of the straight track are P7 and P8.
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:
trackSubType1: the track is mounted on a box beam at the wing, and the rotary drive sits at the rear spar of the wing. For trackType2 the wing attachment is the box beam as well.
trackSubType2: for trackType2 the wing attachment is the rear spar itself; for trackType3 and trackType4 the rotary drive is mounted on the track.
trackSubType3: the track is mounted inside the fuselage at the wing root.
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>| Name | Type | Constraints | Use | Default | Description |
|---|---|---|---|---|---|
@externalDataDirectory | xsd:string | optional | Directory of the external data file | ||
@externalDataNodePath | xsd:string | optional | Path of the node inside the external data file | ||
@externalFileName | xsd:string | optional | Name of the external data file | ||
@uID | xsd:ID | required | UID |
| Name | Type | Constraints | OccurrenceHow often the element may appear at this place. The schema writes it as minOccurs and maxOccurs on the declaration. | Default | Description |
|---|---|---|---|---|---|
| allThe children below may appear in any order. Each may appear at most once. | |||||
etaPosition | etaIsoLineType | [1..1] required | Relative spanwise position of the track | ||
trackType | stringBaseType | 4 values | [1..1] required | Kinematics of the track; see the remarks of controlSurfaceTrackTypeType | |
trackSubType | stringBaseType | 3 values | [0..1] optional | Attachment and drive of the track; see the remarks of controlSurfaceTrackTypeType | |
actuator | trackActuatorType | [0..1] optional | Actuator that belongs to the track | ||
trackStructure | trackStructureType | [0..1] optional | Parts of the track and the places of its joints | ||
cpacs/vehicles/aircraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/leadingEdgeDevices/leadingEdgeDevice/tracks/trackcpacs/vehicles/aircraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/trailingEdgeDevices/trailingEdgeDevice/tracks/trackcpacs/vehicles/aircraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/spoilers/spoiler/tracks/trackcpacs/vehicles/rotorcraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/leadingEdgeDevices/leadingEdgeDevice/tracks/trackcpacs/vehicles/rotorcraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/trailingEdgeDevices/trailingEdgeDevice/tracks/trackcpacs/vehicles/rotorcraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/spoilers/spoiler/tracks/trackcpacs/vehicles/rotorcraft/model/rotorBlades/rotorBlade/componentSegments/componentSegment/controlSurfaces/leadingEdgeDevices/leadingEdgeDevice/tracks/trackcpacs/vehicles/rotorcraft/model/rotorBlades/rotorBlade/componentSegments/componentSegment/controlSurfaces/trailingEdgeDevices/trailingEdgeDevice/tracks/trackcpacs/vehicles/rotorcraft/model/rotorBlades/rotorBlade/componentSegments/componentSegment/controlSurfaces/spoilers/spoiler/tracks/track| Type | Name |
|---|---|
controlSurfaceTracksType | track |