complexType · extension complexBaseType · sequence
Increment map from aerodynamic coefficients
The increment map is composed of two-dimensional arrays. The first dimension is given by the length of the input vectors of the baseline aeroPerformanceMap and the second dimension by the vector of relative deflections (or command inputs) of control surfaces (or control distributors). An example is described in the <CPACS> root element.
| 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 | optional | 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. | |||||
| choiceExactly one of the alternatives below may appear, unless the occurrence next to this line says otherwise. | |||||
| sequenceThe children below must appear in exactly this order. Each may repeat as often as its own occurrence allows. | |||||
controlDeviceUID | stringUIDBaseType | [1..1] required | Reference to the UID of a control device, e.g. a control surface or a landing gear | ||
controlParameters | doubleVectorBaseType | pattern | [1..1] required | Value of the command parameters of a control distributor. If not given explicitly in the control distributor, linear interpolation between the neighboring points is required. | |
| sequenceThe children below must appear in exactly this order. Each may repeat as often as its own occurrence allows. | |||||
controlDistributorUID | stringUIDBaseType | [1..1] required | Reference to a control distributor UID | ||
commandInputs | doubleVectorBaseType | pattern | [1..1] required | Command inputs of a control distributor given as vector. If not given explicitly in the control distributor, linear interpolation between the neighboring points is required. | |
dcd | doubleArrayBaseType | pattern | [0..1] optional | Increment of drag coefficient in aerodynamic coordinates | |
dcs | doubleArrayBaseType | pattern | [0..1] optional | Increment of coefficient of the side force vector in aerodynamic coordinates (perpendicular to lift and drag) | |
dcl | doubleArrayBaseType | pattern | [0..1] optional | Increment of lift coefficient in aerodynamic coordinates | |
dcmd | doubleArrayBaseType | pattern | [0..1] optional | Increment of cmd | |
dcms | doubleArrayBaseType | pattern | [0..1] optional | Increment of cms | |
dcml | doubleArrayBaseType | pattern | [0..1] optional | Increment of cml | |
| Type | Name |
|---|---|
aeroPerformanceIncrementMapsType | incrementMap |