complexType · extension complexBaseType · all
Vehicle operation limit
Vehicle operation limit defined by sets of minimum and maximum angleOfSideslip and minimum and maximum angleOfAttack for a given altitude and Mach number. This might be, e.g., a safety margin to the angle of attack at maximum lift or the flight attitude a fighter aircraft is capable to fly in stalled conditions. The corresponding aerodynamic coefficients must be extracted from the aeroPerformanceMap.
| 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 |
| 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. | |||||
angleOfAttackMin | doubleVectorBaseType | pattern | [1..1] required | Minimum angle of attack defining the operation limit. Must be a vector of the same length as angleOfSideslip, machNumber and altitude. [deg] | |
angleOfAttackMax | doubleVectorBaseType | pattern | [1..1] required | Maximum angle of attack defining the operation limit. Must be a vector of the same length as angleOfSideslip, machNumber and altitude. [deg] | |
| Type | Name |
|---|---|
aeroLimitsMapType | operationLimit |