complexType · extension complexBaseType · sequence
Rotor blade attachment
Elements used to attach one or more rotor blades to the rotor head.
| 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 |
|---|---|---|---|---|---|
| sequenceThe children below must appear in exactly this order. Each may repeat as often as its own occurrence allows. | |||||
name | stringBaseType | [0..1] optional | Name | ||
description | stringBaseType | [0..1] optional | Description | ||
| choiceExactly one of the alternatives below may appear, unless the occurrence next to this line says otherwise. | |||||
azimuthAngles | stringVectorBaseType | [1..1] required | The azimuthAngles element is used to specify a list of discrete azimuth angles (in deg) at which instances of attached blades are to be created. The number of blades will equal to the number of elements of the vector. E.g. <azimuthAngles>0;90;180;270</azimuthAngles> for a four blade rotor with equal equiangularly distributed blades. The transformation of the respective rotor blade corresponds to a rotation by azimuthAngle around the z axis of the rotor coordinate system in mathematically positive sense of rotation. | ||
numberOfBlades | integerBaseType | [1..1] required | If only the number of blades is specified, the attached blades will be distributed equiangularly and the first blade will be attached at azimuth angle 0. (Formula: azimuthAngle[i] = i*360deg/numberOfBlades, i=0..numberOfBlades-1) | ||
hinges | rotorHubHingesType | [0..1] optional | Hinges used to attach the rotor blade | ||
rotorBladeUID | stringUIDBaseType | [1..1] required | UID of the rotorBlade which should be attached to the rotor hub | ||
| Type | Name |
|---|---|
rotorBladeAttachmentsType | rotorBladeAttachment |