AircraftBasicFixedWingPropulsion#
- class ansys.stk.core.stkobjects.aviator.AircraftBasicFixedWingPropulsion#
Class defining the basic fixed wing propulsion options for a basic acceleration performance model of an Aviator aircraft.
Overview#
Set the option to use density scaling and set the density ratio exponent. |
Get or set the option of whether to specify net thrust or net power. |
|
Get or set the number of propellers. |
|
Get or set the propeller diameter. |
|
Get or set the propeller RPM. |
|
Get or set the minimum power/thrust depending on the propulsion mode. |
|
Get or set the fuel flow for the minimum thrust/power setting. |
|
Get or set the maximum power/thrust depending on the propulsion mode. |
|
Get or set the fuel flow for the maximum thrust/power setting. |
|
Get or set the rate at which the aircraft speeds up at max throttle. |
|
Get or set the rate at which the aircraft slows down at minimum throttle setting. |
|
Opt whether to scale the accel/decel performance by the density ratio. |
|
Get the relative impace of atmospheric density on the aircraftβs performance. |
Import detail#
from ansys.stk.core.stkobjects.aviator import AircraftBasicFixedWingPropulsion
Property detail#
- property AircraftBasicFixedWingPropulsion.propulsion_mode: BasicFixedWingPropulsionMode#
Get or set the option of whether to specify net thrust or net power.
- property AircraftBasicFixedWingPropulsion.propeller_count: int#
Get or set the number of propellers.
- property AircraftBasicFixedWingPropulsion.propeller_diameter: float#
Get or set the propeller diameter.
- property AircraftBasicFixedWingPropulsion.min_power_thrust: float#
Get or set the minimum power/thrust depending on the propulsion mode.
- property AircraftBasicFixedWingPropulsion.min_fuel_flow: float#
Get or set the fuel flow for the minimum thrust/power setting.
- property AircraftBasicFixedWingPropulsion.max_power_thrust: float#
Get or set the maximum power/thrust depending on the propulsion mode.
- property AircraftBasicFixedWingPropulsion.max_fuel_flow: float#
Get or set the fuel flow for the maximum thrust/power setting.
- property AircraftBasicFixedWingPropulsion.max_thrust_acceleration: float#
Get or set the rate at which the aircraft speeds up at max throttle.
- property AircraftBasicFixedWingPropulsion.min_thrust_deceleration: float#
Get or set the rate at which the aircraft slows down at minimum throttle setting.