AircraftTerrainFollowModel#
- class ansys.stk.core.stkobjects.aviator.AircraftTerrainFollowModel#
Class defining the TerrainFollow performance model of an aircraft.
Overview#
Get or set the airspeed type. |
|
Opt to use the fuel flow calculated by the acceleration performance model. |
|
Opt to scale the fuel flow by the aircraftβs actual altitude. |
|
Get or set the minimum airspeed. |
|
Get or set the airspeed that will provide the maximum flying time for the aircraft. |
|
Get or set the maximum range airspeed. |
|
Get or set the maximum airspeed. |
|
Get or set the custom performance airspeed that can be used to model specific flight conditions. |
|
Get or set the fuel flow for the minimum airspeed. |
|
Get or set the fuel flow for the maximum endurance airspeed. |
|
Get or set the fuel flow for the maximum range airspeed. |
|
Get or set the fuel flow for the maximum airspeed. |
|
Get or set the fuel flow for the maximum performance airspeed. |
|
Get or set the maximum pitch angle the aircraft will be allowed to use. |
|
Get or set the time interval over which terrain points are sampled. |
|
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.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_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.