AdvancedFixedWingTurbofanBasicABPropulsion#

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

Class defining the Turbofan - Basic w/AB (Thermodynamic model) powerplant in the Advanced Fixed Wing Tool.

Overview#

can_use_afterburner

Opt whether the engine has an afterburner.

design_altitude

Get or set the altitude design point of the engine.

design_mach

Get or set the mach number design point of the engine.

design_thrust

Get or set the thrust design point of the engine.

afterburner_on

Opt whether to specify the design point with the afterburner on.

max_compression_temp

Get or set the maximum temperature at the compressor stage.

max_burner_temp

Get or set the maximum temperature at the combustion stage.

max_afterburner_temp

Get or set the maximum temperature at the afterburner.

hpc_pressure_ratio

Get or set the pressure ratio of the high-pressure compressor.

lpc_pressure_ratio

Get or set the pressure ratio of the low-pressure compressor.

fan_pressure_ratio

Get or set the pressure ratio of the fan.

efficiencies_and_losses

Get the jet engine’s propulsion efficiencies and losses.

fuel_type

Get or set the jet engine’s fuel type.

fuel_mode_as_afprop

Get the interface for a Kerosene - AFPROP fuel mode.

fuel_mode_as_cea

Get the interface for a Kerosene - CEA fuel mode.

Import detail#

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

Property detail#

property AdvancedFixedWingTurbofanBasicABPropulsion.can_use_afterburner: bool#

Opt whether the engine has an afterburner.

property AdvancedFixedWingTurbofanBasicABPropulsion.design_altitude: float#

Get or set the altitude design point of the engine.

property AdvancedFixedWingTurbofanBasicABPropulsion.design_mach: float#

Get or set the mach number design point of the engine.

property AdvancedFixedWingTurbofanBasicABPropulsion.design_thrust: float#

Get or set the thrust design point of the engine.

property AdvancedFixedWingTurbofanBasicABPropulsion.afterburner_on: bool#

Opt whether to specify the design point with the afterburner on.

property AdvancedFixedWingTurbofanBasicABPropulsion.max_compression_temp: float#

Get or set the maximum temperature at the compressor stage.

property AdvancedFixedWingTurbofanBasicABPropulsion.max_burner_temp: float#

Get or set the maximum temperature at the combustion stage.

property AdvancedFixedWingTurbofanBasicABPropulsion.max_afterburner_temp: float#

Get or set the maximum temperature at the afterburner.

property AdvancedFixedWingTurbofanBasicABPropulsion.hpc_pressure_ratio: float#

Get or set the pressure ratio of the high-pressure compressor.

property AdvancedFixedWingTurbofanBasicABPropulsion.lpc_pressure_ratio: float#

Get or set the pressure ratio of the low-pressure compressor.

property AdvancedFixedWingTurbofanBasicABPropulsion.fan_pressure_ratio: float#

Get or set the pressure ratio of the fan.

property AdvancedFixedWingTurbofanBasicABPropulsion.efficiencies_and_losses: PropulsionEfficiencies#

Get the jet engine’s propulsion efficiencies and losses.

property AdvancedFixedWingTurbofanBasicABPropulsion.fuel_type: JetFuelType#

Get or set the jet engine’s fuel type.

property AdvancedFixedWingTurbofanBasicABPropulsion.fuel_mode_as_afprop: FuelModelKeroseneAFPROP#

Get the interface for a Kerosene - AFPROP fuel mode.

property AdvancedFixedWingTurbofanBasicABPropulsion.fuel_mode_as_cea: FuelModelKeroseneCEA#

Get the interface for a Kerosene - CEA fuel mode.