AircraftBasicLandingModel#

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

Bases: IPerformanceModel, ICatalogItem

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

Overview#

set_landing_speed

Set the landing speed of the aircraft.

get_as_catalog_item

Get the catalog item interface for this object.

landing_speed

Get the landing speed of the aircraft.

landing_speed_type

Get the landing speed type.

sea_level_ground_roll

Get or set the distance the aircraft travels along the ground while decelerating to a stop at sea level.

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.

fuel_flow

Get or set the Sea Level Fuel Flow.

Import detail#

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

Property detail#

property AircraftBasicLandingModel.landing_speed: float#

Get the landing speed of the aircraft.

property AircraftBasicLandingModel.landing_speed_type: AirspeedType#

Get the landing speed type.

property AircraftBasicLandingModel.sea_level_ground_roll: float#

Get or set the distance the aircraft travels along the ground while decelerating to a stop at sea level.

property AircraftBasicLandingModel.use_aerodynamic_propulsion_fuel: bool#

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

property AircraftBasicLandingModel.scale_fuel_flow_by_non_std_density: bool#

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

property AircraftBasicLandingModel.fuel_flow: float#

Get or set the Sea Level Fuel Flow.

Method detail#

AircraftBasicLandingModel.set_landing_speed(self, airspeed_type: AirspeedType, airspeed: float) None#

Set the landing speed of the aircraft.

Parameters:

airspeed_type : AirspeedType

airspeed : float

Returns:

None

AircraftBasicLandingModel.get_as_catalog_item(self) ICatalogItem#

Get the catalog item interface for this object.

Returns:

ICatalogItem