AircraftTerrainFollowModel#

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

Class defining the TerrainFollow performance model of an aircraft.

Overview#

airspeed_type

Get or set the airspeed type.

use_aerodynamic_propulsion_fuel

Opt to use the fuel flow calculated by the acceleration performance model.

scale_fuel_flow_by_non_std_density

Opt to scale the fuel flow by the aircraft’s actual altitude.

min_airspeed

Get or set the minimum airspeed.

max_endurance_airspeed

Get or set the airspeed that will provide the maximum flying time for the aircraft.

max_range_airspeed

Get or set the maximum range airspeed.

max_airspeed

Get or set the maximum airspeed.

max_performance_airspeed

Get or set the custom performance airspeed that can be used to model specific flight conditions.

min_airspeed_fuel_flow

Get or set the fuel flow for the minimum airspeed.

max_endurance_fuel_flow

Get or set the fuel flow for the maximum endurance airspeed.

max_range_fuel_flow

Get or set the fuel flow for the maximum range airspeed.

max_airspeed_fuel_flow

Get or set the fuel flow for the maximum airspeed.

max_performance_airspeed_fuel_flow

Get or set the fuel flow for the maximum performance airspeed.

max_pitch_angle

Get or set the maximum pitch angle the aircraft will be allowed to use.

terrain_window

Get or set the time interval over which terrain points are sampled.

max_load_factor

Get the maximum load factor - during straight and level flight - that the aircraft can bear.

Import detail#

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

Property detail#

property AircraftTerrainFollowModel.airspeed_type: AirspeedType#

Get or set the airspeed type.

property AircraftTerrainFollowModel.use_aerodynamic_propulsion_fuel: bool#

Opt to use the fuel flow calculated by the acceleration performance model.

property AircraftTerrainFollowModel.scale_fuel_flow_by_non_std_density: bool#

Opt to scale the fuel flow by the aircraft’s actual altitude.

property AircraftTerrainFollowModel.min_airspeed: float#

Get or set the minimum airspeed.

property AircraftTerrainFollowModel.max_endurance_airspeed: float#

Get or set the airspeed that will provide the maximum flying time for the aircraft.

property AircraftTerrainFollowModel.max_range_airspeed: float#

Get or set the maximum range airspeed.

property AircraftTerrainFollowModel.max_airspeed: float#

Get or set the maximum airspeed.

property AircraftTerrainFollowModel.max_performance_airspeed: float#

Get or set the custom performance airspeed that can be used to model specific flight conditions.

property AircraftTerrainFollowModel.min_airspeed_fuel_flow: float#

Get or set the fuel flow for the minimum airspeed.

property AircraftTerrainFollowModel.max_endurance_fuel_flow: float#

Get or set the fuel flow for the maximum endurance airspeed.

property AircraftTerrainFollowModel.max_range_fuel_flow: float#

Get or set the fuel flow for the maximum range airspeed.

property AircraftTerrainFollowModel.max_airspeed_fuel_flow: float#

Get or set the fuel flow for the maximum airspeed.

property AircraftTerrainFollowModel.max_performance_airspeed_fuel_flow: float#

Get or set the fuel flow for the maximum performance airspeed.

property AircraftTerrainFollowModel.max_pitch_angle: Any#

Get or set the maximum pitch angle the aircraft will be allowed to use.

property AircraftTerrainFollowModel.terrain_window: float#

Get or set the time interval over which terrain points are sampled.

property AircraftTerrainFollowModel.max_load_factor: float#

Get the maximum load factor - during straight and level flight - that the aircraft can bear.