AdvancedFixedWingScramjetBasic#

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

Class defining the basic Scramjet model.

Overview#

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.

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.

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.

efficiencies_and_losses

Get the jet engine’s propulsion efficiencies and losses.

Import detail#

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

Property detail#

property AdvancedFixedWingScramjetBasic.design_altitude: float#

Get or set the altitude design point of the engine.

property AdvancedFixedWingScramjetBasic.design_mach: float#

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

property AdvancedFixedWingScramjetBasic.design_thrust: float#

Get or set the thrust design point of the engine.

property AdvancedFixedWingScramjetBasic.max_compression_temp: float#

Get or set the maximum temperature at the compressor stage.

property AdvancedFixedWingScramjetBasic.max_burner_temp: float#

Get or set the maximum temperature at the combustion stage.

property AdvancedFixedWingScramjetBasic.fuel_type: JetFuelType#

Get or set the jet engine’s fuel type.

property AdvancedFixedWingScramjetBasic.fuel_mode_as_afprop: FuelModelKeroseneAFPROP#

Get the interface for a Kerosene - AFPROP fuel mode.

property AdvancedFixedWingScramjetBasic.fuel_mode_as_cea: FuelModelKeroseneCEA#

Get the interface for a Kerosene - CEA fuel mode.

property AdvancedFixedWingScramjetBasic.efficiencies_and_losses: PropulsionEfficiencies#

Get the jet engine’s propulsion efficiencies and losses.