Model¶
Below you will find a comprehensive list of all available features and properties. The model object has the following features:
Feature: ambiance¶
Ambient flight conditions
Maximum number: 1
Required: True (1)
Property: g¶
Gravitational acceleration
Maximum number: 1
Required: True (1)
Schema:
type |
<class ‘float’> |
> |
0 |
Property: a¶
Speed of sound
Maximum number: 1
Required: True (1)
Schema:
type |
<class ‘float’> |
> |
0 |
Feature: aerodynamics¶
Aerodynamic properties
Maximum number: 1
Required: True (1)
Property: CL¶
Cruise lift coefficient
Maximum number: 1
Required: True (1)
Schema:
type |
<class ‘float’> |
> |
0 |
Property: CD¶
Cruise drag coefficient
Maximum number: 1
Required: True (1)
Schema:
type |
<class ‘float’> |
> |
0 |
Property: Mach¶
Cruise Mach number
Maximum number: 1
Required: True (1)
Schema:
type |
<class ‘float’> |
> |
0 |
Feature: propulsion¶
Profusion properties
Maximum number: 1
Required: True (1)
Property: cT¶
Thrust specific fuel consumption
Maximum number: 1
Required: True (1)
Schema:
type |
<class ‘float’> |
> |
0 |
Feature: mass¶
Mass properties
Maximum number: 1
Required: True (1)
Property: m1¶
Initial aircraft mass (at start of cruise)
Maximum number: 1
Required: True (1)
Schema:
type |
<class ‘float’> |
> |
0 |
Property: m2¶
Final aircraft mass (at end of cruise)
Maximum number: 1
Required: True (1)
Schema:
type |
<class ‘float’> |
> |
0 |