AdvancedFixedWingSupersonicAerodynamic#

class ansys.stk.core.stkobjects.aviator.AdvancedFixedWingSupersonicAerodynamic#

Class defining the supersonic aerodynamic strategy in the Advanced Fixed Wing Tool.

Overview#

geometry_type

Get or set the type of wing geometry for the aircraft.

geometry_mode_as_basic

Get the options for a basic geometry wing.

geometry_mode_as_variable

Get the options for a variable geometry wing.

max_aoa

Get or set the maximum angle of attack possible.

subsonic_cd0

Get or set the parasitic drag coefficient of the aircraft when flying at a speed less than the Mach Divergence.

transonic_min_mach

Get or set the minimum speed at which the aircraft begins to experience air compression.

transonic_max_mach

Get or set the maximum speed, below supersonic, at which the aircraft begins to experience air compression.

supersonic_max_mach

Get or set the speed at which the Supersonic Mach Drag Factor is applied.

transonic_mach_drag_factor

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.

supersonic_mach_drag_factor

Get or set the scalar value applied to the aircraft’s parasitic drag coefficient when it is flying faster than the Supersonic Max Mach.

leading_edge_suction_efficiency

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.

property AdvancedFixedWingSupersonicAerodynamic.supersonic_mach_drag_factor: float#

Get or set the scalar value applied to the aircraft’s parasitic drag coefficient when it is flying faster than the Supersonic Max Mach.

property AdvancedFixedWingSupersonicAerodynamic.leading_edge_suction_efficiency: float#

Get or set the ability of the wing’s leading edge to ingest turbulent airflow and thereby reduce induced drag.