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#
Opt whether the engine has an afterburner. |
|
Get or set the altitude design point of the engine. |
|
Get or set the mach number design point of the engine. |
|
Get or set the thrust design point of the engine. |
|
Opt whether to specify the design point with the afterburner on. |
|
Get or set the maximum temperature at the compressor stage. |
|
Get or set the maximum temperature at the combustion stage. |
|
Get or set the maximum temperature at the afterburner. |
|
Get or set the pressure ratio of the high-pressure compressor. |
|
Get or set the pressure ratio of the low-pressure compressor. |
|
Get the jet engineβs propulsion efficiencies and losses. |
|
Get or set the jet engineβs fuel type. |
|
Get the interface for a Kerosene - AFPROP fuel mode. |
|
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.