AircraftBasicFixedWingAerodynamic#
- class ansys.stk.core.stkobjects.aviator.AircraftBasicFixedWingAerodynamic#
Class defining the basic fixed wing aerodynamic options for a basic acceleration performance model of an Aviator aircraft.
Overview#
Get or set the area of the lifting surface of the aircraft. |
|
Opt to define the aerodynamic parameters for forward flight with respect to supersonic flight conditions. |
|
Get or set the coefficient of lift at zero angle of attack. |
|
Get or set the slope of the coefficient of lift curve. |
|
Get or set the minimum angle of attack possible. |
|
Get or set the maximum angle of attack possible. |
|
Get or set the coefficient of drag of the lifting surface at zero angle of attack. |
|
Get or set the coefficient of induced drag. |
|
Get or set the area of the lifting surface of the aircraft. |
|
Opt to define the aerodynamic parameters for takeoff and landing with respect to supersonic flight conditions. |
|
Get or set the coefficient of lift at zero angle of attack. |
|
Get or set the slope of the coefficient of lift curve. |
|
Get or set the minimum angle of attack possible. |
|
Get or set the maximum angle of attack possible. |
|
Get or set the coefficient of drag of the lifting surface at zero angle of attack. |
|
Get or set the coefficient of induced drag. |
Import detail#
from ansys.stk.core.stkobjects.aviator import AircraftBasicFixedWingAerodynamic
Property detail#
- property AircraftBasicFixedWingAerodynamic.forward_flight_reference_area: float#
Get or set the area of the lifting surface of the aircraft.
- property AircraftBasicFixedWingAerodynamic.forward_flight_use_compressible_flow: bool#
Opt to define the aerodynamic parameters for forward flight with respect to supersonic flight conditions.
- property AircraftBasicFixedWingAerodynamic.forward_flight_cl0: float#
Get or set the coefficient of lift at zero angle of attack.
- property AircraftBasicFixedWingAerodynamic.forward_flight_cl_alpha: float#
Get or set the slope of the coefficient of lift curve.
- property AircraftBasicFixedWingAerodynamic.forward_flight_min_aoa: Any#
Get or set the minimum angle of attack possible.
- property AircraftBasicFixedWingAerodynamic.forward_flight_max_aoa: Any#
Get or set the maximum angle of attack possible.
- property AircraftBasicFixedWingAerodynamic.forward_flight_cd0: float#
Get or set the coefficient of drag of the lifting surface at zero angle of attack.
- property AircraftBasicFixedWingAerodynamic.forward_flight_k: float#
Get or set the coefficient of induced drag.
- property AircraftBasicFixedWingAerodynamic.takeoff_landing_reference_area: float#
Get or set the area of the lifting surface of the aircraft.
- property AircraftBasicFixedWingAerodynamic.takeoff_landing_use_compressible_flow: bool#
Opt to define the aerodynamic parameters for takeoff and landing with respect to supersonic flight conditions.
- property AircraftBasicFixedWingAerodynamic.takeoff_landing_cl0: float#
Get or set the coefficient of lift at zero angle of attack.
- property AircraftBasicFixedWingAerodynamic.takeoff_landing_cl_alpha: float#
Get or set the slope of the coefficient of lift curve.
- property AircraftBasicFixedWingAerodynamic.takeoff_landing_min_aoa: Any#
Get or set the minimum angle of attack possible.
- property AircraftBasicFixedWingAerodynamic.takeoff_landing_max_aoa: Any#
Get or set the maximum angle of attack possible.