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#
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 or set the pressure ratio of the fan. |
|
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 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.