complexType · extension complexBaseType · all
Skin, stringers and cells of one side of the wing
The upper and the lower shell are the outer surface of the component segment above and below its chord surface. skin and stringer hold for the whole shell; a cell (cells) gives a region of it a skin and stringers of its own.
Stringers do not have to be given as parts of their own: a skin of a composite material can carry them as an equivalent layer instead.
Example
The upper shell of the example, with its skin, its stringers and the first of its cells:
<upperShell uID="Wing_componentSegment_structure_upperShell">
<skin>
<material>
<materialUID>Aluminium2024</materialUID>
<thickness>0.003</thickness>
</material>
</skin>
<stringer>
<stringerStructureUID>TStringer</stringerStructureUID>
<pitch>0.18</pitch>
<refPoint>
<eta>0.2</eta>
<xsi>0.35</xsi>
<relHeight>1</relHeight>
<referenceUID>Wing_componentSegment</referenceUID>
</refPoint>
<angle>8</angle>
</stringer>
<cells>
<cell uID="Wing_upperPanel">
<skin>
<material>
<materialUID>Aluminium2024</materialUID>
<thickness>0.005</thickness>
</material>
</skin>
<stringer>
<stringerStructureUID>TStringer</stringerStructureUID>
<pitch>0.12</pitch>
<refPoint>
<eta>0.2</eta>
<xsi>0.35</xsi>
<relHeight>1</relHeight>
<referenceUID>Wing_componentSegment</referenceUID>
</refPoint>
<angle>8</angle>
</stringer>
<positioningLeadingEdge>
<sparUID>Wing_frontSpar</sparUID>
</positioningLeadingEdge>
<positioningTrailingEdge>
<sparUID>Wing_rearSpar</sparUID>
</positioningTrailingEdge>
<positioningInnerBorder>
<ribNumber>3</ribNumber>
<ribDefinitionUID>Wing_innerRibs</ribDefinitionUID>
</positioningInnerBorder>
<positioningOuterBorder>
<ribNumber>6</ribNumber>
<ribDefinitionUID>Wing_innerRibs</ribDefinitionUID>
</positioningOuterBorder>
</cell>
...
</cells>
</upperShell>| 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. | |||||
skin | wingSkinType | [1..1] required | Skin of the whole shell | ||
stringer | wingStringerType | [0..1] optional | Stringers of the whole shell | ||
cells | wingCellsType | [0..1] optional | Regions of the shell with a skin and stringers of their own | ||
cpacs/vehicles/aircraft/model/wings/wing/componentSegments/componentSegment/structure/upperShellcpacs/vehicles/aircraft/model/wings/wing/componentSegments/componentSegment/structure/lowerShellcpacs/vehicles/aircraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/leadingEdgeDevices/leadingEdgeDevice/structure/upperShellcpacs/vehicles/aircraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/leadingEdgeDevices/leadingEdgeDevice/structure/lowerShellcpacs/vehicles/aircraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/trailingEdgeDevices/trailingEdgeDevice/structure/upperShellcpacs/vehicles/aircraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/trailingEdgeDevices/trailingEdgeDevice/structure/lowerShellcpacs/vehicles/aircraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/spoilers/spoiler/structure/upperShellcpacs/vehicles/aircraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/spoilers/spoiler/structure/lowerShellcpacs/vehicles/rotorcraft/model/wings/wing/componentSegments/componentSegment/structure/upperShellcpacs/vehicles/rotorcraft/model/wings/wing/componentSegments/componentSegment/structure/lowerShellcpacs/vehicles/rotorcraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/leadingEdgeDevices/leadingEdgeDevice/structure/upperShellcpacs/vehicles/rotorcraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/leadingEdgeDevices/leadingEdgeDevice/structure/lowerShellcpacs/vehicles/rotorcraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/trailingEdgeDevices/trailingEdgeDevice/structure/upperShellcpacs/vehicles/rotorcraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/trailingEdgeDevices/trailingEdgeDevice/structure/lowerShellcpacs/vehicles/rotorcraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/spoilers/spoiler/structure/upperShellcpacs/vehicles/rotorcraft/model/wings/wing/componentSegments/componentSegment/controlSurfaces/spoilers/spoiler/structure/lowerShellcpacs/vehicles/rotorcraft/model/rotorBlades/rotorBlade/componentSegments/componentSegment/structure/upperShellcpacs/vehicles/rotorcraft/model/rotorBlades/rotorBlade/componentSegments/componentSegment/structure/lowerShellcpacs/vehicles/rotorcraft/model/rotorBlades/rotorBlade/componentSegments/componentSegment/controlSurfaces/leadingEdgeDevices/leadingEdgeDevice/structure/upperShellcpacs/vehicles/rotorcraft/model/rotorBlades/rotorBlade/componentSegments/componentSegment/controlSurfaces/leadingEdgeDevices/leadingEdgeDevice/structure/lowerShellcpacs/vehicles/rotorcraft/model/rotorBlades/rotorBlade/componentSegments/componentSegment/controlSurfaces/trailingEdgeDevices/trailingEdgeDevice/structure/upperShellcpacs/vehicles/rotorcraft/model/rotorBlades/rotorBlade/componentSegments/componentSegment/controlSurfaces/trailingEdgeDevices/trailingEdgeDevice/structure/lowerShellcpacs/vehicles/rotorcraft/model/rotorBlades/rotorBlade/componentSegments/componentSegment/controlSurfaces/spoilers/spoiler/structure/upperShellcpacs/vehicles/rotorcraft/model/rotorBlades/rotorBlade/componentSegments/componentSegment/controlSurfaces/spoilers/spoiler/structure/lowerShell| Type | Name |
|---|---|
wingComponentSegmentStructureType | lowerShell |
wingComponentSegmentStructureType | upperShell |