AdvancedFixedWingGeometryVariable#

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

Bases: IAdvancedFixedWingGeometry

Class defining a variable geometry wing in the Advanced Fixed Wing Tool.

Overview#

set_aspect_ratio

Set the aspect ratio of the aircraft.

aspect_ratio

Get the aspect ratio of the aircraft.

start_sweep_mach

Get or set the mach number at which the wings start to sweep from the min sweep angle.

stop_sweep_mach

Get or set the mach number at which the wings are swept to the max sweep angle.

min_sweep_angle

Get or set the minimum sweep angle of the wings.

max_sweep_angle

Get or set the maximum sweep angle of the wings.

Import detail#

from ansys.stk.core.stkobjects.aviator import AdvancedFixedWingGeometryVariable

Property detail#

property AdvancedFixedWingGeometryVariable.aspect_ratio: float#

Get the aspect ratio of the aircraft.

property AdvancedFixedWingGeometryVariable.start_sweep_mach: float#

Get or set the mach number at which the wings start to sweep from the min sweep angle.

property AdvancedFixedWingGeometryVariable.stop_sweep_mach: float#

Get or set the mach number at which the wings are swept to the max sweep angle.

property AdvancedFixedWingGeometryVariable.min_sweep_angle: Any#

Get or set the minimum sweep angle of the wings.

property AdvancedFixedWingGeometryVariable.max_sweep_angle: Any#

Get or set the maximum sweep angle of the wings.

Method detail#

AdvancedFixedWingGeometryVariable.set_aspect_ratio(self, aspect_ratio: float) None#

Set the aspect ratio of the aircraft.

Parameters:

aspect_ratio : float

Returns:

None