aeroPerformanceMapType

complexType · extension complexBaseType · all

Aerodynamic coefficients and derivatives

Description

The aeroPerformanceMap contains a map with aerodynamic data of the complete aircraft in the form of nondimensional coefficients. The force coefficients in i-direction (ci) are nondimensionalized by dynamic pressure and reference area, the moment coefficients (cmi) by dynamic pressure, reference area and reference length.

All coefficients in the aeroPerformanceMap relate to the aerodynamic coordinate system which is deducted from the CPACS coordinate system by the transformations of angle of attack and angle of yaw. See the documentation of the CPACS element for further details.

The dependent parameters of the aeroPerformanceMap are altitude, machNumber, angleOfSideslip and angleOfAttack. These elements are vectors of equal length, where values with identical indices belong together. The solution vectors ci and cmi have the same length as the input vectors. Shown below is an example where with 10 values per vector:

<altitude mapType="vector">12e+02;12e+02;12e+02;12e+02;12e+02;12e+02;12e+02;12e+02;12e+02;12e+02</altitude>
<machNumber mapType="vector">0.2;0.2;0.2;0.2;0.2;0.2;0.2;0.2;0.2;0.2</machNumber>
<angleOfSideslip mapType="vector">0;0;0;0;0;2;2;2;2;2</angleOfSideslip>
<angleOfAttack mapType="vector">-2;0;2;4;6;-2;0;2;4;6</angleOfAttack>
<cd mapType="vector">0.056;0.094;0.132;0.17;0.208;0.072;0.11;0.148;0.186;0.224</cd>
<cs mapType="vector">0.;0.;0.;0.;0.;0.01;0.015;0.02;0.025;0.03</cs>
<cl mapType="vector">-0.1;0.04;0.18;0.32;0.46;-0.08;0.03;0.14;0.25;0.36</cl>
Vectors of an aeroPerformanceMap

The aerodynamic coefficients for altitude=1200m, machNumber=0.2, angleOfSideslip=0° and angleOfAttack=6° can be found at the 5th index: cd=0.208, cs=0 and cl=0.46.

Attributes

NameTypeConstraintsUseDefaultDescription
@externalDataDirectoryxsd:stringoptionalDirectory of the external data file
@externalDataNodePathxsd:stringoptionalPath of the node inside the external data file
@externalFileNamexsd:stringoptionalName of the external data file

Child elements

NameTypeConstraintsOccurrenceHow often the element may appear at this place. The schema writes it as minOccurs and maxOccurs on the declaration.DefaultDescription
allThe children below may appear in any order. Each may appear at most once.
altitudedoubleVectorBaseTypepattern[1..1] requiredAltitude [m]
machNumberdoubleVectorBaseTypepattern[1..1] requiredMach number
angleOfSideslipdoubleVectorBaseTypepattern[1..1] requiredSideslip angle [deg]
angleOfAttackdoubleVectorBaseTypepattern[1..1] requiredAngle of attack [deg]
cddoubleVectorBaseTypepattern[0..1] optionalDrag coefficient in aerodynamic coordinates
csdoubleVectorBaseTypepattern[0..1] optionalCoefficient of the side force vector in aerodynamic coordinates (perpendicular to lift and drag)
cldoubleVectorBaseTypepattern[0..1] optionalLift coefficient in aerodynamic coordinates
cmddoubleVectorBaseTypepattern[0..1] optionalAerodynamic moment around d-axis of the aerodynamic coordinate system
cmsdoubleVectorBaseTypepattern[0..1] optionalAerodynamic moment around s-axis of the aerodynamic coordinate system
cmldoubleVectorBaseTypepattern[0..1] optionalAerodynamic moment around l-axis of the aerodynamic coordinate system
dampingDerivativesdampingDerivativesRatesType[0..1] optionalDamping derivatives with respect to the rotational rates
incrementMapsaeroPerformanceIncrementMapsType[0..1] optionalIncrements of the aerodynamic coefficients due to movable device deflections

Used by

In a dataset · 1 path

In the schema · 1 declaration

TypeName
aeroMapTypeaeroPerformanceMap