Click or drag to resize

coefficientsBreakdownStripType Complex Type

Aerodynamic contributions of a strip within a wing segment

Namespace: Empty

Schema: Empty

Base Type
Usages
Children
NameOccurrencesDescription
Sequence Sequence
      Element toSegmentEta

Spanwise coordinate eta in the segment coordinate system to define the end of the strip

      Element coefficients

Aerodynamic coefficients

      Element reference

Reference values for aerodynamic coefficients

      Sequence Sequence[0, 1]
            Element chordwiseParts

Aerodynamic contributions of a chrordwise part within a wing segment strip

            Element remainingContributions[0, 1]

Remaining contributions to aerodynamic coefficients

Attributes
NameTypeRequiredDescription
Attribute externalDataDirectorySimple Type string
Attribute externalDataNodePathSimple Type string
Attribute externalFileNameSimple Type string
Remarks

Describes the contributions of a specific strip within a wing segment to the total aerodynamic coefficients of a wing segment

The strip extends spatially between two eta coordinates (i.e., from an inner border to an outer border). In order to avoid redundancy, the inner border (denoted as from) is always identical to the outer border of the previous strip (denoted by to). Accordingly, only the to-border can be specified explicitly, while the from-border equals implicitly either to 0 (for the first strip) or the toSegmentEta value of the previous element. The toSegmentEta of the last strip must be equal to 1!

It is obligatory to provide the coefficients of the strip. The breakdown comprises the chordwiseParts and remainingContributions. The latter must only be specified if the breakdown into chordwiseParts is given. This breakdown is optional. If it is specified, but the sum of all chordwiseParts does not match the strip coefficients, one or more remainingContributions may be applied to ensure consistency (sum of all chordwiseParts + sum of all remainingContributions must be equal to total strip coefficients).