MissileAdvancedAerodynamic#
- class ansys.stk.core.stkobjects.aviator.MissileAdvancedAerodynamic#
Class defining the advanced aerodynamic options for a missile.
Overview#
Get or set the missile bodyβs width. |
|
Get or set the missile bodyβs height. |
|
Get or set the missile bodyβs length. |
|
Get or set the missile noseβs length. |
|
Get or set the missile noseβs diameter at the tip. |
|
Get or set the diameter of the missileβs nozzle. |
|
Get or set the missileβs maximum angle of attack. |
|
Get or set the minimum mach number of the missile. |
|
Get or set the number of wings on the missile. |
|
Get or set the span of one of the missileβs wings. |
|
Get or set the area of one of the missileβs wings. |
|
Get or set the leading edge weep angle of the wings. |
|
Get or set the leading edge section angle of the wings. |
|
Get or set the mean chord length of one of the missileβs wings. |
|
Get or set the max thickness of the wing along the mean aerodynamic chord. |
|
Get or set the lift fraction of the wing. |
|
Get or set the number of tails on the missile. |
|
Get or set the span of one of the missileβs tails. |
|
Get or set the area of one of the missileβs tails. |
|
Get or set the leading edge weep angle of the tails. |
|
Get or set the leading edge section angle of the tails. |
|
Get or set the mean chord length of one of the missileβs tails. |
|
Get or set the max thickness of the tail along the mean aerodynamic chord. |
|
Get or set the lift fraction of the tail. |
Import detail#
from ansys.stk.core.stkobjects.aviator import MissileAdvancedAerodynamic
Property detail#
- 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_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_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.