AircraftBasicTakeoffModel#
- class ansys.stk.core.stkobjects.aviator.AircraftBasicTakeoffModel#
Bases:
IPerformanceModel
,ICatalogItem
Class defining the basic takeoff performance model for an Aviator aircraft.
Overview#
Set the takeoff speed of the aircraft. |
|
Set the departure speed of the aircraft. |
|
Get the catalog item interface for this object. |
Get the speed to which the aircraft accelerates on its ground roll for takeoff. |
|
Get the takeoff speed type. |
|
Get or set the distance the aircraft travels along the ground while accelerationg to takeoff at sea level. |
|
Get the aircraftβs speed upon leaving the ground. |
|
Get the departure speed type. |
|
Get or set whether to use Aero/Propulsion fuel flow. |
|
Get or set whether to scale fuel flow by non std density. |
|
Get or set the aircraftβs fuel flow rate while accelerating during takeoff. |
|
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.
Method detail#
- AircraftBasicTakeoffModel.set_takeoff_speed(self, airspeed_type: AirspeedType, airspeed: float) None #
Set the takeoff speed of the aircraft.
- AircraftBasicTakeoffModel.set_departure_speed(self, airspeed_type: AirspeedType, airspeed: float) None #
Set the departure speed of the aircraft.
- AircraftBasicTakeoffModel.get_as_catalog_item(self) ICatalogItem #
Get the catalog item interface for this object.
- Returns:
ICatalogItem