AdvancedFixedWingSubSuperHypersonicAerodynamic#
- class ansys.stk.core.stkobjects.aviator.AdvancedFixedWingSubSuperHypersonicAerodynamic#
Class defining the Sub/Super/Hypersonic aerodynamic strategy in the Advanced Fixed Wing Tool.
Overview#
Get or set the maximum angle of attack possible. |
|
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 minimum speed at which the air flow will be treated as hypersonic. |
|
Get or set the frontal face thickness of the aircraftβs wings at their leading edge. |
|
Get or set the aircraftβs wingspan squared divided by the wing area. |
|
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 that models drag produced by shock waves at or near the aircraftβs critical Mach number. |
Import detail#
from ansys.stk.core.stkobjects.aviator import AdvancedFixedWingSubSuperHypersonicAerodynamic
Property detail#
- property AdvancedFixedWingSubSuperHypersonicAerodynamic.max_aoa: Any#
Get or set the maximum angle of attack possible.
- property AdvancedFixedWingSubSuperHypersonicAerodynamic.transonic_min_mach: float#
Get or set the minimum speed at which the aircraft begins to experience air compression.
- property AdvancedFixedWingSubSuperHypersonicAerodynamic.transonic_max_mach: float#
Get or set the maximum speed, below supersonic, at which the aircraft begins to experience air compression.
- property AdvancedFixedWingSubSuperHypersonicAerodynamic.super_hyper_mach_transition: float#
Get or set the minimum speed at which the air flow will be treated as hypersonic.
- property AdvancedFixedWingSubSuperHypersonicAerodynamic.leading_edge_frontal_area_ratio: float#
Get or set the frontal face thickness of the aircraftβs wings at their leading edge.
- property AdvancedFixedWingSubSuperHypersonicAerodynamic.subsonic_aspect_ratio: float#
Get or set the aircraftβs wingspan squared divided by the wing area.