MissileSimpleAerodynamic#

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

Class defining the simple aerodynamic options for a missile.

Overview#

set_max_aoa

Set whether to calculate the Angle of Attack and the corresponding value.

s_reference

Get or set the area of the lifting surface of the missile.

cl_max

Get or set the max coefficient of lift.

cd

Get or set the coefficient of drag.

calculate_aoa

Opt to allow Aviator to calculate the Angle of Attack. Otherwise, the value will be 0 by default.

max_aoa

Get the missile’s maximum angle of attack.

Import detail#

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

Property detail#

property MissileSimpleAerodynamic.s_reference: float#

Get or set the area of the lifting surface of the missile.

property MissileSimpleAerodynamic.cl_max: float#

Get or set the max coefficient of lift.

property MissileSimpleAerodynamic.cd: float#

Get or set the coefficient of drag.

property MissileSimpleAerodynamic.calculate_aoa: bool#

Opt to allow Aviator to calculate the Angle of Attack. Otherwise, the value will be 0 by default.

property MissileSimpleAerodynamic.max_aoa: Any#

Get the missile’s maximum angle of attack.

Method detail#

MissileSimpleAerodynamic.set_max_aoa(self, calculate_aoa: bool, max_aoa: Any) None#

Set whether to calculate the Angle of Attack and the corresponding value.

Parameters:

calculate_aoa : bool

max_aoa : Any

Returns:

None