AdvancedFixedWingSupersonicAerodynamic#
- class ansys.stk.core.stkobjects.aviator.AdvancedFixedWingSupersonicAerodynamic#
Class defining the supersonic aerodynamic strategy in the Advanced Fixed Wing Tool.
Overview#
Get or set the type of wing geometry for the aircraft. |
|
Get the options for a basic geometry wing. |
|
Get the options for a variable geometry wing. |
|
Get or set the maximum angle of attack possible. |
|
Get or set the parasitic drag coefficient of the aircraft when flying at a speed less than the Mach Divergence. |
|
Get or set the minimum speed at which the aircraft begins to experience air compression. |
|
Get or set the maximum speed, below supersonic, at which the aircraft begins to experience air compression. |
|
Get or set the speed at which the Supersonic Mach Drag Factor is applied. |
|
Get or set the factor applied to the aircraftβs parasitic drag coefficient when it is flying between the Transonic Min Mach and Transonic Mach Drag Factor speeds. |
|
Get or set the scalar value applied to the aircraftβs parasitic drag coefficient when it is flying faster than the Supersonic Max Mach. |
|
Get or set the ability of the wingβs leading edge to ingest turbulent airflow and thereby reduce induced drag. |
Import detail#
from ansys.stk.core.stkobjects.aviator import AdvancedFixedWingSupersonicAerodynamic
Property detail#
- property AdvancedFixedWingSupersonicAerodynamic.geometry_type: AdvancedFixedWingGeometry#
Get or set the type of wing geometry for the aircraft.
- property AdvancedFixedWingSupersonicAerodynamic.geometry_mode_as_basic: AdvancedFixedWingGeometryBasic#
Get the options for a basic geometry wing.
- property AdvancedFixedWingSupersonicAerodynamic.geometry_mode_as_variable: AdvancedFixedWingGeometryVariable#
Get the options for a variable geometry wing.
- property AdvancedFixedWingSupersonicAerodynamic.max_aoa: Any#
Get or set the maximum angle of attack possible.
- property AdvancedFixedWingSupersonicAerodynamic.subsonic_cd0: float#
Get or set the parasitic drag coefficient of the aircraft when flying at a speed less than the Mach Divergence.
- property AdvancedFixedWingSupersonicAerodynamic.transonic_min_mach: float#
Get or set the minimum speed at which the aircraft begins to experience air compression.
- property AdvancedFixedWingSupersonicAerodynamic.transonic_max_mach: float#
Get or set the maximum speed, below supersonic, at which the aircraft begins to experience air compression.
- property AdvancedFixedWingSupersonicAerodynamic.supersonic_max_mach: float#
Get or set the speed at which the Supersonic Mach Drag Factor is applied.
- property AdvancedFixedWingSupersonicAerodynamic.transonic_mach_drag_factor: float#
Get or set the factor applied to the aircraftβs parasitic drag coefficient when it is flying between the Transonic Min Mach and Transonic Mach Drag Factor speeds.