AdvancedFixedWingSubSuperHypersonicPropulsion#

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

Class defining a Sub/Super/Hypersonic powerplant in the Advanced Fixed Wing Tool.

Overview#

turbine_mode

Get or set the turbine operating mode.

turbine_mode_as_turbojet

Get or set the interface for a Turbojet Basic w/ AB tubrine mode.

turbine_mode_as_turbofan

Get or set the interface for a Turbojet Basic w/ AB tubrine mode.

ramjet_mode

Get or set the ramjet operating mode.

ramjet_mode_as_basic

Get the interface for a Ramjet - Basic.

scramjet_mode

Get or set the scramjet operating mode.

scramjet_mode_as_basic

Get the interface for a Scramjet - Basic.

turbine_reference_area

Get the reference area used for the turbine operating mode.

ramjet_reference_area

Get the reference area used for the ramjet operating mode.

scramjet_reference_area

Get the reference area used for the scramjet operating mode.

max_turbine_compression_temp

Get or set the maximum temperature at the compressor stage in the turbine operating mode.

max_turbine_burner_temp

Get or set the maximum temperature at the combustion stage in the turbine operating mode.

can_ram_compressor_pressure_ratio

Can Ram compressor pressure ratio.

must_ram_compressor_pressure_ratio

Must Ram compressor pressure ratio.

max_ram_scram_compression_temperature

Get or set the maximum temperature at the compressor stage in the Ramjet or Scramjet operating mode.

max_ram_scram_burner_total_temperature

Get or set the maximum temperature at the combustion stage in the Ramjet or Scramjet operating mode.

Import detail#

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

Property detail#

property AdvancedFixedWingSubSuperHypersonicPropulsion.turbine_mode: TurbineMode#

Get or set the turbine operating mode.

property AdvancedFixedWingSubSuperHypersonicPropulsion.turbine_mode_as_turbojet: AdvancedFixedWingTurbojetBasicABPropulsion#

Get or set the interface for a Turbojet Basic w/ AB tubrine mode.

property AdvancedFixedWingSubSuperHypersonicPropulsion.turbine_mode_as_turbofan: AdvancedFixedWingTurbofanBasicABPropulsion#

Get or set the interface for a Turbojet Basic w/ AB tubrine mode.

property AdvancedFixedWingSubSuperHypersonicPropulsion.ramjet_mode: RamjetMode#

Get or set the ramjet operating mode.

property AdvancedFixedWingSubSuperHypersonicPropulsion.ramjet_mode_as_basic: AdvancedFixedWingRamjetBasic#

Get the interface for a Ramjet - Basic.

property AdvancedFixedWingSubSuperHypersonicPropulsion.scramjet_mode: ScramjetMode#

Get or set the scramjet operating mode.

property AdvancedFixedWingSubSuperHypersonicPropulsion.scramjet_mode_as_basic: AdvancedFixedWingScramjetBasic#

Get the interface for a Scramjet - Basic.

property AdvancedFixedWingSubSuperHypersonicPropulsion.turbine_reference_area: float#

Get the reference area used for the turbine operating mode.

property AdvancedFixedWingSubSuperHypersonicPropulsion.ramjet_reference_area: float#

Get the reference area used for the ramjet operating mode.

property AdvancedFixedWingSubSuperHypersonicPropulsion.scramjet_reference_area: float#

Get the reference area used for the scramjet operating mode.

property AdvancedFixedWingSubSuperHypersonicPropulsion.max_turbine_compression_temp: float#

Get or set the maximum temperature at the compressor stage in the turbine operating mode.

property AdvancedFixedWingSubSuperHypersonicPropulsion.max_turbine_burner_temp: float#

Get or set the maximum temperature at the combustion stage in the turbine operating mode.

property AdvancedFixedWingSubSuperHypersonicPropulsion.can_ram_compressor_pressure_ratio: float#

Can Ram compressor pressure ratio.

property AdvancedFixedWingSubSuperHypersonicPropulsion.must_ram_compressor_pressure_ratio: float#

Must Ram compressor pressure ratio.

property AdvancedFixedWingSubSuperHypersonicPropulsion.max_ram_scram_compression_temperature: float#

Get or set the maximum temperature at the compressor stage in the Ramjet or Scramjet operating mode.

property AdvancedFixedWingSubSuperHypersonicPropulsion.max_ram_scram_burner_total_temperature: float#

Get or set the maximum temperature at the combustion stage in the Ramjet or Scramjet operating mode.