AircraftBasicTakeoffModel#

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

Bases: IPerformanceModel, ICatalogItem

Class defining the basic takeoff performance model for an Aviator aircraft.

Overview#

set_takeoff_speed

Set the takeoff speed of the aircraft.

set_departure_speed

Set the departure speed of the aircraft.

get_as_catalog_item

Get the catalog item interface for this object.

takeoff_speed

Get the speed to which the aircraft accelerates on its ground roll for takeoff.

takeoff_speed_type

Get the takeoff speed type.

sea_level_ground_roll

Get or set the distance the aircraft travels along the ground while accelerationg to takeoff at sea level.

departure_speed

Get the aircraft’s speed upon leaving the ground.

departure_speed_type

Get the departure speed type.

use_aerodynamic_propulsion_fuel

Get or set whether to use Aero/Propulsion fuel flow.

scale_fuel_flow_by_non_std_density

Get or set whether to scale fuel flow by non std density.

acceleration_fuel_flow

Get or set the aircraft’s fuel flow rate while accelerating during takeoff.

departure_fuel_flow

Get or set the aircraft’s fuel flow rate at departure speed.

Import detail#

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

Property detail#

property AircraftBasicTakeoffModel.takeoff_speed: float#

Get the speed to which the aircraft accelerates on its ground roll for takeoff.

property AircraftBasicTakeoffModel.takeoff_speed_type: AirspeedType#

Get the takeoff speed type.

property AircraftBasicTakeoffModel.sea_level_ground_roll: float#

Get or set the distance the aircraft travels along the ground while accelerationg to takeoff at sea level.

property AircraftBasicTakeoffModel.departure_speed: float#

Get the aircraft’s speed upon leaving the ground.

property AircraftBasicTakeoffModel.departure_speed_type: AirspeedType#

Get the departure speed type.

property AircraftBasicTakeoffModel.use_aerodynamic_propulsion_fuel: bool#

Get or set whether to use Aero/Propulsion fuel flow.

property AircraftBasicTakeoffModel.scale_fuel_flow_by_non_std_density: bool#

Get or set whether to scale fuel flow by non std density.

property AircraftBasicTakeoffModel.acceleration_fuel_flow: float#

Get or set the aircraft’s fuel flow rate while accelerating during takeoff.

property AircraftBasicTakeoffModel.departure_fuel_flow: float#

Get or set the aircraft’s fuel flow rate at departure speed.

Method detail#

AircraftBasicTakeoffModel.set_takeoff_speed(self, airspeed_type: AirspeedType, airspeed: float) None#

Set the takeoff speed of the aircraft.

Parameters:

airspeed_type : AirspeedType

airspeed : float

Returns:

None

AircraftBasicTakeoffModel.set_departure_speed(self, airspeed_type: AirspeedType, airspeed: float) None#

Set the departure speed of the aircraft.

Parameters:

airspeed_type : AirspeedType

airspeed : float

Returns:

None

AircraftBasicTakeoffModel.get_as_catalog_item(self) ICatalogItem#

Get the catalog item interface for this object.

Returns:

ICatalogItem