complexType · extension complexBaseType · all
Movable part in the upper surface of the wing
A spoiler is defined by its outerShape in the component segment (controlSurfaceOuterShapeSpoilerType); its upper surface is part of the upper surface of the wing. Its path describes how it is deflected (see controlSurfacePathType). structure describes its own structure, built like the structure of the wing; wingCutOut is not intended for spoilers (controlSurfaceWingCutOutType). A spoiler is only rotated about its hinge line; its hinge points are not translated. tracks and actuators describe the mechanical links to the component segment (controlSurfaceTrackTypeType, controlSurfaceActuatorType).
Example
The spoiler of the example in controlSurfacesType; the outer border is defined like the inner one:
<spoiler uID="Wing_spoiler">
<name>Inner spoiler</name>
<parentUID>Wing_componentSegment</parentUID>
<outerShape>
<innerBorder>
<etaLE>
<eta>0.17</eta>
<referenceUID>Wing_componentSegment</referenceUID>
</etaLE>
<xsiLE>
<xsi>0.55</xsi>
<referenceUID>Wing_componentSegment</referenceUID>
</xsiLE>
<xsiTE>
<xsi>0.69</xsi>
<referenceUID>Wing_componentSegment</referenceUID>
</xsiTE>
<relHeightLE>0.8</relHeightLE>
</innerBorder>
<outerBorder>
...
</outerBorder>
</outerShape>
<path>
<innerHingePoint>
<hingeXsi>0.56</hingeXsi>
<hingeRelHeight>0.95</hingeRelHeight>
</innerHingePoint>
<outerHingePoint>
<hingeXsi>0.57</hingeXsi>
<hingeRelHeight>0.95</hingeRelHeight>
</outerHingePoint>
<steps>
<step>
<controlParameter>0</controlParameter>
<hingeLineRotation>0</hingeLineRotation>
</step>
<step>
<controlParameter>1</controlParameter>
<hingeLineRotation>-45</hingeLineRotation>
</step>
</steps>
</path>
</spoiler>| 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. | |||||
name | stringBaseType | [1..1] required | Name | ||
description | stringBaseType | [0..1] optional | Description | ||
parentUID | stringUIDBaseType | [1..1] required | Parent: the component segment | ||
outerShape | controlSurfaceOuterShapeSpoilerType | [1..1] required | Outer shape | ||
wingCutOut | controlSurfaceWingCutOutType | [0..1] optional | Cut-out in the wing for the spoiler | ||
structure | wingComponentSegmentStructureType | [0..1] optional | Structure | ||
path | controlSurfacePathType | [1..1] required | Deflection path | ||
tracks | controlSurfaceTracksType | [0..1] optional | Tracks guiding the spoiler | ||
actuators | controlSurfaceActuatorsType | [0..1] optional | Actuators that are not part of a track | ||
cpacs/vehicles/aircraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/spoilers/spoilercpacs/vehicles/rotorcraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/spoilers/spoilercpacs/vehicles/rotorcraft/model/rotorBlades/rotorBlade/componentSegments/componentSegment/controlSurfaces/spoilers/spoiler| Type | Name |
|---|---|
spoilersType | spoiler |