AdvancedFixedWingTurbojetBasicABPropulsion#

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

Class defining the Turbojet - 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.

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 AdvancedFixedWingTurbojetBasicABPropulsion

Property detail#

property AdvancedFixedWingTurbojetBasicABPropulsion.can_use_afterburner: bool#

Opt whether the engine has an afterburner.

property AdvancedFixedWingTurbojetBasicABPropulsion.design_altitude: float#

Get or set the altitude design point of the engine.

property AdvancedFixedWingTurbojetBasicABPropulsion.design_mach: float#

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

property AdvancedFixedWingTurbojetBasicABPropulsion.design_thrust: float#

Get or set the thrust design point of the engine.

property AdvancedFixedWingTurbojetBasicABPropulsion.afterburner_on: bool#

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

property AdvancedFixedWingTurbojetBasicABPropulsion.max_compression_temp: float#

Get or set the maximum temperature at the compressor stage.

property AdvancedFixedWingTurbojetBasicABPropulsion.max_burner_temp: float#

Get or set the maximum temperature at the combustion stage.

property AdvancedFixedWingTurbojetBasicABPropulsion.max_afterburner_temp: float#

Get or set the maximum temperature at the afterburner.

property AdvancedFixedWingTurbojetBasicABPropulsion.hpc_pressure_ratio: float#

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

property AdvancedFixedWingTurbojetBasicABPropulsion.lpc_pressure_ratio: float#

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

property AdvancedFixedWingTurbojetBasicABPropulsion.efficiencies_and_losses: PropulsionEfficiencies#

Get the jet engine’s propulsion efficiencies and losses.

property AdvancedFixedWingTurbojetBasicABPropulsion.fuel_type: JetFuelType#

Get or set the jet engine’s fuel type.

property AdvancedFixedWingTurbojetBasicABPropulsion.fuel_mode_as_afprop: FuelModelKeroseneAFPROP#

Get the interface for a Kerosene - AFPROP fuel mode.

property AdvancedFixedWingTurbojetBasicABPropulsion.fuel_mode_as_cea: FuelModelKeroseneCEA#

Get the interface for a Kerosene - CEA fuel mode.