MissileAdvancedAerodynamic#

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

Class defining the advanced aerodynamic options for a missile.

Overview#

body_width

Get or set the missile body’s width.

body_height

Get or set the missile body’s height.

body_length

Get or set the missile body’s length.

nose_length

Get or set the missile nose’s length.

nose_tip_diameter

Get or set the missile nose’s diameter at the tip.

nozzle_diameter

Get or set the diameter of the missile’s nozzle.

max_aoa

Get or set the missile’s maximum angle of attack.

min_mach

Get or set the minimum mach number of the missile.

wing_count

Get or set the number of wings on the missile.

wing_span

Get or set the span of one of the missile’s wings.

wing_surface_area

Get or set the area of one of the missile’s wings.

wing_leading_edge_sweep_angle

Get or set the leading edge weep angle of the wings.

wing_leading_edge_section_angle

Get or set the leading edge section angle of the wings.

wing_mean_aerodynamic_chord_length

Get or set the mean chord length of one of the missile’s wings.

wing_max_thickness_along_mac

Get or set the max thickness of the wing along the mean aerodynamic chord.

wing_lift_fraction

Get or set the lift fraction of the wing.

tail_count

Get or set the number of tails on the missile.

tail_span

Get or set the span of one of the missile’s tails.

tail_surface_area

Get or set the area of one of the missile’s tails.

tail_leading_edge_sweep_angle

Get or set the leading edge weep angle of the tails.

tail_leading_edge_section_angle

Get or set the leading edge section angle of the tails.

tail_mean_aerodynamic_chord_length

Get or set the mean chord length of one of the missile’s tails.

tail_max_thickness_along_mac

Get or set the max thickness of the tail along the mean aerodynamic chord.

tail_lift_fraction

Get or set the lift fraction of the tail.

Import detail#

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

Property detail#

property MissileAdvancedAerodynamic.body_width: float#

Get or set the missile body’s width.

property MissileAdvancedAerodynamic.body_height: float#

Get or set the missile body’s height.

property MissileAdvancedAerodynamic.body_length: float#

Get or set the missile body’s length.

property MissileAdvancedAerodynamic.nose_length: float#

Get or set the missile nose’s length.

property MissileAdvancedAerodynamic.nose_tip_diameter: float#

Get or set the missile nose’s diameter at the tip.

property MissileAdvancedAerodynamic.nozzle_diameter: float#

Get or set the diameter of the missile’s nozzle.

property MissileAdvancedAerodynamic.max_aoa: Any#

Get or set the missile’s maximum angle of attack.

property MissileAdvancedAerodynamic.min_mach: float#

Get or set the minimum mach number of the missile.

property MissileAdvancedAerodynamic.wing_count: int#

Get or set the number of wings on the missile.

property MissileAdvancedAerodynamic.wing_span: float#

Get or set the span of one of the missile’s wings.

property MissileAdvancedAerodynamic.wing_surface_area: float#

Get or set the area of one of the missile’s wings.

property MissileAdvancedAerodynamic.wing_leading_edge_sweep_angle: Any#

Get or set the leading edge weep angle of the wings.

property MissileAdvancedAerodynamic.wing_leading_edge_section_angle: Any#

Get or set the leading edge section angle of the wings.

property MissileAdvancedAerodynamic.wing_mean_aerodynamic_chord_length: float#

Get or set the mean chord length of one of the missile’s wings.

property MissileAdvancedAerodynamic.wing_max_thickness_along_mac: float#

Get or set the max thickness of the wing along the mean aerodynamic chord.

property MissileAdvancedAerodynamic.wing_lift_fraction: float#

Get or set the lift fraction of the wing.

property MissileAdvancedAerodynamic.tail_count: int#

Get or set the number of tails on the missile.

property MissileAdvancedAerodynamic.tail_span: float#

Get or set the span of one of the missile’s tails.

property MissileAdvancedAerodynamic.tail_surface_area: float#

Get or set the area of one of the missile’s tails.

property MissileAdvancedAerodynamic.tail_leading_edge_sweep_angle: Any#

Get or set the leading edge weep angle of the tails.

property MissileAdvancedAerodynamic.tail_leading_edge_section_angle: Any#

Get or set the leading edge section angle of the tails.

property MissileAdvancedAerodynamic.tail_mean_aerodynamic_chord_length: float#

Get or set the mean chord length of one of the missile’s tails.

property MissileAdvancedAerodynamic.tail_max_thickness_along_mac: float#

Get or set the max thickness of the tail along the mean aerodynamic chord.

property MissileAdvancedAerodynamic.tail_lift_fraction: float#

Get or set the lift fraction of the tail.